-
Is it possible for ZBM to boot to a unified kernel image instead of a separate kernel and initramfs image? Note: I am not talking about booting into ZBM, instead I am talking about what ZBM selects to boot. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
No, the boot environment evaluator requires both a kernel and an intramfs to be present, as does kexec. Is there a particular reason that a UKI is preferable to a discrete kernel/initramfs pair? |
Beta Was this translation helpful? Give feedback.
-
There are benefits from a secure boot stand point as it is usually easier to sign and maintain unified kernel images instead of having to sign all the individual components as detailed in the Arch Linux documentation. This also simplifies the logic of selecting a kernel, initramfs, command line parameters, etc... as that is all contained within the UKI. |
Beta Was this translation helpful? Give feedback.
No, the boot environment evaluator requires both a kernel and an intramfs to be present, as does kexec. Is there a particular reason that a UKI is preferable to a discrete kernel/initramfs pair?