From 66ee7d99c7775e0ee65df3b7b2fca25b9900cbfb Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 12 Mar 2021 09:59:28 +0100 Subject: [PATCH] TT#115300 GRUB templates: just exit for boot from next device This pretty much never works for me, while exiting GRUB switches to the next device in the boot order, so let's just "exit" GRUB and name the menu entries accordingly. This is taken over from upstream change https://github.com/grml/grml-live/commit/89c43982fb5056e25caada0e5018088ad4fcbae7 Change-Id: I23106b202bfc57f3173cb1ee0326c5b7eddd0474 --- templates/boot/grub/addons.cfg | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/templates/boot/grub/addons.cfg b/templates/boot/grub/addons.cfg index e257de3..8b08a76 100644 --- a/templates/boot/grub/addons.cfg +++ b/templates/boot/grub/addons.cfg @@ -17,9 +17,8 @@ submenu "Addons ->" --class=submenu { fi } - menuentry "Boot OS of first partition on first disk" { - set root=(hd0,1) - chainloader +1 + menuentry "Boot from next device" { + exit } }