[GH-ISSUE #1469] Add support for ZFSBootMenu #471

Closed
opened 2026-02-27 14:51:54 +03:00 by kerem · 1 comment
Owner

Originally created by @no-usernames-left on GitHub (May 28, 2024).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/1469

Is your feature request related to a problem? Please describe.
ZFS-on-root systems are generally bootable from ZFSBootMenu. This EFI image includes many useful utilities (especially the Recovery variant).

Describe the solution you'd like
Could you please consider the addition of the Recovery image (auto-redirecting URL to latest release) of ZFSBootMenu to netboot.xyz? (The regular image is a strict subset of the Recovery image, so the Recovery is an all-in-one.)

Describe alternatives you've considered
There is no exact alternative.

Originally created by @no-usernames-left on GitHub (May 28, 2024). Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/1469 **Is your feature request related to a problem? Please describe.** ZFS-on-root systems are generally bootable from [ZFSBootMenu](https://github.com/zbm-dev/zfsbootmenu). This EFI image includes many useful utilities (especially the Recovery variant). **Describe the solution you'd like** Could you please consider the addition of [the `Recovery` image](https://get.zfsbootmenu.org/efi/recovery) (auto-redirecting URL to latest release) of ZFSBootMenu to netboot.xyz? (The regular image is a strict subset of the Recovery image, so the Recovery is an all-in-one.) **Describe alternatives you've considered** There is no exact alternative.
kerem 2026-02-27 14:51:54 +03:00
Author
Owner

@BrianCArnold commented on GitHub (Aug 2, 2024):

Here's a working iPXE script that will start ZBM if called directly, I have something similar set up in my utils-efi.ipxe:

#!ipxe

imgfree
kernel https://get.zfsbootmenu.org/efi
boot
<!-- gh-comment-id:2265708636 --> @BrianCArnold commented on GitHub (Aug 2, 2024): Here's a working iPXE script that will start ZBM if called directly, I have something similar set up in my `utils-efi.ipxe`: ``` #!ipxe imgfree kernel https://get.zfsbootmenu.org/efi boot ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/netboot.xyz#471
No description provided.