On Mon, 21 Aug 2023 at 15:31, Andrew Cagney <[email protected]> wrote: > > On Sun, 20 Aug 2023 at 06:23, Stefan Fritsch <[email protected]> wrote: > > > > Am 13.08.23 um 17:38 schrieb Tobias Heider:
> > You could try something like > > > > -device virtio-scsi-pci,id=scsi > > -drive file=install73.iso,format=raw,id=cdinst,if=none > > -device scsi-cd,drive=cdinst > > good idea (just need to translate it to virt-install speak) > > > That depends on your seabios having support for virtio cdroms. Not sure > > if that is the default by now. > > > > Or maybe try a SATA cdrom, but you would need to figure out the qemu > > options for that yourself. This is what I did. Using virt-install and replacing --cdrom with something like: +KVM_OPENBSD_VIRT_INSTALL_FLAGS = \ + --disk path=$(KVM_OPENBSD_BASE_ISO),readonly=on,device=cdrom,target.bus=sata \ + --install bootdev=cdrom I can boot/install 7.4's ISO. thanks, Andrew
