This repository has been archived on 2023-07-28. You can view files and clone it, but cannot push or open issues or pull requests.
pxe-server/bios/pxelinux.cfg/debian.conf

29 lines
1012 B
Plaintext
Raw Normal View History

2022-07-29 10:42:54 +02:00
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