summaryrefslogtreecommitdiffstats
path: root/server/tftpboot/grub
diff options
context:
space:
mode:
Diffstat (limited to 'server/tftpboot/grub')
-rw-r--r--server/tftpboot/grub/templates/124
-rw-r--r--server/tftpboot/grub/templates/134
-rw-r--r--server/tftpboot/grub/templates/pxe (renamed from server/tftpboot/grub/templates/21UEFIpxe)4
3 files changed, 10 insertions, 2 deletions
diff --git a/server/tftpboot/grub/templates/12 b/server/tftpboot/grub/templates/12
new file mode 100644
index 00000000..dea74d35
--- /dev/null
+++ b/server/tftpboot/grub/templates/12
@@ -0,0 +1,4 @@
+##NO-TOCAR-ESTA-LINEA 1hd-2partition
+root='hd0,gpt1'
+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..2924d05c
--- /dev/null
+++ b/server/tftpboot/grub/templates/13
@@ -0,0 +1,4 @@
+##NO-TOCAR-ESTA-LINEA 1hd-3partition
+root='hd0,gpt1'
+chainloader /EFI/Part-01-03/Boot/ogloader.efi
+boot
diff --git a/server/tftpboot/grub/templates/21UEFIpxe b/server/tftpboot/grub/templates/pxe
index 7892a495..db695291 100644
--- a/server/tftpboot/grub/templates/21UEFIpxe
+++ b/server/tftpboot/grub/templates/pxe
@@ -1,7 +1,7 @@
-##NO-TOCAR-ESTA-LINEA UEFI-pxe
+##NO-TOCAR-ESTA-LINEA ogLive
set ISODIR=ogLive
linux (tftp)/$ISODIR/ogvmlinuz ro boot=oginit quiet splash vga=788 irqpoll acpi=on og2nd=sqfs ogprotocol=smb ogactiveadmin=false ogdebug=false ogtmpfs=15 oglivedir=$ISODIR INFOHOST
-initrd (tftp)/$OGLIVE/oginitrd.img
+initrd (tftp)/$ISODIR/oginitrd.img
boot