1

Topic: Missing step in creating liveUSB from Linux

I've tried to follow instructions to create liveUSB with manually downloaded syslinux 3.63 + gparted-liveUSB-0.3.6-7.zip with Ubuntu 8.04, but booting from USB says:

Missing operating system

So, I've done additional step form Linux. From syslinux's unarchived folder you need to do (don't forget to change /dev/sdb to your USB-drive path):

sudo dd if=mbr/mbr.bin of=/dev/sdb

After it everything is OK. Maybe author should add it to install instructions?...