diff options
author | Irina Gómez <irinagomez@us.es> | 2019-12-05 13:19:24 +0100 |
---|---|---|
committer | Irina Gómez <irinagomez@us.es> | 2019-12-05 13:19:24 +0100 |
commit | a1a2a333c9ace758fa7bb0702dbb9319476deded (patch) | |
tree | 6b1e5f55d9a7edf1faff0156308d95e25ee447ec /server/tftpboot | |
parent | f6ab0497b37a3996b6d893ba5dd08c45799e8ca3 (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/pxe | 4 |
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 |