summaryrefslogtreecommitdiffstats
path: root/server/tftpboot/grub
diff options
context:
space:
mode:
Diffstat (limited to 'server/tftpboot/grub')
-rw-r--r--server/tftpboot/grub/examples/grub4
-rw-r--r--server/tftpboot/grub/templates/104
-rw-r--r--server/tftpboot/grub/templates/116
-rw-r--r--server/tftpboot/grub/templates/126
-rw-r--r--server/tftpboot/grub/templates/134
5 files changed, 15 insertions, 9 deletions
diff --git a/server/tftpboot/grub/examples/grub b/server/tftpboot/grub/examples/grub
new file mode 100644
index 00000000..5d42c4af
--- /dev/null
+++ b/server/tftpboot/grub/examples/grub
@@ -0,0 +1,4 @@
+##NO-TOCAR-ESTA-LINEA grub
+search --file --set root /EFI/grub/Boot/grubx64.efi
+chainloader /EFI/grub/Boot/grubx64.efi
+boot
diff --git a/server/tftpboot/grub/templates/10 b/server/tftpboot/grub/templates/10
index 82c44464..9ed11639 100644
--- a/server/tftpboot/grub/templates/10
+++ b/server/tftpboot/grub/templates/10
@@ -1,6 +1,4 @@
##NO-TOCAR-ESTA-LINEA 1hd
-echo "rEFInd"
-
-root='hd0,gpt1'
+search --file --set root /EFI/refind/shimx64.efi.signed
chainloader /EFI/refind/shimx64.efi.signed
boot
diff --git a/server/tftpboot/grub/templates/11 b/server/tftpboot/grub/templates/11
index 06b34088..e17d387b 100644
--- a/server/tftpboot/grub/templates/11
+++ b/server/tftpboot/grub/templates/11
@@ -1,4 +1,4 @@
-##NO-TOCAR-ESTA-LINEA 1hd-1os
-root='hd0,gpt1'
-chainloader /EFI/Part-01-02/Boot/ogloader.efi
+##NO-TOCAR-ESTA-LINEA 1hd-1partition
+search --file --set root /EFI/Part-01-01/Boot/ogloader.efi
+chainloader /EFI/Part-01-01/Boot/ogloader.efi
boot
diff --git a/server/tftpboot/grub/templates/12 b/server/tftpboot/grub/templates/12
index 6f22fc30..2bcf108d 100644
--- a/server/tftpboot/grub/templates/12
+++ b/server/tftpboot/grub/templates/12
@@ -1,4 +1,4 @@
-##NO-TOCAR-ESTA-LINEA 1hd-2os
-root='hd0,gpt1'
-chainloader /EFI/Part-01-03/Boot/ogloader.efi
+##NO-TOCAR-ESTA-LINEA 1hd-2partition
+search --file --set root /EFI/Part-01-02/Boot/ogloader.efi
+chainloader /EFI/Part-01-02/Boot/ogloader.efi
boot
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