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/menu.lst/templates/12 | |
parent | 71b7511ae896d0f39cf619a2ccbff8bc90d786a3 (diff) |
#802 #888 PXE templates support EFI partition in whichever partition. Example template for boot with grub.
Diffstat (limited to 'server/tftpboot/menu.lst/templates/12')
-rw-r--r-- | server/tftpboot/menu.lst/templates/12 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/tftpboot/menu.lst/templates/12 b/server/tftpboot/menu.lst/templates/12 index 0db966b7..0843c3b1 100644 --- a/server/tftpboot/menu.lst/templates/12 +++ b/server/tftpboot/menu.lst/templates/12 @@ -1,6 +1,6 @@ -##NO-TOCAR-ESTA-LINEA 1hd-2os +##NO-TOCAR-ESTA-LINEA 1hd-2partition timeout 1 -title FirstHardDisk-SecondOperatingSystem +title FirstHardDisk-SecondPartition root (hd0,1) chainloader (hd0,1)+1 boot |