Author: crichmon
Date:
To: dng
Subject: Re: [DNG] ISOs are not booting
> I've done this on a commandline:
> cdrskin -v dev=/dev/sr0 devuan_excalibur_6.1.0_amd64_netinstall.iso
The manpage for cdrskin doesn't seem to mention burning ISO.
Give 'dd' a try:
# dd bs=4M if=./devuan_excalibur_6.1.0_amd64_netinstall.iso of=/dev/sr0 status=progress
Always works for me.
Chris