PDA

View Full Version : [ubuntu] Can't boot from a USB stick? Got "boot error"?



kooldino
October 15th, 2011, 04:59 AM
Try running this command on the USB stick first:

#sudo mkdosfs -v -I /dev/sdb

This apparently puts your USB stick in superfloppy mode.

NOTE: the above command assumes that your USB stick is sdb. If not, change accordingly.