Results 1 to 2 of 2
I am trying to install Fedora via CD and using a kickstart file to automate the install since the machines in question will be used for class experiments.
However when ...
- 08-21-2011 #1Just Joined!
- Join Date
- Dec 2010
- Location
- Key-stone state
- Posts
- 54
respond.xml error durning kickstart install
I am trying to install Fedora via CD and using a kickstart file to automate the install since the machines in question will be used for class experiments.
However when the installer moves to package install I get a respond.xml error. Not sure what would cause this problem.
Note: this is on a non networked computer so the installation will be via cd.
via the kickstart documentation I placed the ks.cfg file at the root of the cd iso and the /isolinux folder. Not sure what went wrong.
Thanks
Grimm
- 08-23-2011 #2Linux Guru
- Join Date
- May 2011
- Posts
- 1,843
Did you tell the Fedora installer where to find the kickstart file? For example, i have something like this in my custom Fedora DVD, in the isolinux/isolinux.cfg file:
You could also just pass that on the command line, at boot time, instead of burning a new CD/DVD just to test.Code:append initrd=initrd.img ks=cdrom:/F10-custom.ks


Reply With Quote