I have centos 6.2 64 bit os in my dell server. When I try to install centos or scientific linux using NFS so it is not working and getting me error = "unable to download kickstart file". My kickstart file configuration is :
<snip>
- When I boot my pc using centos and in a boot option I put "
ks=nfs:serverIP/nfs/ks/ks.cfg"
<snip>
So it is giving my error could not find kernel image ks=nfs:serverIP/nfs/ks/ks.cfg
I believe you are missing a : after the server IP address .. it should be nfs:host:/path/to/whatever
Barry