GRUB templates: provide menu entry for UEFI Firmware Settings
[grml-live.git] / templates / boot / grub / netboot.cfg
index 919eec9..7e4bff4 100644 (file)
@@ -21,6 +21,12 @@ menuentry "%GRML_NAME% Standard (%VERSION%, %ARCH%)" {
     initrd initrd.img
 }
 
+if [ "${grub_platform}" == "efi" ] ; then
+menuentry "UEFI Firmware Settings" {
+    fwsetup
+}
+fi # efi mode
+
 menuentry "Boot from next device" {
     exit
 }