QEMU - after dist-upgrade of Debian host, win10 guest state lost
Solution 1:
If I remember correctly, the boot order mechanism changed, so specifying --boot cdrom
will now remove all but the CD-ROM from the list of bootable media, instead of just affecting ordering.
This might be as simple as adding a ,hd
at the end there, or replacing cdrom
by hd
.