Gebruikershulpmiddelen

Site-hulpmiddelen


werkinstructies:simpele_pxe_tftp_boot_server

Dit is een oude revisie van het document!


Simpele PXE/tftp boot files om mee te testen

installeer de TFTP server

yum install tftp-server

Set up de boot files

yum install syslinux

cp -r /usr/share/syslinux/* /var/lib/tftpboot
mkdir /var/lib/tftpboot/pxelinux.cfg
touch /var/lib/tftpboot/pxelinux.cfg/default

vi /var/lib/tftpboot/pxelinux.cfg/default

en zet hier in:

default menu.c32
prompt 0
timeout 300
ONTIMEOUT local

menu title ########## PXE Boot Menu ##########

label 1
menu label ^2) Install CentOS 7 x64 with http://mirror.centos.org Repo
kernel centos7/vmlinuz
append initrd=centos7/initrd.img method=http://mirror.centos.org/centos/7/os/x86_64/ devfs=nomount ip=dhcp

label 2
menu label ^4) Boot from local drive

Bronnen

werkinstructies/simpele_pxe_tftp_boot_server.1612110228.txt.gz · Laatst gewijzigd: 2021/01/31 17:23 door abel