Activity log for bug #2034253

Date Who What changed Old value New value Message
2023-09-05 13:45:02 Ricardo Abreu bug added bug
2023-09-06 13:12:53 Christopher Townsend bug added subscriber Christopher Townsend
2023-09-06 19:28:35 John Chittum bug task added livecd-rootfs (Ubuntu)
2023-09-06 19:28:42 John Chittum cloud-images: status New Confirmed
2023-09-06 19:28:45 John Chittum livecd-rootfs (Ubuntu): status New Confirmed
2023-09-06 19:28:50 John Chittum cloud-images: importance Undecided High
2023-09-06 19:28:54 John Chittum cloud-images: assignee John Chittum (jchittum)
2023-09-06 19:28:56 John Chittum livecd-rootfs (Ubuntu): assignee John Chittum (jchittum)
2023-09-06 21:04:46 Steve Langasek summary Jammy buildd image doesn't boot Jammy buildd image doesn't boot because grub is installed to \EFI\debian instead of \EFI\ubuntu
2023-09-06 21:04:54 Steve Langasek bug task added grub2 (Ubuntu)
2023-09-07 06:18:52 Andrew Cloke bug added subscriber Andrew Cloke
2023-09-07 16:18:47 Julian Andres Klode grub2 (Ubuntu): status New In Progress
2023-09-07 18:58:25 Launchpad Janitor merge proposal linked https://code.launchpad.net/~jchittum/livecd-rootfs/+git/livecd-rootfs/+merge/450968
2023-09-07 20:02:39 Steve Langasek livecd-rootfs (Ubuntu): status Confirmed Invalid
2023-09-07 20:02:43 Steve Langasek nominated for series cloud-images/focal
2023-09-07 20:02:43 Steve Langasek bug task added cloud-images/focal
2023-09-07 20:02:43 Steve Langasek nominated for series cloud-images/jammy
2023-09-07 20:02:43 Steve Langasek bug task added cloud-images/jammy
2023-09-07 20:03:19 Steve Langasek nominated for series Ubuntu Jammy
2023-09-07 20:03:19 Steve Langasek bug task added grub2 (Ubuntu Jammy)
2023-09-07 20:03:19 Steve Langasek bug task added livecd-rootfs (Ubuntu Jammy)
2023-09-07 20:03:19 Steve Langasek nominated for series Ubuntu Focal
2023-09-07 20:03:19 Steve Langasek bug task added grub2 (Ubuntu Focal)
2023-09-07 20:03:19 Steve Langasek bug task added livecd-rootfs (Ubuntu Focal)
2023-09-07 20:11:53 John Chittum description Recent Jammy buildd images fail to boot (since at least September 1st: https://github.com/canonical/craft-application/actions/runs/6016993725/job/16424264050?pr=64). Trying to run an image from https://cloud-images.ubuntu.com/buildd/daily/jammy/current in QEMU, only gets me a GRUB prompt. Multipass and Snapcraft consequently fail to work with these images. I haven't checked other image series. This is similar to https://bugs.launchpad.net/cloud-images/+bug/2027686, but a new issue. Recent Jammy buildd images fail to boot (since at least September 1st: https://github.com/canonical/craft-application/actions/runs/6016993725/job/16424264050?pr=64). Trying to run an image from https://cloud-images.ubuntu.com/buildd/daily/jammy/current in QEMU, only gets me a GRUB prompt. Multipass and Snapcraft consequently fail to work with these images. I haven't checked other image series. This is similar to https://bugs.launchpad.net/cloud-images/+bug/2027686, but a new issue. [ Impact ] * snapcraft consumers daily buildd images for running snap builds. in this case Core22 based builds will use the daily 22.04 build image. At this time, that image drops to a grub menu. This causes snap builds to fail by having everything hang for a long time (multipass doesn't handle this case well, and it hangs and enters an odd state. snapcraft then hangs, also in a bad state) [ Test Plan ] * build image * boot image using qemu. example script: qemu-system-x86_64 \ -cpu host -machine type=q35,accel=kvm -m 1024 \ -nographic \ -snapshot \ -netdev id=net00,type=user,hostfwd=tcp::2222-:22 \ -device virtio-net-pci,netdev=net00 \ -drive if=virtio,format=qcow2,file=build.output/livecd.ubuntu-base.disk-linux-virtual.img \ -cdrom <A_WORKING_CLOUD_INIT_FILE> \ -bios /usr/share/OVMF/OVMF_CODE.fd This is very close to how multipass calls qemu under the hood. * observe that the machine successfully boots (no grub prompt) [ Where problems could occur ] * for `livecd-rootfs`, images could still fail to boot, probably from an incorrect GRUB variable being written in the file. * ensuring grub2 is updatable properly. The current known use case for buildd daily vm images is multipass, via snapcraft, so they're ephemeral. but there is nothing stopping someone from utilizing them in a longer running setup. [ Other Info ] * buildd images need more testing. that's on my team at this time. it's in the backlog as an item, and we should endeavor to add it in the next roadmap cycle.
2023-09-07 20:12:25 John Chittum description Recent Jammy buildd images fail to boot (since at least September 1st: https://github.com/canonical/craft-application/actions/runs/6016993725/job/16424264050?pr=64). Trying to run an image from https://cloud-images.ubuntu.com/buildd/daily/jammy/current in QEMU, only gets me a GRUB prompt. Multipass and Snapcraft consequently fail to work with these images. I haven't checked other image series. This is similar to https://bugs.launchpad.net/cloud-images/+bug/2027686, but a new issue. [ Impact ] * snapcraft consumers daily buildd images for running snap builds. in this case Core22 based builds will use the daily 22.04 build image. At this time, that image drops to a grub menu. This causes snap builds to fail by having everything hang for a long time (multipass doesn't handle this case well, and it hangs and enters an odd state. snapcraft then hangs, also in a bad state) [ Test Plan ] * build image * boot image using qemu. example script: qemu-system-x86_64 \ -cpu host -machine type=q35,accel=kvm -m 1024 \ -nographic \ -snapshot \ -netdev id=net00,type=user,hostfwd=tcp::2222-:22 \ -device virtio-net-pci,netdev=net00 \ -drive if=virtio,format=qcow2,file=build.output/livecd.ubuntu-base.disk-linux-virtual.img \ -cdrom <A_WORKING_CLOUD_INIT_FILE> \ -bios /usr/share/OVMF/OVMF_CODE.fd This is very close to how multipass calls qemu under the hood. * observe that the machine successfully boots (no grub prompt) [ Where problems could occur ] * for `livecd-rootfs`, images could still fail to boot, probably from an incorrect GRUB variable being written in the file. * ensuring grub2 is updatable properly. The current known use case for buildd daily vm images is multipass, via snapcraft, so they're ephemeral. but there is nothing stopping someone from utilizing them in a longer running setup. [ Other Info ] * buildd images need more testing. that's on my team at this time. it's in the backlog as an item, and we should endeavor to add it in the next roadmap cycle. Recent Jammy buildd images fail to boot (since at least September 1st: https://github.com/canonical/craft-application/actions/runs/6016993725/job/16424264050?pr=64). Trying to run an image from https://cloud-images.ubuntu.com/buildd/daily/jammy/current in QEMU, only gets me a GRUB prompt. Multipass and Snapcraft consequently fail to work with these images. I haven't checked other image series. This is similar to https://bugs.launchpad.net/cloud-images/+bug/2027686, but a new issue. SRU Template for cloud-images and livecd-rootfs (not the change for grub2) [ Impact ]  * snapcraft consumers daily buildd images for running snap builds. in this case Core22 based builds will use the daily 22.04 build image. At this time, that image drops to a grub menu. This causes snap builds to fail by having everything hang for a long time (multipass doesn't handle this case well, and it hangs and enters an odd state. snapcraft then hangs, also in a bad state) [ Test Plan ]  * build image  * boot image using qemu. example script: qemu-system-x86_64 \ -cpu host -machine type=q35,accel=kvm -m 1024 \ -nographic \ -snapshot \ -netdev id=net00,type=user,hostfwd=tcp::2222-:22 \ -device virtio-net-pci,netdev=net00 \ -drive if=virtio,format=qcow2,file=build.output/livecd.ubuntu-base.disk-linux-virtual.img \ -cdrom <A_WORKING_CLOUD_INIT_FILE> \ -bios /usr/share/OVMF/OVMF_CODE.fd This is very close to how multipass calls qemu under the hood.   * observe that the machine successfully boots (no grub prompt) [ Where problems could occur ]  * for `livecd-rootfs`, images could still fail to boot, probably from an incorrect GRUB variable being written in the file.  * ensuring grub2 is updatable properly. The current known use case for buildd daily vm images is multipass, via snapcraft, so they're ephemeral. but there is nothing stopping someone from utilizing them in a longer running setup. [ Other Info ]  * buildd images need more testing. that's on my team at this time. it's in the backlog as an item, and we should endeavor to add it in the next roadmap cycle.
2023-09-07 21:43:01 Ubuntu Archive Robot bug added subscriber Steve Langasek
2023-09-08 05:46:38 Garrison Carter bug added subscriber Garrison Carter
2023-09-21 21:07:56 Andreas Hasenack livecd-rootfs (Ubuntu Jammy): status New Fix Committed
2023-09-21 21:07:57 Andreas Hasenack bug added subscriber Ubuntu Stable Release Updates Team
2023-09-21 21:07:59 Andreas Hasenack bug added subscriber SRU Verification
2023-09-21 21:08:03 Andreas Hasenack tags verification-needed verification-needed-jammy
2023-09-21 21:08:43 Andreas Hasenack livecd-rootfs (Ubuntu Focal): status New Fix Committed
2023-09-21 21:08:50 Andreas Hasenack tags verification-needed verification-needed-jammy verification-needed verification-needed-focal verification-needed-jammy
2023-09-28 12:55:52 John Chittum tags verification-needed verification-needed-focal verification-needed-jammy verification-done verification-done-focal verification-done-jammy
2023-10-04 12:47:57 Robie Basak removed subscriber Ubuntu Stable Release Updates Team
2023-10-04 12:48:07 Launchpad Janitor livecd-rootfs (Ubuntu Focal): status Fix Committed Fix Released
2023-10-04 13:09:08 Launchpad Janitor livecd-rootfs (Ubuntu Jammy): status Fix Committed Fix Released
2023-10-18 17:10:29 John Chittum cloud-images: status Confirmed Fix Released
2023-10-18 17:10:33 John Chittum cloud-images/focal: status New Fix Released
2023-10-18 17:10:37 John Chittum cloud-images/jammy: status New Fix Released
2024-01-23 09:23:54 Julian Andres Klode livecd-rootfs (Ubuntu): status Invalid Confirmed
2024-02-20 09:47:56 Hector CAO bug added subscriber Hector CAO
2024-02-27 17:58:20 Launchpad Janitor grub2 (Ubuntu): status In Progress Fix Released