GRUB templates: do not set root/chainloader but just exit for boot from next device
[grml-live.git] / templates / boot / grub / netboot.cfg
index 66375dd..919eec9 100644 (file)
@@ -21,7 +21,6 @@ menuentry "%GRML_NAME% Standard (%VERSION%, %ARCH%)" {
     initrd initrd.img
 }
 
-menuentry "Boot OS of first partition on first disk" {
-    set root=(hd0,1)
-    chainloader +1
+menuentry "Boot from next device" {
+    exit
 }