summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorIrina Gómez <irinagomez@us.es>2019-03-29 13:52:05 +0100
committerIrina Gómez <irinagomez@us.es>2019-03-29 13:52:05 +0100
commit5c2fe9b80b8cc48d9ac2c72b14f7c7ecfc3e9e03 (patch)
treea71cad2c2101fa394d6403ca3059852eeeefa745 /server
parent89f88ba76c001f0e9804fad599c67c0ffe42f647 (diff)
#860 #802 #888 For UEFI and BIOS coherence , the PXE templates are rename.
Diffstat (limited to 'server')
-rw-r--r--server/tftpboot/grub/templates/114
-rw-r--r--server/tftpboot/grub/templates/124
-rw-r--r--server/tftpboot/grub/templates/134
-rw-r--r--server/tftpboot/grub/templates/fedora4
-rw-r--r--server/tftpboot/grub/templates/opensuse4
-rw-r--r--server/tftpboot/grub/templates/ubuntu4
-rw-r--r--server/tftpboot/grub/templates/windows4
-rw-r--r--server/tftpboot/menu.lst/templates/10 (renamed from server/tftpboot/menu.lst/templates/01)2
-rw-r--r--server/tftpboot/menu.lst/templates/114
-rw-r--r--server/tftpboot/menu.lst/templates/124
10 files changed, 11 insertions, 27 deletions
diff --git a/server/tftpboot/grub/templates/11 b/server/tftpboot/grub/templates/11
new file mode 100644
index 00000000..06b34088
--- /dev/null
+++ b/server/tftpboot/grub/templates/11
@@ -0,0 +1,4 @@
+##NO-TOCAR-ESTA-LINEA 1hd-1os
+root='hd0,gpt1'
+chainloader /EFI/Part-01-02/Boot/ogloader.efi
+boot
diff --git a/server/tftpboot/grub/templates/12 b/server/tftpboot/grub/templates/12
index dea74d35..6f22fc30 100644
--- a/server/tftpboot/grub/templates/12
+++ b/server/tftpboot/grub/templates/12
@@ -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
diff --git a/server/tftpboot/grub/templates/13 b/server/tftpboot/grub/templates/13
deleted file mode 100644
index 2924d05c..00000000
--- a/server/tftpboot/grub/templates/13
+++ /dev/null
@@ -1,4 +0,0 @@
-##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/fedora b/server/tftpboot/grub/templates/fedora
deleted file mode 100644
index d8f96201..00000000
--- a/server/tftpboot/grub/templates/fedora
+++ /dev/null
@@ -1,4 +0,0 @@
-##NO-TOCAR-ESTA-LINEA Fedora
-root='hd0,gpt1'
-chainloader /EFI/fedora/grubx64.efi
-boot
diff --git a/server/tftpboot/grub/templates/opensuse b/server/tftpboot/grub/templates/opensuse
deleted file mode 100644
index 719367cc..00000000
--- a/server/tftpboot/grub/templates/opensuse
+++ /dev/null
@@ -1,4 +0,0 @@
-##NO-TOCAR-ESTA-LINEA OpenSuse
-root='hd0,gpt1'
-chainloader /EFI/opensuse/grubx64.efi
-boot
diff --git a/server/tftpboot/grub/templates/ubuntu b/server/tftpboot/grub/templates/ubuntu
deleted file mode 100644
index 386f541c..00000000
--- a/server/tftpboot/grub/templates/ubuntu
+++ /dev/null
@@ -1,4 +0,0 @@
-##NO-TOCAR-ESTA-LINEA Ubuntu
-root='hd0,gpt1'
-chainloader /EFI/ubuntu/grubx64.efi
-boot
diff --git a/server/tftpboot/grub/templates/windows b/server/tftpboot/grub/templates/windows
deleted file mode 100644
index 333db4e2..00000000
--- a/server/tftpboot/grub/templates/windows
+++ /dev/null
@@ -1,4 +0,0 @@
-##NO-TOCAR-ESTA-LINEA Windows
-root='hd0,gpt1'
-chainloader /EFI/Microsoft/Boot/bootmgfw.efi
-boot
diff --git a/server/tftpboot/menu.lst/templates/01 b/server/tftpboot/menu.lst/templates/10
index db7a3ee7..96d0f500 100644
--- a/server/tftpboot/menu.lst/templates/01
+++ b/server/tftpboot/menu.lst/templates/10
@@ -1,4 +1,4 @@
-##NO-TOCAR-ESTA-LINEA MBR
+##NO-TOCAR-ESTA-LINEA 1hd
timeout 1
title MBR
chainloader (hd0)+1
diff --git a/server/tftpboot/menu.lst/templates/11 b/server/tftpboot/menu.lst/templates/11
index 6ff6b10b..c1492b57 100644
--- a/server/tftpboot/menu.lst/templates/11
+++ b/server/tftpboot/menu.lst/templates/11
@@ -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
diff --git a/server/tftpboot/menu.lst/templates/12 b/server/tftpboot/menu.lst/templates/12
index 0843c3b1..0db966b7 100644
--- a/server/tftpboot/menu.lst/templates/12
+++ b/server/tftpboot/menu.lst/templates/12
@@ -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