diff --git a/efiboot/grub/grubsrcd.cfg b/efiboot/grub/grubsrcd.cfg index 05808d5..c513d83 100644 --- a/efiboot/grub/grubsrcd.cfg +++ b/efiboot/grub/grubsrcd.cfg @@ -56,9 +56,21 @@ menuentry "Stop during the boot process before mounting the root filesystem" { initrd /%INSTALL_DIR%/boot/intel_ucode.img /%INSTALL_DIR%/boot/amd_ucode.img /%INSTALL_DIR%/boot/%ISO_ARCH%/sysresccd.img } -menuentry "EFI Shell" { +menuentry "Start EFI Shell" { insmod fat insmod chain terminal_output console chainloader /EFI/shell.efi } + +menuentry "EFI Firmware setup" { + fwsetup +} + +menuentry "Reboot" { + reboot +} + +menuentry "Power off" { + halt +}