diff options
author | Irina Gómez <irinagomez@us.es> | 2019-10-22 10:44:02 +0200 |
---|---|---|
committer | Irina Gómez <irinagomez@us.es> | 2019-10-22 10:44:02 +0200 |
commit | d661fb52aebc269cc9dad01c674cdb2820abe78c (patch) | |
tree | c9e3b08492c47d1ba2aaf2945d5d48a83f6f2a9e /server/tftpboot/grub/templates/13 | |
parent | 71b7511ae896d0f39cf619a2ccbff8bc90d786a3 (diff) |
#802 #888 PXE templates support EFI partition in whichever partition. Example template for boot with grub.
Diffstat (limited to 'server/tftpboot/grub/templates/13')
-rw-r--r-- | server/tftpboot/grub/templates/13 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/server/tftpboot/grub/templates/13 b/server/tftpboot/grub/templates/13 new file mode 100644 index 00000000..4c9d26a0 --- /dev/null +++ b/server/tftpboot/grub/templates/13 @@ -0,0 +1,4 @@ +##NO-TOCAR-ESTA-LINEA 1hd-3partition +search --file --set root /EFI/Part-01-03/Boot/ogloader.efi +chainloader /EFI/Part-01-03/Boot/ogloader.efi +boot |