Using centos 6.2 I would like to kickoff installation via a kickstart file on a remote machine.
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?
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 am trying to do a kickstart install of CentOS 6.2 as a VWware guest using the generated kickstart file from a successful install on another vmware guest and keep on getting the following error me... [by Zerc]
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]
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.
tried making a custom spin of Fedora 17.
used basic kickstart:
Code:
cdrom
firewall --enabled
network --hostname=somehost
xconfig --startxonboot
firstboot --disabled
selinux --permissive
keyboard us
lang en_US.UTF-8
authconfig --enableshadow --passalgo=sha512
repo --name=flive0 --baseurl=file:///fx64/live_repo --cost=10
repo --name=fedoraupdates --mirrorlist=https://mirrors.fedoraproject.