redhat:other-redhat:pxe-installation-server-redhat

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
redhat:other-redhat:pxe-installation-server-redhat [2017/07/07 10:56] – [Step 5 - Create kickStart & PXE menu file.] michaelredhat:other-redhat:pxe-installation-server-redhat [2017/09/26 21:19] (current) – [Configure PXE (Network Boot) installation Server on CentOS 7] michael
Line 3: Line 3:
  
 Once the PXE server is configured we can install hundreds of System at the same time over the network.As it works on Client-Server architecture, to get the OS installation on clients, boot the clients via PXE option. Once the PXE server is configured we can install hundreds of System at the same time over the network.As it works on Client-Server architecture, to get the OS installation on clients, boot the clients via PXE option.
 +
 +FIXME
 +
 +  * **https://www.linuxtechi.com/configure-pxe-installation-server-centos-7/**
 +  * https://dokuwiki.nausch.org/doku.php/centos:pxe_c7:pxe_1#clienttest
  
  
Line 178: Line 183:
 # SELinux State # SELinux State
 selinux --enabled selinux --enabled
- 
-# Installation logging level 
-logging level=info 
  
 # System timezone # System timezone
-timezone Europe/Zurich --isUtc+timezone Europe/Zurich --isUtc --ntpservers=0.centos.pool.ntp.org,1.centos.pool.ntp.org,2.centos.pool.ntp.org,3.centos.pool.ntp.org 
  
 # System bootloader configuration # System bootloader configuration
-bootloader location=mbr+bootloader --location=mbr --boot-drive=sda 
 + 
 +# Partition clearing information
 clearpart --all --initlabel clearpart --all --initlabel
-part swap --asprimary --fstype="swap" --size=1024 + 
-part /boot --fstype xfs --size=300 + 
-part pv.01 --size=--grow+# Disk partitioning information 
 +part pv.01 --fstype="lvmpv--ondisk=sda --size=1 --grow 
 +part /boot --fstype="xfs" --ondisk=sda --size=1024 
 +part /boot/efi --fstype="efi" --ondisk=sda --size=200 --fsoptions="umask=0077,shortname=winnt" 
 volgroup root_vg01 pv.01 volgroup root_vg01 pv.01
-logvol / --fstype xfs --name=lv_01 --vgname=root_vg01 --size=1 --grow+logvol swap  --fstype="swap" --size=1024 --name=swap --vgname=root_vg01 
 +logvol /  --fstype="xfs--name=root --vgname=root_vg01 --size=1 --grow 
  
 %packages %packages
Line 284: Line 295:
 BILDER VON VM BOOT EINFügen BILDER VON VM BOOT EINFügen
  
 +**Alte Links:**
 https://www.linuxtechi.com/configure-pxe-installation-server-centos-7/ https://www.linuxtechi.com/configure-pxe-installation-server-centos-7/
- 
 https://askubuntu.com/questions/412574/pxe-boot-server-installation-steps-in-ubuntu-server-vm/414813 https://askubuntu.com/questions/412574/pxe-boot-server-installation-steps-in-ubuntu-server-vm/414813
 +
 +----
 +
 +**Neue Links, Besser erklährt:**
 +https://www.tecmint.com/multiple-centos-installations-using-kickstart/
 +https://www.tecmint.com/install-pxe-network-boot-server-in-centos-7/
 +
 +https://fogproject.org/
 +
 +
 +----
 +
 +===== Fine-Tuneing des Kickstartfiles =====
 +  * https://dokuwiki.nausch.org/doku.php/centos:pxe_c7:pxe_2?s[]=yum
 +
 +
  • redhat/other-redhat/pxe-installation-server-redhat.1499417801.txt.gz
  • Last modified: 2017/07/07 10:56
  • by michael