pxelinux.cfg/default PXE Boot Network

Ответить
ya
^-^
Сообщения: 2747
Зарегистрирован: 16 дек 2021, 19:56

pxelinux.cfg/default PXE Boot Network

Сообщение ya »

PXE Boot Network

pxelinux.cfg/default

Код: Выделить всё

DEFAULT      vesamenu.c32
 PROMPT       0
 NOESCAPE     0
 ALLOWOPTIONS 0
 TIMEOUT 300
 MENU MARGIN 10
 MENU ROWS 16
 MENU TABMSGROW 21
 MENU TIMEOUTROW 26

MENU TITLE PXE Boot Menu
LABEL local
MENU LABEL Boot from local disk
LOCALBOOT 0

LABEL install_alpine
MENU LABEL Install Linux Alpine 3.22.1 x86_64
KERNEL http://172.16.7.1/alpine-3.22.1-x86_64/boot/vmlinuz-lts
INITRD http://172.16.7.1/alpine-3.22.1-x86_64/boot/initramfs-lts
APPEND alpine_repo=http://172.16.7.1/alpine-3.22.1-x86_64/apks vga=788 interface=auto modloop=http://172.16.7.1/alpine-3.22.1-x86_64/boot/modloop-lts modules=loop,squashfs,sd-mod,usb-storage quiet

LABEL netboot
MENU LABEL NET boot
KERNEL http://172.16.7.1/netboot/netboot.xyz.lkrn
INITRD http://172.16.7.1/netboot/esp.img
APPEND iso raw modules=loop,squashfs,sd-mod,usb-storage,usbcore vga=788

LABEL install_devuan_501
MENU LABEL Install Linux Devuan daedalus 5.0.1 amd64 netinstall
KERNEL http://172.16.7.1/amd64/linux
APPEND initrd=http://172.16.7.1/amd64/initrd.gz vga=788 ramdisk_size=16432 root=/dev/rd/0 nomodeset rw netboot=http://172.16.7.1/amd64/boot-screens/syslinux.cfg interface=auto

LABEL install_debian_1111_trixie
MENU LABEL Install Linux Debian 11.11 amd64
KERNEL http://172.16.7.1/debian-11.11/linux
APPEND initrd=http://172.16.7.1/debian-11.11/initrd.gz vga=788 ramdisk_size=16432 root=/dev/rd/0 nomodeset rw netboot=http://172.16.7.1/debian-13-trixie/boot-screens/syslinux.cfg interface=auto

LABEL install_debian_1212
MENU LABEL Install Linux Debian 12.12 amd64
KERNEL http://172.16.7.1/debian-12.12/linux
APPEND initrd=http://172.16.7.1/debian-12.12/initrd.gz vga=788 ramdisk_size=16432 root=/dev/rd/0 nomodeset rw netboot=http://172.16.7.1/debian-13-trixie/boot-screens/syslinux.cfg interface=auto

LABEL install_debian_131_trixie
MENU LABEL Install Linux Debian 13.1 Trixie amd64
KERNEL http://172.16.7.1/debian-13-trixie/linux
APPEND initrd=http://172.16.7.1/debian-13-trixie/initrd.gz vga=788 ramdisk_size=16432 root=/dev/rd/0 nomodeset rw netboot=http://172.16.7.1/debian-13-trixie/boot-screens/syslinux.cfg interface=auto

Ответить