Skip to content

localboot.cfg example  #301

@wpoely86

Description

@wpoely86

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
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions