summaryrefslogtreecommitdiffstats
path: root/server/tftpboot/grub/templates/10
diff options
context:
space:
mode:
Diffstat (limited to 'server/tftpboot/grub/templates/10')
-rw-r--r--server/tftpboot/grub/templates/1020
1 files changed, 3 insertions, 17 deletions
diff --git a/server/tftpboot/grub/templates/10 b/server/tftpboot/grub/templates/10
index 4271840e..82c44464 100644
--- a/server/tftpboot/grub/templates/10
+++ b/server/tftpboot/grub/templates/10
@@ -1,20 +1,6 @@
##NO-TOCAR-ESTA-LINEA 1hd
-set timeout=0
-
-# Compruebo si existe rEFInd
-set root=''
echo "rEFInd"
-search --file --set root /EFI/refind/grubx64.efi
-if [ "$root" == "" ]; then
- set label="rEFInd no está instalado"
- set chain=""
-else
- set label="rEFInd"
- set chain="chainloader /EFI/refind/grubx64.efi"
-fi
-menuentry "$label" {
- root='hd0,gpt1'
- eval "$chain"
- boot
-}
+root='hd0,gpt1'
+chainloader /EFI/refind/shimx64.efi.signed
+boot