[Bug 2034253] Re: Jammy buildd image doesn't boot because grub is installed to \EFI\debian instead of \EFI\ubuntu
Steve Langasek
2034253 at bugs.launchpad.net
Thu Sep 7 15:47:00 UTC 2023
On Thu, Sep 07, 2023 at 10:21:05AM -0000, Julian Andres Klode wrote:
> +GRUB_DISTRIBUTOR=`. /etc/os-release && echo $NAME || echo @DPKG_VENDOR@`
Maybe you want
GRUB_DISTRIBUTOR=`. /etc/os-release; echo ${NAME:- at DPKG_VENDOR@}`
To handle the uncommon case of /etc/os-release exists but is broken (missing
NAME=)
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to grub2 in Ubuntu.
https://bugs.launchpad.net/bugs/2034253
Title:
Jammy buildd image doesn't boot because grub is installed to
\EFI\debian instead of \EFI\ubuntu
Status in cloud-images:
Confirmed
Status in grub2 package in Ubuntu:
New
Status in livecd-rootfs package in Ubuntu:
Confirmed
Bug 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.
To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-images/+bug/2034253/+subscriptions
More information about the foundations-bugs
mailing list