GRUB templates: provide menu entry for UEFI Firmware Settings
[grml-live.git] / templates / boot / grub / netboot.cfg
index 66375dd..7e4bff4 100644 (file)
@@ -21,7 +21,12 @@ menuentry "%GRML_NAME% Standard (%VERSION%, %ARCH%)" {
     initrd initrd.img
 }
 
-menuentry "Boot OS of first partition on first disk" {
-    set root=(hd0,1)
-    chainloader +1
+if [ "${grub_platform}" == "efi" ] ; then
+menuentry "UEFI Firmware Settings" {
+    fwsetup
+}
+fi # efi mode
+
+menuentry "Boot from next device" {
+    exit
 }