This section describes the Yocto configuration needed to integrate with the GRUB bootloader.
If GRUB integration is not already enabled, you can enable it by adding the snippet below to your build configuration. For instance, in your local.conf
:
MENDER_FEATURES_ENABLE_append = " mender-grub mender-image-uefi"
MENDER_FEATURES_DISABLE_append = " mender-uboot mender-image-sd"
See the documentation on features for more information.
If using GRUB, Mender by default assumes that the system is using the UEFI boot
standard. For systems using BIOS based booting, add the mender-bios
feature to
the Yocto Variable MENDER_FEATURES_ENABLE
.
We welcome contributions to improve this documentation. To submit a change, use the Edit link at the top of the page or email us at docs@mender.io.
© 2025 Northern.tech AS