Use iPXE instead of the included GRUB

This commit is contained in:
Khue Doan 2021-07-18 16:18:35 +07:00
parent d8d170b58a
commit 8321b55005
No known key found for this signature in database
GPG Key ID: 4C1A90A461B3C27B

View File

@ -14,7 +14,7 @@ subnet {{ ansible_default_ipv4.network }} netmask {{ ansible_default_ipv4.netmas
next-server {{ ansible_default_ipv4.address }};
if option architecture-type = 00:07 {
filename "grubx64.efi";
filename "ipxe.efi";
}
}
}