Booting from USB Sticks

Deleting the MBR

Especially if you have trouble booting from a thumb drive in EFI mode, it may help to delete the drive's master boot record. To do so, overwrite the first 512 bytes on the drive with zeros.

dd count=1 bs=512 if=/dev/zero of=/dev/sd? && sync