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


** Changed in: cloud-images
       Status: Incomplete => Confirmed

** Also affects: livecd-rootfs (Ubuntu)
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1923865

Title:
  Bootable buildd xenial images go to initramfs on boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-images/+bug/1923865/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to