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/efi64/pxelinux.cfg/default
2022-07-29 10:42:54 +02:00

47 lines
776 B
Plaintext

DEFAULT vesamenu.c32 pxelinux.cfg/graphics.conf ~
PROMPT 0
#TIMEOUT 100
MENU TITLE **** KTO Network - UEFI PXE Menu ****
MENU LABEL All below images are x86_64 only
MENU SEPARATOR
LABEL arch
MENU LABEL Arch Linux
KERNEL vesamenu.c32 pxelinux.cfg/graphics.conf
APPEND pxelinux.cfg/arch.conf
MENU SEPARATOR
LABEL debian
MENU LABEL Debian
KERNEL vesamenu.c32 pxelinux.cfg/graphics.conf
APPEND pxelinux.cfg/debian.conf
MENU SEPARATOR
LABEL ubuntu
MENU LABEL Ubuntu
KERNEL vesamenu.c32 pxelinux.cfg/graphics.conf
APPEND pxelinux.cfg/ubuntu.conf
MENU SEPARATOR
LABEL localboot
MENU INDENT 2
MENU LABEL Local Boot
MENU default
localboot 0
LABEL reboot
MENU INDENT 2
MENU LABEL Reboot
kernel reboot.c32
LABEL shutdown
MENU INDENT 2
MENU LABEL Shutdown
kernel poweroff.c32