parent
89f88ba76c
commit
5c2fe9b80b
|
@ -0,0 +1,4 @@
|
|||
##NO-TOCAR-ESTA-LINEA 1hd-1os
|
||||
root='hd0,gpt1'
|
||||
chainloader /EFI/Part-01-02/Boot/ogloader.efi
|
||||
boot
|
|
@ -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
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
##NO-TOCAR-ESTA-LINEA 1hd-3partition
|
||||
root='hd0,gpt1'
|
||||
chainloader /EFI/Part-01-03/Boot/ogloader.efi
|
||||
boot
|
|
@ -1,4 +0,0 @@
|
|||
##NO-TOCAR-ESTA-LINEA Fedora
|
||||
root='hd0,gpt1'
|
||||
chainloader /EFI/fedora/grubx64.efi
|
||||
boot
|
|
@ -1,4 +0,0 @@
|
|||
##NO-TOCAR-ESTA-LINEA OpenSuse
|
||||
root='hd0,gpt1'
|
||||
chainloader /EFI/opensuse/grubx64.efi
|
||||
boot
|
|
@ -1,4 +0,0 @@
|
|||
##NO-TOCAR-ESTA-LINEA Ubuntu
|
||||
root='hd0,gpt1'
|
||||
chainloader /EFI/ubuntu/grubx64.efi
|
||||
boot
|
|
@ -1,4 +0,0 @@
|
|||
##NO-TOCAR-ESTA-LINEA Windows
|
||||
root='hd0,gpt1'
|
||||
chainloader /EFI/Microsoft/Boot/bootmgfw.efi
|
||||
boot
|
|
@ -1,4 +1,4 @@
|
|||
##NO-TOCAR-ESTA-LINEA MBR
|
||||
##NO-TOCAR-ESTA-LINEA 1hd
|
||||
timeout 1
|
||||
title MBR
|
||||
chainloader (hd0)+1
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue