ogboot/tftpboot/menu.lst/templates/pxe

39 lines
1.3 KiB
Plaintext

##NO-TOCAR-ESTA-LINEA ogLive
default saved
timeout 1
hiddenmenu
fallback 1 2 3 4
set ISODIR=ogLive
title firsboot
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 checkrange 0x07 parttype > nul
cmp /ogboot.me /ogboot.secondboot || ls FALLBACK
write /ogboot.secondboot iniciado
chainloader +1
boot
title OpenGnsys-CACHE
find --set-root --ignore-floppies --ignore-cd /boot/%ISODIR%/ogvmlinuz
kernel /boot/%ISODIR%/ogvmlinuz ro boot=oginit quiet splash vga=788 irqpoll acpi=on og2nd=sqfs ogprotocol=smb ogactiveadmin=false ogdebug=false ogupdateinitrd=true ogtmpfs=15 oglivedir=%ISODIR% INFOHOST
initrd /boot/%ISODIR%/oginitrd.img
boot
title OpenGnsys-NET
kernel (pd)/%ISODIR%/ogvmlinuz ro boot=oginit quiet splash vga=788 irqpoll acpi=on og2nd=sqfs ogprotocol=smb ogactiveadmin=false ogdebug=false ogtmpfs=15 oglivedir=%ISODIR% INFOHOST
initrd (pd)/%ISODIR%/oginitrd.img
boot
title OpenGnsys-NET default
kernel (pd)/ogLive/ogvmlinuz ro boot=oginit quiet splash vga=788 irqpoll acpi=on og2nd=sqfs ogprotocol=smb ogactiveadmin=false ogdebug=false ogtmpfs=15 oglivedir=ogLive INFOHOST
initrd (pd)/ogLive/oginitrd.img
boot