Questions tagged [kickstart]

Kickstart is the method of automated installation of Linux Systems based on Red Hat or their clones (CentOS, Scientific Linux, Unbreakable Linux, ...)

296 questions
5
votes
3 answers

Kickstart: Serve dynamic kickstart images via a CGI or PHP script?

I'd like to Kickstart a couple dozen RHEL6/SL6 servers. However, some of these servers are different and I don't want to create a new ks.cfg file for each class of server. Is there any way I can generate a Kickstart file dynamically on the fly, from…
Stefan Lasiewski
  • 23,667
  • 41
  • 132
  • 186
5
votes
2 answers

Ubuntu Kickstart installation using LVM waits for input

I have a PXE Boot Setup for installing CentOS 5 and Ubuntu 10.04 via Kickstart. I use LVM and installing CentOS without any user interaction works but Ubuntu always asks to "confirm to write changes to disk and configure LVM" during partitioning. If…
Sascha
  • 341
  • 3
  • 10
5
votes
0 answers

Users created in Kickstart unable to authenticate

Thanks to the answers to this question, I've been happily generating Kickstart files for Scientific Linux 6 and 7 for the past 5 years. However, we're now starting to build out some test systems with CentOS 8 and running into some issues. Despite…
miken32
  • 942
  • 1
  • 13
  • 35
4
votes
2 answers

Error: XFS filesystem is not valid as a default fs type

Ultimate goal: Create an automated installation disk for CentOS, using a kickstart config file stored on an internal website. What I've done: Created a script that downloads an ISO unpacks it updates the isolinux.cfg file with my own menu…
Sagar
  • 534
  • 3
  • 7
  • 21
4
votes
1 answer

kickstart over HTTPS only

Background: Kickstarting RHEL7 on powerppc (IBM pSeries) So I've kickstarted unattended for years, and had to use yaboot, NFS, etc. for kickstart in the past. Trying to modernize now. I have a working kickstart using HTTP (Apache) only (and TFTP).…
zenfridge
  • 41
  • 5
4
votes
0 answers

Send linux kernel paramters to VM guest in VMware

I have research a lot about this but I can't find anything that answers my question. My question is how would I send/pass linux kernel parameters to a VM guest in VMware vsphere (so I don't need to open the console)? Somehow I would like to pass…
krt
  • 274
  • 1
  • 2
  • 12
4
votes
2 answers

CentOS 7 ISO Kickstart Installation - "Pane is dead"

EDIT: I retried this generically, and see the same problem. To reproduce, follow my steps below. I am starting to think that it might be a problem with the hardware, but I am not certain. When installing a CentOS 7 ISO using kickstart, I get an…
Trenin
  • 222
  • 1
  • 3
  • 13
4
votes
0 answers

CentOS kickstart automated setup with parted / RAID

I'm trying to use parted to partition my entire drives automatically during the CentOS kickstart install, however, I'm getting two issues with my install. I want to kickstart my installs across multiple devices without any required user…
Devon
  • 800
  • 1
  • 9
  • 20
4
votes
3 answers

VMware ESXi CentOS 6.4 kickstart installation

I was trying to do a kickstart installation for CentOS 6.4 but it always show me a warning of re-initializing the HDD as it say may contain invalid partition table or a virtual disk. I have added below is the snapshot of the kickstart file I am…
Abhinav
  • 225
  • 1
  • 4
  • 12
4
votes
1 answer

Kickstart partitioning with ext4 in autopart mode?

When installing CentOS 6.x, how to specify the filesystem type with ext4 and also use the autopart directive in kickstart file? The default filesystem type with autopart directive used is ext3, which can not manage a very large disk space.
boydc2011
  • 141
  • 2
4
votes
2 answers

Kickstart based installation of RHEL 6.4 from USB

I want to setup some brand new servers with RHEL 6.4. Servers do not have DVD, so, I have to use USB for the installation. I already have a custom ISO with a kickstart file that I use on servers with DVD flawlessly. I used iso2usb to move the ISO το…
Peter
  • 822
  • 2
  • 10
  • 23
4
votes
5 answers

Is there a way to run kickstart scripts on a pre-existing server?

We normally provision servers using kickstart scripts (served by Cobbler) when installing the operating system. But we are to be given a new server from an ISP that already has the operating system installed, and possibly with no remote console…
Rob
  • 234
  • 1
  • 3
  • 9
4
votes
1 answer

Kickstart Centos USB Key Centos 6.3

I have got an annoying issue when I try to use it using a USBkey install on a physical box that googleing is not helping. The installation works fine if I specify a URL as install media, but it does not work if I specify the same USB Key as the…
chandank
  • 847
  • 3
  • 14
  • 31
4
votes
1 answer

KVM guest time shift on host reboot

I have installed Ubuntu server 12.04 as a KVM host, and created an Ubuntu guest that is also running Ubuntu server 12.04. The servers are in the AST time zone which is UTC + 3 hours. After setting the time correctly in the guests using date -s I am…
4
votes
3 answers

How to get CentOS 6 kickstart to ask for hostname?

I'm using the CentOS 6 netinstall ISO with some kickstart files on an http server. When the ISO boots I hit TAB and enter the boot options asknetwork ks=http:///path/to/kickstart.ks. My kickstart files do not have a network parameter, so…
Luke
  • 1,932
  • 6
  • 22
  • 27
1 2
3
19 20