Comment 4 for bug 2028889

Revision history for this message
Brian Murray (brian-murray) wrote :

Michael Hudson-Doyle asked me to use a larger disk image for the installation so I switched from 20G to 40G and then was allowed to choose different installation options. For the record this is how I setup the virtual machine:

 $ virt-install --os-variant ubuntu22.04 --name ubuntu-canary-install --memory 4096 --disk /srv/vms/mantic-install.img --cdrom /misc/isos/ubuntu/mantic-desktop-canary-amd64.iso --machine q35 --features smm.state=on --boot loader=/usr/share/OVMF/OVMF_CODE.secboot.fd,loader.readonly=yes,loader.type=pflash,nvram.template=/usr/share/OVMF/OVMF_VARS.ms.fd,loader_secure=yes --hostdev 06:00.0,address.type=pci --check path_in_use=off --tpm backend.type=emulator,backend.version=2.0,model=tpm-tis

The '--hostdev' argument is for a Broadcom wireless card.