summaryrefslogtreecommitdiffstats
path: root/server/tftpboot/menu.lst/templates/pxe
diff options
context:
space:
mode:
Diffstat (limited to 'server/tftpboot/menu.lst/templates/pxe')
-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