#860 #802 #888 For UEFI and BIOS coherence , the PXE templates are rename.

remotes/github/pjlink
Irina Gomez 2019-03-29 13:52:05 +01:00
parent 89f88ba76c
commit 5c2fe9b80b
10 changed files with 11 additions and 27 deletions

View File

@ -0,0 +1,4 @@
##NO-TOCAR-ESTA-LINEA 1hd-1os
root='hd0,gpt1'
chainloader /EFI/Part-01-02/Boot/ogloader.efi
boot

View File

@ -1,4 +1,4 @@
##NO-TOCAR-ESTA-LINEA 1hd-2partition
##NO-TOCAR-ESTA-LINEA 1hd-2os
root='hd0,gpt1'
chainloader /EFI/Part-01-02/Boot/ogloader.efi
chainloader /EFI/Part-01-03/Boot/ogloader.efi
boot

View File

@ -1,4 +0,0 @@
##NO-TOCAR-ESTA-LINEA 1hd-3partition
root='hd0,gpt1'
chainloader /EFI/Part-01-03/Boot/ogloader.efi
boot

View File

@ -1,4 +0,0 @@
##NO-TOCAR-ESTA-LINEA Fedora
root='hd0,gpt1'
chainloader /EFI/fedora/grubx64.efi
boot

View File

@ -1,4 +0,0 @@
##NO-TOCAR-ESTA-LINEA OpenSuse
root='hd0,gpt1'
chainloader /EFI/opensuse/grubx64.efi
boot

View File

@ -1,4 +0,0 @@
##NO-TOCAR-ESTA-LINEA Ubuntu
root='hd0,gpt1'
chainloader /EFI/ubuntu/grubx64.efi
boot

View File

@ -1,4 +0,0 @@
##NO-TOCAR-ESTA-LINEA Windows
root='hd0,gpt1'
chainloader /EFI/Microsoft/Boot/bootmgfw.efi
boot

View File

@ -1,4 +1,4 @@
##NO-TOCAR-ESTA-LINEA MBR
##NO-TOCAR-ESTA-LINEA 1hd
timeout 1
title MBR
chainloader (hd0)+1

View File

@ -1,6 +1,6 @@
##NO-TOCAR-ESTA-LINEA 1hd-1partition
##NO-TOCAR-ESTA-LINEA 1hd-1os
timeout 1
title FirstHardDisk-FirstPartition
title FirstDisk-FirstOperatingSystem
root (hd0,0)
chainloader (hd0,0)+1
boot

View File

@ -1,6 +1,6 @@
##NO-TOCAR-ESTA-LINEA 1hd-2partition
##NO-TOCAR-ESTA-LINEA 1hd-2os
timeout 1
title FirstHardDisk-SecondPartition
title FirstHardDisk-SecondOperatingSystem
root (hd0,1)
chainloader (hd0,1)+1
boot