Skip to content

EFI bootable ISO image: first boot option is broken #866

@abbbi

Description

@abbbi

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 dofixed / solved / donewaiting for infoAlso used to mark an issue as stale, cf. stale.yml

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions