mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-04-21 06:03:41 +00:00
Added fwsetup, reboot, halt entries to the UEFI boot menu
This commit is contained in:
parent
aa99b61c3d
commit
525663bfdc
1 changed files with 13 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue