-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
Milestone
Description
The example localboot.cfg shipped with aii-server is for PXELinux only. An example for UEFI PXE with grub should be added.
This works for me (with chainloading):
set default=0
set timeout=0
menuentry "Local Disk" {
insmod chain
search --set=root --file /EFI/centos/grubx64.efi
chainloader /EFI/centos/grubx64.efi
}
Reactions are currently unavailable