PXE distribution and installation CentOS 6.5

Source: Internet
Author: User

PXE distribution and installation CentOS 6.5

I. kickstart Flowchart

Use Kickstart to implement unattended RHEL6.0 system installation

SUSE Linux 11 pxe + DHCP + tftp + ftp Unattended Installation

Use PXE to enable self-built dhcp tftp service for unattended CentOS6 Installation

Use PXE + DHCP + Apache + Kickstart to install CentOS5.8 x86_64

Kickstart fully automated installation of CentOS 6.3

Linux Installation notes on Kickstart

PXE/Kickstart remote automatic installation of RedHat Linux

2. Preparations before installation

1. Disable iptables

Service iptables stop

Chkconfig iptables off

2. Disable Selinux

Sed-I's/enabled/disabled/G'/etc/sysconfig/selinux

Iii. install and configure the server

Yum-y install tftp-server dhcp vsftpd syslinux

Vim/etc/dhcpd. conf

Attach a CD image file

Mount/dev/cdrom/media

Cp-r/media/*/var/ftp/pub

Load the TFTP service at startup

Vim/etc/xinetd. d/tftp

Disable = no

Load FTP files

Cp/var/ftp/pub/images/pxeboot/{vmlinuz, initrd. img}/var/lib/tftpboot/

Cp/var/ftp/pub/isolinux/{boot.msg,vesamenu.c32,splash.jpg}/var/lib/tftpboot/

Cp/usr/share/syslinux/pxelinux.0/var/lib/tftpboot/

Mkdir/var/lib/tftpboot/pxelinux. cfg

Cp/var/ftp/pub/isolinux. cfg/var/lib/tftpboot/pxelinux. cfg/default

For more details, please continue to read the highlights on the next page:

  • 1
  • 2
  • Next Page

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.