教你使用Pxe无人值守安装rhel
5.fpd 安装及配置 [root@localhost ~]# yum install tftp-server -y [root@localhost ~]# vim /etc/xinetd.d/tftp 把 disable = no改为 -->disable = no [root@localhost ~]# service xinetd restart 超级守候进程。 6.Copy 开机引导程序到tftp文件夹中 [root@localhost ~]# cp /usr/lib/syslinux/pxelinux.0 /tftpboot/ [root@localhost ~]# cp /mnt/cdrom/images/pxeboot/vmlinuz /tftpboot/ [root@localhost ~]# cp /mnt/cdrom/images/pxeboot/initrd.img /tftpboot/ [root@localhost ~]# mkdir -pv /tftpboot/pxelinux.cfg mkdir: 已创建目录 “/tftpboot/pxelinux.cfg” [root@localhost ~]# cp /mnt/cdrom/isolinux/isolinux.cfg /tftpboot/pxelinux.cfg/default 7.安装system-config-kickstart [root@localhost ~]# yum install system-config-kickstart [root@localhost ~]# system-config-kickstart (编辑:源码门户网) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |