I'm trying to install my ubuntu servers with iPXE. I have created the kickstart file with system-config-kickstart, but once downloaded by the installing server, the parsing fails with the error:
The installer failed to process the preconfiguration file from http://...
I am trying to stop my kickstart CentOS install prompting me for TCP/IP information. After I click through this prompt (keeping IPv4 and IPv6 to their defaults) the installation continues and completes just fine.
I generated the kickstart file from the GUI Kickstart Configuration tool that comes with CentOS 6. To test it out, I uploaded it to my website, did a netinstall boot of a box, with the... [by optize]
I have built several kickstarts for RHEL 6, but know I attempting to build one for F17. I am trying to adapt my existing kickstart from RHEL6 to F17.
Here is the first part.
I have a box setup with DNSmasq (DHCP & TFTP enabled) for network boot to installer using local repository.
B/c Citrix is apparently oh so very much fun to work with, I'm looking to find out if there's an effective way to change the LANG= parameter of the /etc/sysconfig/i18n file to the compatible Citrix one during a new machine install (kickstart).
So, all I'm looking for are suggestions on how I can pass this through during a kickstart, either during the KS, or using some postinstall script, etc.
I'
Using centos 6.2 I would like to kickoff installation via a kickstart file on a remote machine.
So, I've been trying to get a kickstart install with Red Hat 6.2 to work, using the package repo on the DVD. As such, I've tried using the following line in my ks.cfg:
repo --name="Red Hat Enterprise Linux" --baseurl=cdrom:sr0 --cost=100
However, that doesn't seem to work. The installer can't find the repo, and the install fails.
I am new to the Kickstart. I have a question:
If I have a kickstart script in USB, CentOS CD and a PC without the OS, Can I install the CentOS with the Kickstart script?
If I can,
How can I identify the location of the kickstart when I boot the computer with the CentOS CD?