Questions tagged [kickstart]

The Red Hat Kickstart installation method

Kickstart refers to an automated installation method to install Fedora or Red Hat Enterprise Linux.

See Anaconda/Kickstart.

33 questions
13
votes
2 answers

Amiga 1200 Kickstart ROM upgrade, white screen

My towerised Amiga 1200 came out of storage recently and I've been messing around with it a bit. I decided to give it an OS upgrade so I purchased Kickstart 3.1 ROMs and Workbench 3.1 disks. I swapped out the Kickstart ROMs (while using an…
Richard Downer
  • 393
  • 1
  • 12
3
votes
1 answer

How can you create a USB installation drive w/ partition for kickstart files in CentOS 7?

How would you create a CentOS 7 USB installer with a data partition to store kickstart files? We will be getting some new servers shortly and overall I’m expecting to do over 30 servers installs. What I’d really like to do is have a usb stick that I…
W3t Tr3y
  • 133
  • 6
2
votes
1 answer

How to add extra packages to Ubuntu install CD using kickstart

I used kickstart to automate Ubuntu12.04 alternate iso installation. I am able to automate the installation. Now I want to install some extra packages such as teamviewer during OS installation. But the problem is that it cannot be installed online.…
2
votes
2 answers

RedHat Kickstart

I'm looking into creating a kickstart script to get a default build of a system. However this system requires some in-house software which are currently on DVDs. As this is my first kickstart installation of redhat, I haven't a clue where to…
Federer
  • 255
  • 1
  • 5
  • 17
1
vote
0 answers

CentOS - using PXE to install it on my host ( kickstart configuration )

I am trying to install an OS from our server through PXE ( Preboot Execution Environment ). However, on my host, I have two disks say A ( /dev/sda ) and B ( /dev/sdb ) The default installation path goes to disk A while I expect to install it on disk…
user3815726
  • 161
  • 5
1
vote
1 answer

Creating a Centos 7 iso with kickstart

I wish to create an iso file containing Centos 7 x64 for unattended/kickstart installations. For Centos 6, it worked like a charm. But for Centos 7, i am not able to create a bootable iso image. This is what i did: Mounted the original .iso mkdir…
VelDev
  • 11
  • 1
  • 2
1
vote
0 answers

virt-install Centos 6.6 - No option 'boot.iso' in section 'images-x6_64'

I'm having trouble using kickstart to set up a VM in kickstart for the first time. I've copied the files off a mounted Centos 6.6 minimal iso to a local ftp server: ftp: //198.162.1.161/pub/inst/ My kickstart configuration file has been copied into…
Respheal
  • 46
  • 5
1
vote
1 answer

Anaconda kickstart Variables

I am have an issue where I am trying to store a user's input in the variable called $mail, in the %pre environment of anaconda, and then pass it into the %post script, where it will append to the file /foo/bar. I've tried it as such: %pre exec <…
Afflickted
  • 25
  • 2
  • 5
1
vote
2 answers

Is it possible to run a dialog/whiptail script in one TTY from another?

The origin of this question, for me, is being able to run a whiptail command in a %pre script from a kickstart file when installing a custom distribution based on Centos. However, the behaviour observed in Anaconda can easily be reproduced via the…
pxul
  • 175
  • 2
  • 8
1
vote
1 answer

Unattended Ubuntu 12.04 Desktop installation Using Kickstart

I was trying to install Ubuntu 12.04 Desktop Using Kickstart from the tutorial here. Here is ks.cfg file #Generated by Kickstart Configurator #platform=x86 #System language lang en_US #Language modules to install langsupport en_IN ml_IN…
Haris
  • 127
  • 2
  • 12
1
vote
2 answers

DVD not found error while kickstart installation on RHEL 6.5/6.4

I want ks.cfg on dvd itself to keep everything at same place. Content of isolinux/isolinux.cfg label ks menu label ^Kickstart kernel vmlinuz append initrd=initrd.img ks=cdrom:/ks.cfg And ks.cfg is on top / of cdrom. but when actual…
1
vote
1 answer

How can I use kickstart or something else at the command line to view ARD settings?

I know I can use kickstart to configure Apple Remote Desktop from the command line, but, I can't find anything on the Internet or in kickstart's help message indicating how I can view the current settings from the command line. Does anyone know…
1
vote
1 answer

Ubuntu server 12.04 auto installation freezes at kickseeding running if ks.cfg has post scripts

I'm trying to make a custom Ubuntu Server iso file. Kickstart file (ks.cfg) runs smooth when there is no %post in the file and Ubuntu installs correctly with ks configuration. Installation finishes installing base, apt, grub and It echos: Kickseed…
john206
  • 111
  • 1
  • 3
1
vote
1 answer

How to boot RedHat Linux in normal mode in VMWare?

I had an iso image of redhat, into which I placed the kickstart file in the root directory and recreated the iso image. When I tried booting linux from that image (in VMWare) , it started searching for DHCP (boots in network mode). Can any one tell…
pratap
  • 15
  • 2
  • 5
1
vote
0 answers

Install both BIOS and UEFI bootloaders with kickstart

I am trying to build a disk image with Koji. To do so you specify a kickstart file to be used. Since QEMU is spawning a BIOS VM, my kickstart is doing only BIOS related stuff. My issue here is that I want this image to run on UEFI-only machines as…
djuarez
  • 111
  • 4
1
2 3