DracOS icon indicating copy to clipboard operation
DracOS copied to clipboard

ISO not bootable

Open catest0 opened this issue 8 years ago • 2 comments

Awesome OS, can't use it though, tried to download DracOS V2 and V3, and i can't boot on it, when using Etcher it tells me the ISO is not bootable, and when plugging it in my computer, it doesn't appear in boot menu...

catest0 avatar Oct 28 '17 18:10 catest0

Try to use Rufus. I can recommend this program, because i use for every Linux/Debian distro.

dobinoo avatar Jul 24 '18 17:07 dobinoo

If you're on *Unix use the dd command to copy the iso dd bs=4M if='/path_to_image.iso' of=path_to_usb_device (most of the time /dev/sdb ) status=progress use sudo fdisk -l to list your devices

jay51 avatar May 26 '19 07:05 jay51