HowTos/PXE/PXE Setup - CentOS Wiki
PXE Setup * yum install tftp-server * vi /etc/xinetd.d/tftp and change disable to 'no' disable = no * restart xinetd service xinetd restart * Install syslinux yum install syslinux * Copy needed files from syslinux to the tftpboot directory cp /usr/lib/sys
wiki.centos.org |