0

Okay, I'm a little new to this OS. But, I installed Ubuntu to a usb yesterday. And now today, when I try to boot into it. I get this error "Selected boot device not avaible." then a bunch of F keys are some there. Anybody know what I can do to fix this? I was able to boot into it yesterday after the install.

Thanks in advance! :)

1 Answers1

0

which mobo do you use ? it must have a select boot device option, like Intel boards used to have F10 or set the boot sequence to removable drives first in bios

for bootable media i suggest dd it works like a charm

dd if=/PathToIso/ubuntu.iso of=/dev/sdb

replace sdb with your usb drive then boot into it format the drive first before using dd remember to use whole drive instead of partition like use sdb instead of sdb1

and if after all your installation done sometimes dd does funny things with partitions,fortunately thats easy to fix too fill it with zero

dd if=/dev/zero of=/dev/sdb

and format the drive ,hope this helps :)