Comment 19 for bug 2036730

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

Additionally, booting the image with some magic qemu command allowed me to log in:

Ubuntu Noble Numbat (development branch) autopkgtest ttyAMA0

asdf
Password:

Login incorrect
autopkgtest login: ubuntu
Password:
Welcome to Ubuntu Noble Numbat (development branch) (GNU/Linux 6.5.0-9-generic armv7l)

FTR this was how I booted the image I built:

 $ qemu-system-aarch64 \
-machine virt -m 4G -smp 4 -nographic \
-object rng-random,filename=/dev/urandom,id=rng0 \
-device virtio-rng-pci,rng=rng0,id=rng-device0 \
-drive if=pflash,format=raw,unit=0,read-only=on,file=/usr/share/AAVMF/AAVMF32_CODE.fd \
-device virtio-net-pci,netdev=eth0 \
-netdev user,id=eth0,hostfwd=tcp::8022-:22 \
-drive file=autopkgtest-noble-armhf.img,if=virtio,format=qcow2