Comment 2 for bug 2034253

Revision history for this message
Ricardo Abreu (ricab) wrote : Re: Jammy buildd image doesn't boot

For completeness, adding here the command line we're using (same that Chris sent on Mattermost):

/snap/multipass/10512/usr/bin/qemu-system-x86_64 -bios OVMF.fd --enable-kvm -cpu host -nic tap,ifname=tap-25903a30615,script=no,downscript=no,model=virtio-net-pci,mac=52:54:00:26:16:4d -device virtio-scsi-pci,id=scsi0 -drive file=/var/snap/multipass/common/data/multipassd/vault/instances/comic-whiting/jammy-server-cloudimg-amd64-disk1.img,if=none,format=qcow2,discard=unmap,id=hda -device scsi-hd,drive=hda,bus=scsi0.0 -smp 1 -m 1024M -qmp stdio -chardev null,id=char0 -serial chardev:char0 -nographic -cdrom /var/snap/multipass/common/data/multipassd/vault/instances/comic-whiting/cloud-init-config.iso

If I removing `-no-graphic` there, I get the console window which drops into the grub prompt soon after the initial "TianoCore" splash.

I don't remember seeing any error, but there may have been quick messages that I missed.