Syslinux.cfg Script; Kickstart File - Compaq BL10e - HP ProLiant - 512 MB RAM Troubleshooting Manual

Setting up a linux pxe server and integrating clients
Hide thumbs Also See for BL10e - HP ProLiant - 512 MB RAM:
Table of Contents

Advertisement

syslinux.cfg script

A typical "syslinux.cfg" file for Red Hat Linux 8.0 is similar to the following. This script controls which
kernel, initrd, and kickstart files are used to boot the PXE clients.
default ks
prompt 1
timeout 20
display rhl80-bootnet.img-boot.msg
F1 rhl80-bootnet.img-boot.msg
F2 rhl80-bootnet.img-options.msg
F3 rhl80-bootnet.img-general.msg
F4 rhl80-bootnet.img-param.msg
F5 rhl80-bootnet.img-rescue.msg
F7 rhl80-bootnet.img-snake.msg
label ks
kernel rhl80-bootnet.img-vmlinuz
append ks=nfs:172.48.0.1:/var/ftp/pub/kickstart/rhl80-ks.cfg
initrd=rhl80-bootnet.img-initrd.img lang= devfs=nomount ramdisk_size=9216
ksdevice=eth0
# Perform a boot to local media; for example, exit pxe.
label localboot
localboot 0
# Boot to an image file such as a boot floppy.
label rhl80-bootnet.img
kernel memdisk
append initrd=rhl80-bootnet.img

Kickstart file

A typical "kickstart" file generated by Kickstart Configurator is similar to the following. This script
controls how a Red Hat Linux installation is performed.
# Merged from Red Hat Linux versions: 7.2, EL 2.1, 7.3, 8.0.
# Change the line nfs --server 172.48.0.1 --dir /var/ftp/pub/rh73
# to reflect the correct installation directory
# for the OS version being installed.
# Also, you may need to update the %packages section.
# System language
lang en_US
# The following are the language modules to install.
langsupport
--default=en_US
langsupport en_US
# System keyboard
keyboard us
# System mouse
mouse --emulthree genericps/2
# System timezone
19

Advertisement

Table of Contents
loading

This manual is also suitable for:

Bl10e - proliant - g2Bl10e 512

Table of Contents