From a1a2a333c9ace758fa7bb0702dbb9319476deded Mon Sep 17 00:00:00 2001 From: Irina Gómez Date: Thu, 5 Dec 2019 13:19:24 +0100 Subject: #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]. --- server/tftpboot/menu.lst/templates/pxe | 4 ++-- 1 file 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 -- cgit v1.2.3-18-g5258