PXE自动安装CentOS7
一,搭建无人值守服务器安装软件(PXE + DHCP+TFTP+ Kickstart+ FTP)IP:172.168.1.200 系统版本:CentOS Linux release 7.4.1708 (Core) 关闭selinux,firewalld [root@localhost ~]# axel -n 100 http://mirror.nsc.liu.se/centos-store/7.4.1708/isos/x86_64/CentOS-7-x86_64-Minimal-1708.iso [root@localhost ~]# mount CentOS-7-x86_64-Minimal-1708.iso /media/ [root@localhost ~]# yum -y install vsftpd tftp tftp-server xinetd system-config-kickstart syslinux 二,修改配置文件 [root@localhost ~]# vim /etc/xinetd.d/tftp service tftp { socket_type = dgram protocol = udp wait = yes user = root server = /usr/sbin/in.tftpd server_args = -s /tftpboot #修改