Topic: [SOLVED] Live USB boot fails
I am trying to reformat a hard drive where I accidentally wiped out the boot partition a while ago. I created two live USB drives, trying both the amd64 and i686 iso but everything fails. The computer is a Dell Optiplex 7010 mini. When booting from one USB, I get
isolinux.bin is missing or corrupt. Selected boot device failed. Press any key to reboot system.
I understand this can have several causes; so I ignored this USB and tried a second one. This one gives just
Selected boot device failed. Press any key to reboot system.
I wrote both USB drives using
sudo dd if=gparted-live-1.3.1-1-amd64.iso of=/dev/sdc1
fdisk command gives different result depending on params:
$sudo fdisk -l /dev/sdc1
Disk /dev/sdc1: 4003 MB, 4003463168 bytes
64 heads, 32 sectors/track, 3818 cylinders, total 7819264 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x72148e31
Device Boot Start End Blocks Id System
/dev/sdc1p1 * 64 782335 391136 17 Hidden HPFS/NTFS
$sudo fdisk -l | tail
Disk /dev/sdc: 4004 MB, 4004511744 bytes
218 heads, 51 sectors/track, 703 cylinders, total 7821312 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sdc1 2048 7821311 3909632 c W95 FAT32 (LBA)
Anybody can help me out?