EasyManua.ls Logo

Lenovo ThinkSystem HR330A - Installing Centos Via PXE

Lenovo ThinkSystem HR330A
168 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
129
2.2 Installing CentOS via PXE
2.2.1 Preparing PXE Installation System
System Configuration
Figure 1: A Server running Ubuntu (15.04 or later) or CentOS 7.x
Configuring PXE Server
1. Installing necessary packages:
Ubuntu 15.x:
CentOS 7.x:
2. Adding (or modifying) the /etc/dhcp/dhcpd.conf file
Ubuntu 15.x and CentOS 7.x:
# yum install -y xinetd tftp tftp-server dhcp httpd wget createrepo
# apt-get install -y isc-dhcp-server xinetd tftpd-hpa wget apache2
# vi /etc/dhcp/dhcpd.conf
default-lease-time 600;
max-lease-time 600;
log-facility local7;
authoritative;
option arch code 93 = unsigned integer 16; # RFC4578
option domain-name-servers 8.8.4.4, 8.8.8.8;
subnet 172.168.1.0 netmask 255.255.255.0 {
range dynamic-bootp 172.168.1.30 172.168.1.254;
option broadcast-address 172.168.1.255;
option routers 172.168.1.23;
next-server 172.168.1.23;
class "pxeclients" {
match if substring (option vendor-class-identifier, 0, 9) = "AMPClient";
if option arch = 00:0b {
# Installing Centos
filename "/AMP/centos-repo/EFI/BOOT/grubaa64.efi";

Table of Contents

Related product manuals