Linux PXE Remote Installation service and implementation of kickstart unattended installation

Source: Internet
Author: User
Tags ftp site

Works in Client/server network mode, supports workstations to download images from remote servers over the network, and thus supports booting the operating system over a network, during startup, the terminal requires the server to assign IP addresses

Experimental Objective: Deploy the PXE Remote Installation service and implement kickstart unattended installation


Server_args =-s/var/lib/tftpboot-c (Specify Storage path-C: Allow uploads)
Disable = no (open tftp)
Install DHCP and copy templates

Ddns-update-style none; Support DNS dynamic update, general select Close/

Next-server 192.168.100.102; Specify the TFTP server address//
FileName "/pxelinux.0"; Location of the boot file on TFTP//
Adding a pool can be assigned an IP range can be implemented with multiple units installed

Install the FTP shared image file

Disc mirroring is mounted to the FTP site

Install syslinux get pxelinux.0 boot program
bootloader replication to TFTP site

To create a configuration file directory

Cp/mnt/isolinux/isolinux.cfg/var/lib/tftpboot/pxelinux.cfg/default//Installation Menu
Cp/mnt/images/pxeboot/initrd.img/var/lib/tftpboot//linux boot load module to site
cp/mnt/images/pxeboot/vmlinuz/var/lib/tftpboot///Compression core//
Cp/mnt/isolinux/vesamenu.c32/var/lib/tftpboot//Graphical installation menu/

Turn on the service and turn off the firewall enhanced security features

Automatic installation configuration
Unattended Installation



/bin represents binary, binary files, mainly some system commands, and a common directory is/usr/bin, and almost all of the application executables are loaded here.
/bin/bash that your shell type is Bash,bash shell is the most commonly used shell, is the default shell for most Linux distributions. There are other shells such as C shell.


Linux PXE Remote Installation service and implementation of kickstart unattended installation

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.