Control: retitle -1 ovmf: does not boot i386 autopkg QEMU testbed autopkg QEMU i386 UEFI testbed cannot booted even by qemu-system-x86_64 as below as well as qemu-system-i386, though the situation improves a bit as qemu-system-x86_64 prints some booting message. Title is changed accordingly.
# autopkgtest -u debci -B bash -- qemu --efi -q qemu-system-x86_64 --debug --show-boot /var/lib/debci/qemu/sid-i386.img autopkgtest [10:33:41]: starting date: 2020-11-02 autopkgtest [10:33:41]: version 5.15 autopkgtest [10:33:41]: host bullseye-gnome; command line: /usr/bin/autopkgtest -u debci -B bash -- qemu --efi -q qemu-system-x86_64 --debug --show-boot /var/lib/debci/qemu/sid-i386.img autopkgtest-virt-qemu: DBG: executing open autopkgtest-virt-qemu: DBG: execute-timeout: qemu-img info --output=json /var/lib/debci/qemu/sid-i386.img autopkgtest-virt-qemu: DBG: Creating temporary overlay image in /tmp/autopkgtest-qemu.9nhaa1uk/overlay.img autopkgtest-virt-qemu: DBG: execute-timeout: qemu-img create -f qcow2 -F qcow2 -b /var/lib/debci/qemu/sid-i386.img /tmp/autopkgtest-qemu.9nhaa1uk/overlay.img autopkgtest-virt-qemu: DBG: find_free_port: trying 10022 autopkgtest-virt-qemu: DBG: find_free_port: 10022 is free autopkgtest-virt-qemu: DBG: Forwarding local port 10022 to VM ssh port 22 autopkgtest-virt-qemu: DBG: ['qemu-system-x86_64', '-m', '1024', '-smp', '1', '-nographic', '-net', 'nic,model=virtio', '-net', 'user,hostfwd=tcp:127.0.0.1:10022-:22', '-object', 'rng-random,filename=/dev/urandom,id=rng0', '-device', 'virtio-rng-pci,rng=rng0,id=rng-device0', '-monitor', 'unix:/tmp/autopkgtest-qemu.9nhaa1uk/monitor,server,nowait', '-serial', 'unix:/tmp/autopkgtest-qemu.9nhaa1uk/ttyS0,server,nowait', '-serial', 'unix:/tmp/autopkgtest-qemu.9nhaa1uk/ttyS1,server,nowait', '-virtfs', 'local,id=autopkgtest,path=/tmp/autopkgtest-qemu.9nhaa1uk/shared,security_model=none,mount_tag=autopkgtest', '-drive', 'file=/tmp/autopkgtest-qemu.9nhaa1uk/overlay.img,cache=unsafe,if=virtio,index=0,format=qcow2', '-drive', 'if=pflash,format=raw,read-only,file=/usr/share/OVMF/OVMF_CODE.fd', '-drive', 'if=pflash,format=raw,file=/tmp/autopkgtest-qemu.9nhaa1uk/efivars.fd'] autopkgtest-virt-qemu: DBG: expect: " login: " BdsDxe: failed to load Boot0001 "UEFI QEMU DVD-ROM QM00003 " from PciRoot(0x0)/Pci(0x1,0x1)/Ata(Secondary,Master,0x0): Not Found BdsDxe: failed to load Boot0002 "UEFI Misc Device" from PciRoot(0x0)/Pci(0x6,0x0): Not Found iPXE 1.0.0+git-20190125.36a4c85-5 -- Open Source Network Boot Firmware -- http://ipxe.org Features: DNS HTTP iSCSI NFS TFTP AoE EFI Menu net0: 52:54:00:12:34:56 using virtio-net on 0000:00:03.0 (open) [Link:up, TX:0 TXE:0 RX:0 RXE:0] Configuring (net0 52:54:00:12:34:56)...... ok net0: 10.0.2.15/255.255.255.0 gw 10.0.2.2 net0: fec0::5054:ff:fe12:3456/64 gw fe80::2 net0: fe80::5054:ff:fe12:3456/64 Nothing to boot: No such file or directory (http://ipxe.org/2d03e18e) Pressqemu-system-x86_64: terminating on signal 15 from pid 2462 (/usr/bin/python3) BdsDxe: failed to load Boot0003 "UEFI PXEv4 (MAC:525400123456)" from PciRoot(0x0)/Pci(0x3,0x0)/MAC(525400123456,0x1): Not Found >>Start PXE over IPv4.autopkgtest-virt-qemu: DBG: cleanup... <VirtSubproc>: failure: timed out waiting for "login prompt on ttyS0" autopkgtest [10:34:41]: ERROR: testbed failure: cannot send to testbed: [Errno 32] Broken pipe Ryutaroh