DracOS
DracOS copied to clipboard
ISO not bootable
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...
Try to use Rufus. I can recommend this program, because i use for every Linux/Debian distro.
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