当前位置:网站首页>PXE unattended installation management
PXE unattended installation management
2022-07-28 07:03:00 【Peanut flavored peanuts】
Catalog
One . The network configuration
3、 ... and . install TFTP service
5、 ... and . install FTP service
6、 ... and . install Kickstart
Preface
PXE(preboot execute environment, Pre boot execution environment ) By Intel The latest technology developed by the company , Work in Client/Server Network mode of , Support workstation to download image from remote server through network , And from this support through the network to start the operating system , In the startup process , The terminal requires the server to assign IP Address , Reuse TFTP(trivial filtransferprotocol) or MTFTP(multicast trivial file transfer protocol) The protocol downloads a boot package to the local memory for execution , This startup software package completes the terminal ( client ) Basic software settings , So as to boot the terminal operating system installed in the server in advance .PXE Can boot a variety of operating systems .
One . The network configuration
1. Turn off firewall
systemctl stop firewalld
setenforce 0
2. Add network card 
3. Configure network card
vim /etc/sysconfig/network-scripts/ifcfg-ens33 ifcfg-ens36 take ens33 The configuration information is copied to ens36 
systemctl restart network Restart network card
Two . install DHCP service
yum -y install dhcp install DHCP
lookup DHCP route 
Copy to the specified directory ![]()
vim /etc/dhcp/dhcpd.conf( Set network segment , Address pool , The default gateway ,tftp Server address ,pxe Bootloader file )
Opening service
systemctl start dhcpd
systemctl enable dhcpd
3、 ... and . install TFTP service
install TFTP
yum -y install tftp-server
yum -y install xinetd

vim /etc/xinetd.d/tftp(disable=yes Change it to no Open for indication TFTP service )
mount /dev/cdrom /mnt
cd /mnt/images/pxeboot/
Kernel files The kernel initializes the image file /var/lib/tftpboot/ Site
cp initrd.img vmlinuz /var/lib/tftpboot/
Opening service
systemctl start xinetd
systemctl enable xinetd
systemctl start tftp
systemctl enable tftp
3、 ... and .PXE Bootstrap
Installation services 

Lookup location 
Copy to the specified location ![]()
Four . Configure menu file
![]()

5、 ... and . install FTP service
install FTP
Create files and copy them to the specified directory ![]()
Opening service
systemctl start vsftpd
systemctl enable vsftpd
6、 ... and . install Kickstart

Open profile 








7、 ... and . test result



边栏推荐
猜你喜欢

Custom component -- pure data field & component life cycle

Qgraphicsview promoted to qchartview

MySQL build database Series (I) -- download MySQL

MOOC翁恺C语言 第四周:进一步的判断与循环:3.多路分支4.循环的例子5.判断和循环常见的错误

NFS shared storage service

Servlet

Principle and configuration of NAT and pat

JSON notes

防火墙——iptables防火墙(四表五链、防火墙配置方法、匹配规则详解)

Esxi community network card driver
随机推荐
Scratch command
JS four operations are repackaged to solve the problem of precision loss
Test interview questions collection (V) | automated testing and performance testing (with answers)
MOOC翁恺C语言 第四周:进一步的判断与循环:1.逻辑类型与运算2.级联和嵌套的判断
Operation document tree
Vmware workstation configuration net mode
Technology sharing | do you know the functions of the server interface automated testing and requests library?
MySQL常用命令
Blue Bridge Cup square filling number
Ubuntu18.04+Centos7配置redis主从【学习笔记】
shell脚本——sort、uniq、tr、数组排序、cut、eval命令配置
Software testing (concept)
Hdu-1097-a hard puzzle (fast power)
Network - transport layer (detailed version)
[learning notes] process creation
2022 Tanabata gift recommendation! Nice, cheap and practical gift recommendation
Servlet
MySQL主从
DHCP服务
VSphere esxi 7.0 update 3 release notes