29 lines
1012 B
Plaintext
29 lines
1012 B
Plaintext
MENU TITLE **** KTO Network - BIOS PXE Debian Menu ****
|
|
|
|
LABEL standard
|
|
MENU LABEL Debian Standard Install
|
|
KERNEL images/debian-installer/amd64/linux
|
|
APPEND vga=788 initrd=images/debian-installer/amd64/initrd.gz
|
|
|
|
LABEL expert
|
|
MENU LABEL Debian Expert Install
|
|
KERNEL images/debian-installer/amd64/linux
|
|
APPEND priority=low vga=788 initrd=images/debian-installer/amd64/initrd.gz ---
|
|
|
|
LABEL rescue
|
|
MENU LABEL Debian Rescue Mode
|
|
KERNEL images/debian-installer/amd64/linux
|
|
APPEND vga=788 initrd=images/debian-installer/amd64/initrd.gz rescue/enable=true ---
|
|
|
|
LABEL live-bullseye
|
|
MENU LABEL Debian 11 Live
|
|
KERNEL images/debian-bullseye-live/live/vmlinuz-5.10.0-8-amd64
|
|
APPEND rootfstype=nfs netboot=nfs root=/dev/nfs ip=dhcp nfsroot=192.168.0.54:/srv/tftp/bios/images/debian-bullseye-live console-setup/layoutcode=fr initrd=images/debian-bullseye-live/live/initrd.img-5.10.0-8-amd64
|
|
|
|
MENU SEPARATOR
|
|
|
|
LABEL back
|
|
MENU LABEL Back to main menu...
|
|
KERNEL vesamenu.c32 pxelinux.cfg/graphics.conf
|
|
APPEND pxelinux.cfg/default
|