-
-
Notifications
You must be signed in to change notification settings - Fork 268
Closed
Labels
bugThe code does not do what it is meant to doThe code does not do what it is meant to dofixed / solved / donewaiting for infoAlso used to mark an issue as stale, cf. stale.ymlAlso used to mark an issue as stale, cf. stale.yml
Milestone
Description
hi,
with the actual GIT version i was able to create a SLES12 based EFI boot iso image, but the first
boot option (Relax and Recover (no Secure Boot)) does not work, the generated grub.cfg
looks like:
menuentry "Relax and Recover (no Secure Boot)" --class gnu-linux --class gnu --class os {
echo 'Loading kernel ...'
linux /isolinux/kernel [..]
The "Secure Boot" option however works, difference is that this one uses "linuxefi" instead
of "linux":
menuentry "Relax and Recover (Secure Boot)" --class gnu-linux --class gnu --class os {
echo 'Loading kernel ...'
linuxefi /isolinux/kernel [..]
Metadata
Metadata
Assignees
Labels
bugThe code does not do what it is meant to doThe code does not do what it is meant to dofixed / solved / donewaiting for infoAlso used to mark an issue as stale, cf. stale.ymlAlso used to mark an issue as stale, cf. stale.yml