19 lines
859 B
Plaintext
19 lines
859 B
Plaintext
MENU TITLE **** KTO Network - BIOS PXE Ubuntu Menu ****
|
|
|
|
LABEL live
|
|
MENU LABEL Lubuntu 18.04.1 LTS Live
|
|
KERNEL images/ubuntu-bionic-live/amd64/casper/vmlinuz
|
|
APPEND boot=casper rootfstype=nfs netboot=nfs nfsroot=192.168.0.54:/srv/tftp/bios/images/ubuntu-bionic-live/amd64 console-setup/layoutcode=fr splash systemd.mask=tmp.mount initrd=images/ubuntu-bionic-live/amd64/casper/initrd.lz --
|
|
|
|
LABEL live-hirsute
|
|
MENU LABEL Ubuntu 21.04 Live
|
|
KERNEL images/ubuntu-hirsute-live/amd64/casper/vmlinuz
|
|
APPEND boot=casper rootfstype=nfs netboot=nfs ip=dhcp nfsroot=192.168.0.54:/srv/tftp/bios/images/ubuntu-hirsute-live/amd64 console-setup/layoutcode=fr systemd.mask=tmp.mount initrd=images/ubuntu-hirsute-live/amd64/casper/initrd --
|
|
|
|
MENU SEPARATOR
|
|
|
|
LABEL back
|
|
MENU LABEL Back to main menu...
|
|
KERNEL vesamenu.c32 pxelinux.cfg/graphics.conf
|
|
APPEND pxelinux.cfg/default
|