PXE部署

一、 SUSE12

1、 安装部署DHCP服务

PXE部署
PXE部署

2、 安装部署TFTP服务

PXE部署
PXE部署
PXE部署
PXE部署
PXE部署

3、 安装部署HTTP服务

PXE部署
PXE部署
PXE部署
PXE部署

4、 创建autoyast自动化文件

PXE部署
配置使情况而定:
PXE部署
PXE部署
PXE部署
PXE部署
PXE部署
PXE部署

5、 创建引导文件等

mount /dev/sr0 /mnt
cp /mnt/boot/x86_64/initrd-xen  /tftpboot/
cp /mnt/boot/x86_64/vmlinuz-xen  /tftpboot/
cp /usr/share/syslinux/pxelinux.0  /tftpboot/
cp /usr/share/syslinux/menu.c32  /tftpboot/
mkdir /tftpboot/pxelinux.cfg

6、启动各个服务

systemctl enable dhcpd
systemctl start dhcpd
systemctl enable httpd
systemctl start httpd
systemctl enable xinetd
systemctl start xinetd

7、网络安装

PXE主机启动服务后,其他同局域网内的机器都可以使用网络安装途径安装系统。
上一篇:pxe+kickstart(无人值守安装linux)


下一篇:windows shell命令和快捷命令