Install a new mbr to your USB flash device
Some USB flash drives are notorious for having problems with corrupted master boot records. If your system refuses to boot from the flash memory stick, the mbr may be at fault. To fix this, you can use the mbr package to install a new master boot record. Credit goes to BHSPitMonkey for pointing out this fix. The troubled drive encountered was a Kingston Data Traveler 2GB unit.
This tutorial was written from a Ubuntu Linux operating environment. Other Linux environments may work as well.
Fixing the Master Boot Record:
First we need to enable the Universal repository containing the mbr package
- Open a terminal and type sudo nano /etc/apt/sources.list
- Find and uncomment the following lines by removing the ## in front of them:
- ## deb http://us.archive.ubuntu.com/ubuntu/ edgy universe
- ## deb-src http://us.archive.ubuntu.com/ubuntu/ edgy universe
- Hit ctrl+x then type y to accept and save the changes (press enter)
- Type sudo apt-get update
Next we will install the mbr package and use it to create the new mbr on the USB flash drive
- Type sudo apt-get install mbr
- Type fdisk -l to find out which device is your flash drive
- Type install-mbr /dev/sdx (replacing x with your flash device)
Hopefully this will help you get a not so cooperative flash drive to boot.



Subscribe by Feed Reader
Subscribe by email