summaryrefslogtreecommitdiffstats
path: root/server/tftpboot
diff options
context:
space:
mode:
authorIrina Gómez <irinagomez@us.es>2019-12-05 13:19:24 +0100
committerIrina Gómez <irinagomez@us.es>2019-12-05 13:19:24 +0100
commita1a2a333c9ace758fa7bb0702dbb9319476deded (patch)
tree6b1e5f55d9a7edf1faff0156308d95e25ee447ec /server/tftpboot
parentf6ab0497b37a3996b6d893ba5dd08c45799e8ca3 (diff)
#914 PXE template for ogLive: support Ubuntu 18. The marks for windows boot are searched in windows partitions only. 'acodoner' gave this solution in [message:907].
Diffstat (limited to 'server/tftpboot')
-rw-r--r--server/tftpboot/menu.lst/templates/pxe4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/tftpboot/menu.lst/templates/pxe b/server/tftpboot/menu.lst/templates/pxe
index bdf0fc54..5cd3fa16 100644
--- a/server/tftpboot/menu.lst/templates/pxe
+++ b/server/tftpboot/menu.lst/templates/pxe
@@ -8,14 +8,14 @@ set ISODIR=ogLive
title firsboot
-find --set-root --ignore-floppies --ignore-cd /ogboot.me
+find --set-root --ignore-floppies --ignore-cd /ogboot.me checkrange 0x07 parttype > nul
cmp /ogboot.me /ogboot.firstboot || ls FALLBACK
write /ogboot.firstboot iniciado
chainloader +1
boot
title secondboot
-find --set-root --ignore-floppies --ignore-cd /ogboot.me
+find --set-root --ignore-floppies --ignore-cd /ogboot.me checkrange 0x07 parttype > nul
cmp /ogboot.me /ogboot.secondboot || ls FALLBACK
write /ogboot.secondboot iniciado
chainloader +1