Skip to content

XceptN’s Tech Stuff

All About Tech

PXE Boot Config Enterprise Linux

Posted on September 15, 2008 By XceptN No Comments on PXE Boot Config Enterprise Linux

Configuring a PXE boot server

Install required packages:

# yum install bind dhcp system-config-netboot tftp-server

Setup dhcpd:

# vi /etc/dhcpd.conf
ddns-update-style interim;
ignore client-updates;

subnet 10.10.10.0 netmask 255.255.255.0 {

option routers 10.10.10.1;
option subnet-mask 255.255.255.0;
option domain-name-servers 10.10.10.1;
option time-offset 7200;
range dynamic-bootp 10.10.10.10 10.10.10.15;
default-lease-time 21600;
max-lease-time 43200;
next-server 10.10.10.1;
option subnet-mask 255.255.255.0;
option broadcast-address 10.10.10.255;
filename “linux-install/pxelinux.0”;
}

Copy the vmlinuz, initrd.img to /tftpboot/linux-install directory.

Create a default:

# cat /tftpboot/linux-install/pxelinux.cfg/default
timeout 100
default el5u1
prompt 1
display boot.msg
label el5u1
kernel vmlinuz
append initrd=initrd.img
#

Set the boot message:

# cat /tftpboot/linux-install/pxelinux.cfg/boot.msg
Press “Enter” to start or auto 100 seconds …
#

Set disable=no in /etc/xinetd.d/tftp (enable tftp)

Setup the services:
# service xinetd restart
# service dhcpd restart
# touch /etc/named.conf
# service named restart
# service iptables stop (or allow tftp connection in the iptables config)

linux, network, sysadm

Post navigation

Previous Post: Convert .nrg image to .iso
Next Post: How to Mount Volumes from a Rescued LVM Disk?

Related Posts

Building kernel source tree from *.src.rpm kernel
A Baby Named “Linux”!! kernel
Motorokr e6 and synchronization on Linux linux
USB TV BOX desktop
Where is the application menu files on EL desktop
Importance of Price, Quality and Support Effectiveness for Virtualization linux

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Recent Posts

  • Dipping Toes into Nix Package Manager | Installing Freeplane
  • Fujitsu Workplace Protect Face Recognition Best Practices on Q704
  • Fujitsu STYLISTIC Q704 Fingerprint Scanner Problems
  • Two Generations of Computing Equipment…
  • IBM Model M Keyboard Goes Blank

Recent Comments

  1. r0cky on Fujitsu LIFEBOOK UH572 Ultrabook Touch Pad Review: Linux
  2. XceptN on Fujitsu LIFEBOOK UH572 Ultrabook Touch Pad Review: Linux
  3. r0cky on Fujitsu LIFEBOOK UH572 Ultrabook Touch Pad Review: Linux
  4. Kaylee on Mounting an LVM Logical Volume in an Oracle VM Disk Image
  5. Theron Conrey on Open Source Virtualization for Smaller Carbon Footprint

Archives

  • June 2024
  • November 2014
  • October 2014
  • April 2014
  • March 2014
  • December 2012
  • November 2012
  • October 2010
  • April 2010
  • April 2009
  • March 2009
  • February 2009
  • January 2009
  • December 2008
  • November 2008
  • October 2008
  • September 2008

Categories

  • blogging
  • communication
  • desktop
  • development
  • firmware
  • Fujitsu
  • gprs
  • gps
  • hardware
  • internet
  • java
  • kernel
  • keyboard
  • linux
  • masteryourbiz
  • mms
  • mobile
  • multimedia
  • network
  • OracleVM
  • palm
  • python
  • rokr e6
  • social media networking
  • storage
  • sysadm
  • tablet
  • twitter
  • virtualization
  • wap
  • windows
  • wordpress
  • xen

Copyright © 2025 XceptN’s Tech Stuff.

Powered by PressBook Masonry Dark