[CentOS] kickstart installation problem

Tue Jul 10 08:05:29 UTC 2012
Barry Brimer <lists at brimer.org>

> 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