From: Michael Prokop Date: Wed, 10 Mar 2021 13:55:23 +0000 (+0100) Subject: GRUB templates: do not set root/chainloader but just exit for boot from next device X-Git-Tag: v0.38.0~3 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;ds=sidebyside;h=89c43982fb5056e25caada0e5018088ad4fcbae7;hp=89c43982fb5056e25caada0e5018088ad4fcbae7;p=grml-live.git GRUB templates: do not set root/chainloader but 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. Closes: https://github.com/grml/grml-live/issues/100 ---