Public bug reported:

Please update /etc/grub.d/20_ipxe so that:
1) It uses ipxe.efi under UEFI, so that it works under UEFI as well, and
2) It loads /boot/boot.ipxe as an initrd if the user provided a custom ipxe 
script there.

Snippets - to be ran from /boot/grub/grub.cfg, as it's possible to
dynamically switch bios/uefi in firmware settings:

if [ "$grub_platform" = "efi" ]; then
  chainloader /boot/ipxe.efi
else
  linux16 /boot/ipxe.lkrn
  if [ -f /boot/boot.ipxe ]; then
    initrd16 /boot/boot.ipxe
  fi
fi

** Affects: ipxe (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/1811496

Title:
  Make grub-ipxe work under UEFI

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

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to