I'm attempting to use a Kickstart file to provision a Thinkmate server that has 8 SDDs (0-7). The kickstart file I'm using is a slightly edited version of one that we successfully use all over our environment. The only change I made was to only partition the first two drives and leave the others as jbod due to requirements of the software the server will be running.
Perhaps some kickstart guru has a better answer, but I believe you will either need to adjust the kickstart file, or create the VMware VM with IDE drives. [by pschaff]
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]
Dear All
am instaled kickstart througn yum repostry but while opening kickstart am getting error
error is attaching bellow
[root@localhost ~]# system-config-kickstart
Traceback (most recent call last):
File "/usr/bin/system-config-kickstart", line 82, in ?
kickstartGui.kickstartGui(file)
Hello everyone,I recently performed a kickstart-install of CentOS 6, using the minimal image. Needless to say, many of the packages listed in my kickstart file were not found, so I told... [by keatonatron]
Hello everyone,I recently performed a kickstart-install of CentOS 6, using the minimal image. Needless to say, many of the packages listed in my kickstart file were not found, so I told... [by keatonatron]
I've created a customised F11 dvd for a kickstart installation but the kickstart fails to run when I boot off the dvd. The same method works for i386 version of F11. The only file I modify on the dvd is the isolinux.cfg file by adding the following boot paramaters.
ks=http://HOSTNAME/PATH_TO_KS_FILE ksdevice=eth0 lang=en_US
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?
Hello,
I have successfully setup a kickstart environment for installing the original Fedora 13 using PXE/DHCP/TFTP. Now I want to build a customized kernel and install it using the same Kickstart setup.