Home Page › Forums › Network Management › ZeroShell › Could not boot Zeroshell from a USB HDD › Reply To: Could not boot Zeroshell from a USB HDD
January 26, 2014 at 9:44 pm
#53138
Member
The correct way is:
dd if=/path/to/image.img of=/dev/ bs=1m
So, try bs=1M or bs=1m after the command you tried earlier 🙂
Also, if you’re on OSX, use /dev/rdisk instead of /dev/disk, since that will be a lot faster.