GRUB templates: do not set root/chainloader but just exit for boot from next device
[grml-live.git] / templates / boot / grub / addons.cfg
index 86f117f..2425f7a 100644 (file)
@@ -78,7 +78,6 @@ if [ "${grub_platform}" != "efi" ] ; then
 fi # efi mode
 }
 
-menuentry "Boot OS of first partition on first disk" {
-    set root=(hd0,1)
-    chainloader +1
+menuentry "Boot from next device" {
+    exit
 }