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

learn more… | top users | synonyms

0
votes
0answers
15 views

Setup kickstart boot for all installation media types (cd and usb-flash)

I created own custom CentOS iso. I used mkisofs make it. This is part of my isolinux.cfg file: label vesa menu label Install ^RAIDIX system kernel vmlinuz append initrd=initrd.img ...
0
votes
0answers
34 views

What is the difference between spacewalk-clone-by-date and spacewalk-create-channel?

I am working with Red Hat Satellite these days and I still wonder about the difference between spacewalk-clone-by-date and spacewalk-create-channel. I have created the channels with these commands: ...
0
votes
1answer
130 views

RHEL 6.4 custom dvd boot issue

I'm creating a custom RHEL 6.4 iso to save myself time while rebuilding standalone hosts. Before I customize the menus and add the extra kickstart files in I have tried a simple unpack -> repack to ...
0
votes
1answer
56 views

Is it possible to create a RHEL 5.7 channel based on updated (5.9) RHEL channels in Satellite?

I would however like to kickstart new servers based on RHEL 5.7. Both official Red Hat channels in Satellite are already updated to RHEL 5.9 and RHEL 6.4 though. Red Hat Enterprise Linux (v. 5 for ...
0
votes
1answer
14 views

Why does Satellite need a kickstartable distribution for cloned channels, but not on the official main Red Hat Channel?

I have been using Satellite for a while now and I am able to kickstart machines directly from the official main RH channels Red Hat Enterprise Linux (v. 5 for 64-bit x86_64) Red Hat Enterprise Linux ...
0
votes
0answers
49 views

Kickstart. Choose disk for installation and partition it automatically

How can I setup a kickstart configuration file to resolve this problem: 1. First, we choose a disk for installation 2. Second, Anaconda will partition it automatically. Now, I can choose between sda, ...
0
votes
0answers
177 views

Unable to download the Kickstart file…

I have tried for several hours to get this Kickstart installation going but to no avail. I have port 21, 22 and 80 opened and even tried FTP and HTTP to access this Kickstart file but it won't work. ...
2
votes
1answer
124 views

kickstart partitioning error with LVM

In Kickstart, I keep on getting the error; Adding this partition would not leave enough disk space for already allocated logical volumes in vg_ibus I do not get why I am getting this error. ...
0
votes
1answer
91 views

kickstart ESXi vim-cmd hostsvc/enable_ssh : 503 service unavailable

In my vmware ESXi kickstart file, the following command vim-cmd hostsvc/enable_ssh failed with the error message - 503 service unavailable. After Vmware ESXi kickstart installation, if I type the ...
0
votes
1answer
115 views

Kickstart Installation from USB

My goal is to install Oracle Linux 6.3 from USB. My problem is when I copy DVD media to USB. The symlink file repodata is unable to create because the file system is FAT/FAT32. Below is the symlink ...
1
vote
2answers
88 views

Kickstart Red Hat 5.x

I am having a little issue with the ks.cfg file; I read a post that said I should copy it into the isolinux folder but it is write-protected. What do I do? Secondly, I read another post that makes ...
1
vote
2answers
259 views

How do I specify a driver disk image that is on the local cdrom?

I have a working RedHat kickstart, but I need it to load a RAID storage driver at the outset. I have the driver for this RAID card, all packaged up in a nice driver disk image. How do I specify ...
3
votes
1answer
282 views

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 ...
0
votes
1answer
206 views

Ubuntu kickstart configuration file fails with error: The file may be corrupt

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 ...
1
vote
1answer
223 views

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 ...
3
votes
1answer
288 views

Ubuntu Server 12.04: How does one configure the firewall during installation?

I'm following instructions to automate the installation of Ubuntu Server 12.04 using kickstart. It works well for automatically partitioning the drives, selecting languages etc. However, it doesn't ...
0
votes
0answers
141 views

anaconda kickstart raid issue

I am trying to use anaconda kickstart file to ready my target raid scheme. I will make /tmp as Raid 0+1 which will be made of md0 (sdb+sdc) and sdd. Kickstart should firstly create md0 as raid0 type ...
1
vote
1answer
76 views

Install Programs from Source in Kickstart Script

I'm working on a kickstart script for a custom Scientific Linux ISO. However I am running into an issue with installing some programs from source. Below is the general syntax I am trying. Where I ...
0
votes
0answers
194 views

Redhat 6 gui installation VS kickstart gives me different packages?

If i do the graphical install and select basic server + aide and screen i get a system with 535 installed packages. If i look at the /root/anaconda-ks.cfg file in that freshly installed system i ...
2
votes
1answer
255 views

Kickstart CentOS 6 prompting for TCP/IP with network set to DHCP

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 ...
0
votes
1answer
116 views

How to make kickstart exit

Is there a way to make a RedHat kickstart installation exit during the %pre% section? I have a condition I'm checking, and if it's true, I'd like the installation to not continue. I have tried using ...
2
votes
1answer
506 views

RHEL6 kick start fails with kernel panic - not syncing error

On a brand new (just unboxed) Dell Precision 7500 computer, I began a kickstart using a red hat boot disk and a kickstart file hosted at an http address. There is a picture of the full error below ...
2
votes
2answers
500 views

Kickstart Key Error /dev/sda

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 ...
3
votes
2answers
2k views

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://<ip-address>/path/to/kickstart.ks. ...
2
votes
1answer
148 views

Kickstart - how to exit if an OS already exists

I have what is surely a remedial question for anyone with more Linux experience. I need to check if an operating system is already installed in my kickstart script, and if so, prompt the user if they ...
0
votes
1answer
168 views

kickstart: reference floppy drive via %ksappend or %include

Having trouble getting %ksappend or %include to work when referencing a local floppy drive. Booting off remote server's cd-rom drive I am able to load the CentOS 6 minimal install image, and then add ...
0
votes
0answers
152 views

How to use the tftp server for serving files of the WDS provided tftp

I have to deploy a CentOs image via WDS ( windows deployment server ). For this I need to serve the CentOs image .Now I want to use the tftp server provided via WDS.I will have to provide the url of ...
1
vote
1answer
194 views

Running Kickstart from Debian-based system: /dev/shm bind mount fails

The following failure occurs since /dev/shm is a symlink to /run/shm on newer Debian and Ubuntu systems. Is there a way to adjust this behavior in Kickstart so it tries to also mount from /run/shm? I ...
0
votes
0answers
172 views

Rebuilding a repository on a DVD iso for Scientific Linux Kickstart Install

I am trying to build a self installing ISO so that I can quickly configure some servers that I have with the same system. The biggest issue arises in that I need some custom rpms (which have ...
2
votes
1answer
618 views

CentOS Install - Starting a Kickstart

I have a kickstart file hosted. Let's say it is hosted at http://example.com/ks/ks.cfg I booted the CentOS 6.2 media and hit tab. Before editing anything this shows: vmlinuz initrd=initrd.img I ...
1
vote
2answers
177 views

Linux unattended installation

I'm wondering if it's possible to do a network installation (PXE Boot) from a disk image. I know that I could use Kickstart files or Cobbler but my servers have a lot of custom settings (additional ...
2
votes
2answers
467 views

Unattended Kickstart Install

I've looked around quite a bit and have seen similar setup and questions, but none seem to work for me. I'm using the following command to create a custom ISO: /usr/bin/livecd-creator ...
1
vote
1answer
453 views

Red Hat Kickstart install stops to ask me to edit the repository when I'm using the DVD repo

So, I've been trying to get a kickstart install with Red Hat Enterprise Linux 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 ...
2
votes
1answer
619 views

CentOS Kickstart on KVM doesn't clear partition labels

I used a kickstart file with the command clearpart --all --initlabel to make sure anaconda would clear any disks before trying to create and format new partitions. This has worked in the past for me, ...
2
votes
2answers
640 views

rhel6 kickstart provisioning of a pair of SSD as a striped LVM as /data

I'm doing something like this and formatting the filesystem is taking a long time so I'm guessing I have something wrong. sda is spinning and sdb, sdc and sdd are SSD. clearpart ...
1
vote
2answers
106 views

Unattended Fedora kickstart that works as CD/DVD *and* USB

Is it possible to create one ISO with one kickstart file that will work correctly when written to CD/DVD and as a USB? As far as I can tell I need two separate versions as modifications are needed in ...
0
votes
0answers
128 views

Console version of system-config-kickstart?

I'm lookig for a console version of system-config-kickstart or any alternative to get an autoinstall configuration file from console.
1
vote
2answers
672 views

Does `mkisofs` modify the boot image and/or boot catalog?

I've been playing around with Kickstart on RHEL 6.2, and that involves re-mastering the install ISO. I've noticed something strange, though. If I issue the following command once (where diskFiles is ...
1
vote
1answer
2k views

Red Hat Kickstart: How do I get a DVD-ROM based install to work?

I'm trying to create a "Magic DVD" that will install and configure RHEL 6.2 just the way we want it the first time, every time. Here's the process I've been trying to use, just to prove the concept: ...
2
votes
1answer
209 views

How to turn off SSL certificate verification for RedHat Kickstartfile downloading

I'm using Foreman for RedHat 6.0 booting over ipxe (but that shouldn't matter ;) The kernel parameters used for booting are: kernel http://192.168.1.5/dist/rhel/6.0/os/x86_64/images/pxeboot/vmlinuz ...
1
vote
1answer
1k views

How can I troubleshoot a failing Linux kickstart installation?

I am having some trouble getting my pxebooting kickstart process working. The script is known to work when installed via a DVD with the local media on the disk. I have updated the script to work ...
0
votes
2answers
1k views

Installing RHEL/CentOS over FTP using kickstart

I have the following command to install CentOS using the virtual vsFTP server that I have at 192.168.122.1: virt-install --name kickstart.example.com --ram 768 \ --disk ...
6
votes
1answer
302 views

Kickstart SSH usage

I have a small Kickstart script which (among other things) connects to our Puppet master, approves the certificate request and then creates a basic framework for a new server. Within my Kickstart ...
1
vote
1answer
207 views

How do I base a volume group name on the sytem's name in a cobbler kickstart template?

We normally use autopart for patitioning. However, it's default sizing logic does not match our needs (we want to limit the size of the home logical volume). When we try to manually partition the ...
2
votes
3answers
2k views

Linux Kickstart Scipts

I've been working on a kickstart script for a Scientific Linux install. My goal is to create a CD ISO so that someone can install it easily on a server. I've been able to do a decent amount with it ...
0
votes
1answer
1k views

How to build a driver disk for an anaconda install (CentOS 6)

I need to make a driver disk for anaconda. This disk would contain an updated module for the network card of a somewhat recent laptop and the goal is to get a network install of CentOS 6.2 working. I ...
1
vote
0answers
321 views

Kickstart PXE Boot Installation not working

I tried installing PXE Boot Installation Server on RHEL 6.0. I seem to have done everything according to the page: http://www.linux-sxs.org/internet_serving/pxeboot.html. In my case, the client ...
4
votes
2answers
1k views

How do I pass arguments from the PXE command line to a kickstart %pre, %post script?

Basically I want an ARGV like usage on the PXE command line, but I can't see any documentation to do this. basically I want to pass something like scientific-linux-6 HOSTNAME VLAN then in %pre hit ...
5
votes
3answers
251 views

Why is bluetooth support one of the default packages in “Base” when doing an RHEL/CentOS server install? [closed]

This is an issue that has bugged me for a long time - why would the default server installation of RHEL?CentOS include desktop/laptop packages like bluetooth? When using kickstart, I will usually ...
1
vote
1answer
486 views

disable gpgcheck when using the repo command in a kickstart file

Is there a way to by-pass the gpgcheck when using the repo command in a kickstart file? I'm trying to define the repository to use for "package" installation. At the moment on install, the first ...

1 2 3