-
Notifications
You must be signed in to change notification settings - Fork 98
-
|
Hi! I want to boot a modified ACPI table created by this tool: https://gitlab.com/marcaux/g14-2021-s3-dsdt It creates an extra initrd that needs to be added in addition to the main initrd. In grub this would be done by setting Is it possible to achieve a similar boot process with zfsbootmenu? |
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
|
An early initramfs images is just prepended to the regular image. You'll have to build your ZFSBootMenu image as separate kernel and initramfs components (or download the release archive of separate components), then concatenate your early image and the ZBM image. If you want, you can stitch the ZBM kernel and your modified initramfs image into a UEFI bundles post hoc. |
Beta Was this translation helpful? Give feedback.