summaryrefslogtreecommitdiffstats
path: root/server/tftpboot
diff options
context:
space:
mode:
authorIrina Gómez <irinagomez@us.es>2019-02-25 12:54:50 +0100
committerIrina Gómez <irinagomez@us.es>2019-02-25 12:54:50 +0100
commit40bd9f5d30a2de8ac5293616f786a8dbdcc7ed34 (patch)
tree173f5805840e6a3ea93df0d3ecfe8458603a25ba /server/tftpboot
parente4324788f294ab6db30ec57631d2f08865db3a61 (diff)
#802 #888 ogGrubInstall and ogRestoreEfiBootLoader: A generic name is used for the boot loader. This allows you to use PXE templates for a partition.
Diffstat (limited to 'server/tftpboot')
-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