[Bug 2033256] Re: Grub 2.12~rc1-4ubuntu2 with ZFS will not list any boot entries

Danilo Egea Gondolfo 2033256 at bugs.launchpad.net
Mon Aug 28 17:08:12 UTC 2023


Ok, the problem is this set -u here
https://git.launchpad.net/ubuntu/+source/grub2/tree/debian/patches/ubuntu-
zfs-enhance-
support.patch?id=06f86533332124471075e20d139ceb97ce7a655b#n95

It will error out when an undefined variable is found.

-- 
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/2033256

Title:
  Grub 2.12~rc1-4ubuntu2 with ZFS will not list any boot entries

Status in grub2 package in Ubuntu:
  New
Status in grub2 source package in Mantic:
  New

Bug description:
  After upgrading to the new grub the boot menu only contains the
  memtest86 entries.

  It can be easily reproduced by installing the system with ZFS (either
  plain ZFS or with encryption) using the latest desktop legacy image
  https://cdimage.ubuntu.com/daily-legacy/current/. After installation
  the system will boot straight into memtest86 (because that's the only
  thing in the menu).


  For people facing the same issue, you can boot your system manually
  from grub with this:

  set root=(hd0,gptX)
  linux /BOOT/ubuntu_nedhsb/@/vmlinuz root=ZFS=rpool/ROOT/ubuntu_nedhsb boot=zfs
  initrd /BOOT/ubuntu_nedhsb/@/initrd.img
  boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/2033256/+subscriptions




More information about the foundations-bugs mailing list