Linux serverNETWORK ADMINISTRATIONS

PXE Boot Server Setup on Centos 8.3 | PXE Network Boot Step By Step | PXE network Server in Hindi



#PXEBOOT , #KICKSTART , #LINUX , #CentOS , #TFTP

In this Video, I am going to show you How to configure CentOS 8.3 PXE Network Boot Server and install CentOS 8.3 on your computer or virtual machine. So, let’s get start.

******* Make sure to set SELinux to disabled mode and iptables to stop mode on your CentOS 8.3 machine. Covering SELinux and iptables are out of the scope of this article.

Config File DNSMASQ entries:

interface=ens33
bind-interfaces
domain=exe.com
dhcp-range=ens33,192.168.58.150,192.168.58.240,255.255.255.0,8h
dhcp-option=option:router,192.168.58.133
dhcp-option=option:dns-server,192.168.58.133
dhcp-option=option:dns-server,8.8.8.8
enable-tftp
tftp-root=/netboot/tftp
dhcp-boot=pxelinux.0,linuxhint-s80,192.168.58.133
pxe-prompt=”Press F8 for PXE Network boot.”,10
pxe-service=x86PC,”Install OS via PXE”,pxelinux

Config File Default entries:

default menu.c32
label install_centos8.3
menu label ^Install CentOS 8.3
menu default
kernel centos8/vmlinuz
append initrd=centos8/initrd.img ip=dhcp inst.repo=http://192.168.58.133/centos8/

source
centos 7

Leave a Reply

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