Installation Using PXE

Chapter 4. Creating a Kickstart File
Note: For EFI-based systems, the file you need to edit has the name of /tftpboot/pxelinux.cfg/efidefault
or /tftpboot/pxelinux.cfg/<PXE_server_IP_address>.
Assuming that the HTTP server has the IP address of 198.123.123.198, the DocumentRoot directory is set to
/var/www/html and the full path to your kickstart file on this server is /var/www/html/astor/ks.cfg, your default file may
look like the following:
default menu.c32
prompt 0
timeout 100
ontimeout ASTOR
menu title Acronis Storage Boot Menu
label ASTOR
menu label Install Acronis Storage
kernel vmlinuz
append initrd=initrd.img ks=http://198.123.123.198/astor/ks.cfg \
ip=dhcp inst.repo=http://198.123.123.198/astor
16