TFTP: add default pxelinux files for noc01 iad2 & rdu3

This commit is contained in:
Greg Sutcliffe 2025-05-29 15:50:59 +01:00
parent 63c5654cec
commit a3fb4884ad
No known key found for this signature in database
2 changed files with 74 additions and 0 deletions

View file

@ -0,0 +1,37 @@
default vesamenu.c32
prompt 1
timeout 600
display boot.msg
label linux-x86
menu label ^Install system x86_64
menu default
kernel images/RHEL/8.5/x86_64/vmlinuz
append initrd=images/RHEL/8.5/x86_64/initrd.img ip=dhcp inst.repo=http://10.3.163.35/repo/RHEL/8.2/x86_64/
label linux-a64
menu label ^Install system aarch64
menu default
kernel images/RHEL/8.5/aarch64/vmlinuz
append initrd=images/RHEL/8.5/aarch64/initrd.img ip=dhcp inst.repo=http://10.3.163.35/repo/rhel/RHEL/8.2/aarch64/
label linux-ppc64le-p09
menu label ^Install system fedora ppc64le p09
menu default
kernel images/Fedora/40/ppc64le/vmlinuz
append initrd=http://10.3.163.35/infra/bigfiles/tftpboot/images/Fedora/40/ppc64le/initrd.img ip=dhcp inst.ks=http://10.3.163.35/repo/rhel/ks/hardware-fedora-40-ppc64le-08disk inst.repo=http://10.3.163.35/pub/fedora-secondary/releases/40/Server/ppc64le/os nameserver=10.3.163.33 console=tty0 console=ttyS0,115200 console=ttyS1,115200 net.ifnames=0
label openqa-worker-08disk ppc64le
menu label ^Install openqa system fedora ppc64le p09
menu default
kernel images/Fedora/40/ppc64le/vmlinuz
append initrd=images/Fedora/40/ppc64le/initrd.img ip=dhcp inst.ks=http://10.3.163.35/repo/rhel/ks/openqa-worker-fedora-08disk inst.repo=http://10.3.163.35/pub/fedora-secondary/releases/40/Server/ppc64le/os
label vesa
menu label Install system with ^basic video driver
kernel images/RHEL/8.5/x86_64/vmlinuz
append initrd=images/RHEL/8.5/x86_64/initrd.img ip=dhcp inst.xdriver=vesa nomodeset inst.repo=http://10.3.163.35/repo/RHEL/8.2/x86_64/
label rescue
menu label ^Rescue installed x86_64 system
kernel images/RHEL/8.5/x86_64/vmlinuz
append initrd=images/RHEL/8.5/x86_64/initrd.img rescue
label local
menu label Boot from ^local drive
localboot 0xffff

View file

@ -0,0 +1,37 @@
default vesamenu.c32
prompt 1
timeout 600
display boot.msg
label linux-x86
menu label ^Install system x86_64
menu default
kernel images/RHEL/8.5/x86_64/vmlinuz
append initrd=images/RHEL/8.5/x86_64/initrd.img ip=dhcp inst.repo=http://10.3.163.35/repo/RHEL/8.2/x86_64/
label linux-a64
menu label ^Install system aarch64
menu default
kernel images/RHEL/8.5/aarch64/vmlinuz
append initrd=images/RHEL/8.5/aarch64/initrd.img ip=dhcp inst.repo=http://10.3.163.35/repo/rhel/RHEL/8.2/aarch64/
label linux-ppc64le-p09
menu label ^Install system fedora ppc64le p09
menu default
kernel images/Fedora/40/ppc64le/vmlinuz
append initrd=http://10.3.163.35/infra/bigfiles/tftpboot/images/Fedora/40/ppc64le/initrd.img ip=dhcp inst.ks=http://10.3.163.35/repo/rhel/ks/hardware-fedora-40-ppc64le-08disk inst.repo=http://10.3.163.35/pub/fedora-secondary/releases/40/Server/ppc64le/os nameserver=10.3.163.33 console=tty0 console=ttyS0,115200 console=ttyS1,115200 net.ifnames=0
label openqa-worker-08disk ppc64le
menu label ^Install openqa system fedora ppc64le p09
menu default
kernel images/Fedora/40/ppc64le/vmlinuz
append initrd=images/Fedora/40/ppc64le/initrd.img ip=dhcp inst.ks=http://10.3.163.35/repo/rhel/ks/openqa-worker-fedora-08disk inst.repo=http://10.3.163.35/pub/fedora-secondary/releases/40/Server/ppc64le/os
label vesa
menu label Install system with ^basic video driver
kernel images/RHEL/8.5/x86_64/vmlinuz
append initrd=images/RHEL/8.5/x86_64/initrd.img ip=dhcp inst.xdriver=vesa nomodeset inst.repo=http://10.3.163.35/repo/RHEL/8.2/x86_64/
label rescue
menu label ^Rescue installed x86_64 system
kernel images/RHEL/8.5/x86_64/vmlinuz
append initrd=images/RHEL/8.5/x86_64/initrd.img rescue
label local
menu label Boot from ^local drive
localboot 0xffff