Qemu says : CDROM boot failure code : 0003 Boot from CD-Rom failed FATAL : Could not read the boot diskIs this unsupported at the moment or am I using the wrong command line ?
From rombios.c:
- CD-ROM booting is only available if ATA/ATAPI Driver is availableSince the bios lacks support for scsi, cdrom boot only works with if=ide.
- Sebastian