Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Super Grub2 Disk support #16

Closed
JonnyTech opened this issue Mar 24, 2024 · 2 comments
Closed

Super Grub2 Disk support #16

JonnyTech opened this issue Mar 24, 2024 · 2 comments

Comments

@JonnyTech
Copy link

In the same way that MultiOS-USB supports memdisk and similar EFI based boot environments, can support also be added for Super Grub2 Disk (https://github.com/supergrub/supergrub and https://www.supergrubdisk.org/super-grub2-disk/)? EFI images are supplied which should be trivial to support but I am unable to implement. Thank you for your attention.

@Mexit
Copy link
Owner

Mexit commented Mar 25, 2024

Just copy the efi file to the EFI folder on the first partition. It is then necessary to change the extension from EFI to efi.
You launch the file from the menu: "Detect EFI bootloaders -->"

Another option is to add items in the main configuration file. Here is an example. Just change the path :)

if [ -e /MultiOS-USB/tools/efitools-*/KeyTool.efi ]; then
menuentry --class=efi "Manage UEFI keys and hashes" {
chainloader /MultiOS-USB/tools/efitools-*/KeyTool.efi
}
fi

@JonnyTech
Copy link
Author

Thank you very much, that helps immensely.

You launch the file from the menu: "Detect EFI bootloaders -->"

Aha! I reckon that I was being really dumb...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants