To all,
We have been using lilo in redhat 9 and we did the following:
image=/kickstart/vmlinuz
label=Office-Install
initrd=/kickstart/initrd.img
append="ks=nfs:hostname:/free/redhat/kickstart/generic.ks.cfg"
For Grub:
I'm trying to do the following, and it starts to kickstart but doesn't
find the kick start file.
title Install
root (hd0,1)
kernel /vmlinuz ro root=LABEL=/kickstart1
initrd /initrd.img
append ksdevice=eth0 console=tty0 console=ttyS0,38400 \
ks=nfs:hostname:/free/FC6/kickstart/generic.ks.cfg
Does anyone know what I'm doing wrong, it starts to kickstart and
fails to find the kickstart file.
Thanks
-Brian Peront