Add missing files for network boot
This commit is contained in:
parent
bf6d06e794
commit
f33a0b8a21
6 changed files with 111 additions and 0 deletions
7
roles/netboot-grub/files/common/util_efi.cfg
Normal file
7
roles/netboot-grub/files/common/util_efi.cfg
Normal file
|
@ -0,0 +1,7 @@
|
|||
menuentry 'System setup' --unrestricted --id 'uefi-firmware' {
|
||||
fwsetup
|
||||
}
|
||||
|
||||
menuentry 'Memory test (memtest86)' --unrestricted -id 'memtest' {
|
||||
chainloader /grub/memtest/BOOTX64.efi
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue