lscstu22
Tue Jan 05, 2016 1:15:41 am
Hello Zorin OS forum,
I'm attempting to install Zorin OS 9.1 Core from a USB flash drive, but I can't get the flash drive to work. I'm greeted with: No bootable device -- insert boot disk and press any key
These are the steps I took to create the bootable USB flash drive on Debian Jessie:
Do I have a corrupted iso, or did I download the wrong one?
EDIT: Replaced /path/to/zorinos.iso to actual command
I'm attempting to install Zorin OS 9.1 Core from a USB flash drive, but I can't get the flash drive to work. I'm greeted with: No bootable device -- insert boot disk and press any key
These are the steps I took to create the bootable USB flash drive on Debian Jessie:
- Code:
sudo dd count=1 bs=512 if=/dev/zero of=/dev/sdb && sync
sudo parted /dev/sdb mklabel msdos
sudo parted /dev/sdb mkpart primary fat32 0% 100%
sudo mkfs.vfat -F32 /dev/sdb1
cd ~/Downloads && sudo dd if=zorin-os-9.1-core-64.iso of=/dev/sdb && sync
Do I have a corrupted iso, or did I download the wrong one?
EDIT: Replaced /path/to/zorinos.iso to actual command