Comment 3 for bug 1923865

Revision history for this message
Joshua Powers (powersj) wrote :

Marking confirmed

# Steps to reproduce

1. wget http://cloud-images.ubuntu.com/daily/server/buildd/daily/xenial/current/xenial-server-cloudimg-amd64-disk.img
2. Modify /etc/boot/grub.cfg to add "console=ttyS0" to kernel command line
3. Boot using the following qemu CLI:

qemu-system-x86_64 \
  -cpu host -machine type=q35,accel=kvm -m 2048 \
  -snapshot \
  -nographic \
  -netdev id=net00,type=user,hostfwd=tcp::22222-:22 \
  -device virtio-net-pci,netdev=net00 \
  -drive if=virtio,format=qcow2,file=xenial-server-cloudimg-amd64-disk.img

# Expected behavior

Boot to login

# Actual behavior

Boot drops to an initramfs busy box console