PXE实现Linux系统无人值守批量安装(4)

(六)额外的配置。

①拷贝客户端安装需要的内核和内核驱动及PXE驱动到tftp服务器的工作主目录(/tftpboot/)。

cd /mnt/cdrom/images/pxeboot/

cp initrd.img vmlinuz /tftpboot/

cd /tftpboot/

cp /usr/lib/syslinux/pxelinux.0 ./

②在当前目录建立一个pxe的配置脚本存放目录。

mkdir pxelinux.cfg

去光盘上拷贝一份pxe的配置文件到当前pxelinux.cfg下。

cp/mnt/cdrom/isolinux/isolinux.cfg ./pxelinux.cfg/default

③对PXE配置脚本default进行编辑。

PXE实现Linux系统无人值守批量安装

④编辑dhcp.conf 文件告诉服务器next-server地址和PXE配置文件的文件名。

PXE实现Linux系统无人值守批量安装

⑤重新启动dhcp服务器。

service dhcpd restart

tail -f /var/log/messages

观察系统日志查看是否有异常。

PXE实现Linux系统无人值守批量安装

⑥重启各项服务。

service vsftpd restart

service dhcpd restart

service xinetdd restart

(七)测试阶段

①安装过程测试

PXE实现Linux系统无人值守批量安装

②安装完成后reboot。

PXE实现Linux系统无人值守批量安装

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/20079.html