Skip to main content

Primary links

  • Home
  • AI
  • Kubernetes
  • Incus
  • Ansible
  • Terraform
  • OpenStack
  • Virtualization
  • Linux
  • SmartHome
  • HowTo

Misc

  • Linux
  • Hardware
  • Programming
  • Databases
  • Multimedia
  • Windows

Cloud

  • OpenStack
  • cloud-config
  • nextcloud

Virtualization

  • Virtualization
  • Incus
  • Docker
  • KVM
  • Kubernetes
  • LXC
  • LXD
  • QEMU
  • VMware
  • VirtualBox
  • multipass
  • podman
  • vagrant
  • XEN

Network

  • DNS
  • Firewall
  • Linux
  • OpenvSwitch
  • SSL
  • VLAN
  • VPN
  • iPXE
    • Acronis iPXE boot
    • Burning iPXE to NIC
    • Compile iPXE
    • Hitachi DFT
    • Hitachi Feature Tool
    • PXE Net Boot
    • Update Ubuntu PXE files
    • linux
  • namespaces
  • nmcli
  • tcpdump

Storage

  • CEPH
  • DRBD
  • LVM
  • S3
  • ZFS
  • btrfs

Automation / CI/CD

  • Install
  • Ansible
  • GitLab
  • LLM
  • Preseed
  • Puppet
  • Terraform
  • Ubuntu autoinstall

Monitoring / Visualisation

  • Grafana
  • Icinga
  • Prometheus
  • Monitoring
  • ELK
  • mermaid
# create directory
mkdir -p /var/lib/tftpboot/scientificlinux/58

# get boot iso (workarroud for broken initrc)
wget ftp://ftp.halifax.rwth-aachen.de/scientificlinux/58/x86_64/images/boot.iso -O /var/lib/tftpboot/scientificlinux/58/boot.iso


# replace isolinux.cfg in boot.iso
default linux
prompt 0
timeout 1
label linux
kernel vmlinuz
append initrd=initrd.img text ksdevice=link ks=http://www.panticz.de/pxe/kickstart/sl58-ks.cfg


# kickstart file: https://raw.githubusercontent.com/panticz/preseed/master/kickstart/scientificlinux58-minimal.cfg
install
url --url ftp://ftp.halifax.rwth-aachen.de/scientificlinux/58/x86_64
lang en_US.UTF-8
keyboard us
network --device eth0 --bootproto dhcp
rootpw toor
firewall --enabled --port=22:tcp
authconfig --enableshadow --enablemd5
selinux --enforcing
timezone --utc Europe/Berlin
bootloader --location=mbr --driveorder=sda
reboot
%packages
@core


# /var/lib/tftpboot/pxelinux.cfg/scientificlinux-5.8.conf 
LABEL linux 
MENU LABEL Scientific Linux 5.8 PXE Install
LINUX memdisk
INITRD scientificlinux/58/boot.iso 
APPEND iso


# add conf file to default PXE configuration
echo "MENU INCLUDE pxelinux.cfg/scientificlinux-5.8.conf" >> /var/lib/tftpboot/pxelinux.cfg/default


# LINKS
http://www.gtkdb.de/index_7_1659.html
http://wiki.centos.org/TipsAndTricks/KickStart/
http://www.syslinux.org/wiki/index.php/MEMDISK#ISO_images
http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Installation_Guide/s1-kickstart2-options.html
Profiles GitHub StackOverflow LinkedIn Xing
Contact Imprint
© panticz 2026

Cookie-Einstellungen

Diese Website nutzt eingebettete Inhalte von Drittanbietern (z.B. YouTube, SoundCloud). Beim Laden dieser Inhalte werden Daten an die jeweiligen Anbieter übermittelt. Datenverarbeitungserklärung