Questions tagged [kickstart]

Kickstart is an automatic installation method of Linux originally developed by RedHat. Answers to questions during installation are pre-defined in a kickstart file (Default: ks.cfg).

RedHat documentation link: https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/5/html/Installation_Guide/ch-kickstart2.html

Ubuntu also support Kickstart with some limitations: https://help.ubuntu.com/lts/installation-guide/i386/automatic-install.html

Alternate method is preseeding: https://help.ubuntu.com/lts/installation-guide/i386/preseed-intro.html

64 questions
6
votes
1 answer

Unattended Offline Edubuntu 14.04 Install

I am looking for a way to do this offline with Edubuntu 14.04 desktop. It would install much faster and better for large-scale deployments. It seems that contrary to some guides, kickstart is no longer required. These resources got me really…
HarlemSquirrel
  • 3,681
  • 8
  • 36
  • 48
4
votes
3 answers

Bad archive mirror using PXE boot method

I'm trying to automatically install Ubuntu on a client PC by using the PXE BOOT method....my Objectives are below: I am following the steps given in this link installation using PXE BOOT the server will have a KICKSTART config file which contains…
user11566
4
votes
1 answer

Unable to install 12.10 with PXE

I'm trying to install Ubuntu 12.10 with PXE (Cobbler) and Kickstart from a local server. At some point, the installation stops telling me it cannot upload a file from mirror. The install log on the workstation looks fine and here's the end of the…
user99905
  • 43
  • 1
  • 4
4
votes
0 answers

Using an alternate server iso installer, how can I set an IP address during boot up?

Goal Using the latest LTS server iso (alternate), which at the time of writing is ubuntu-18.04.1-server-amd64.iso, I want to be able to do an installation, using a preseed and a kickstart file hosted on a webserver, however I cannot use DHCP. So I…
fabby
  • 41
  • 2
3
votes
1 answer

Preseed Ubuntu Server from USB (preseed not found)

I'm trying to make a USB installer for Ubuntu Server 14.04, but I'm having some trouble with the preseed file when booting from USB. I have a kickstart file and a preseed. The kickstart file works, but the preseed doesn't. This is only an issue,…
3
votes
2 answers

Ubuntu Kickstart/seed file - weak password

I have used the kickstart generator tool to generate a kickstart/preseed file for ubuntu KVM installations which has worked well until now. It stopped working when I switched over to using a very weak password, which results it halting on an…
Programster
  • 5,731
  • 20
  • 63
  • 92
2
votes
0 answers

User not recognized in custom install CD using kickstart/kickseed

I attempted to create a custom ubuntu installer (based on server edition) like: How do I create a completely unattended install of Ubuntu? and: How to create a Customized Ubuntu Server ISO? but it failed miserably. The txt.cfg looks like…
dagnelies
  • 121
  • 4
2
votes
0 answers

Using Preseed/Kickstart with USB

Has anyone successfully created a bootable USB key that will use preseed and kickstart? All the tutorials titled 'automated install ubuntu with usb' etc, have cdrom/.. as the iso path. When i attempt to burn my finished iso to a USB key it goes to…
Fort Ran
  • 21
  • 4
2
votes
0 answers

Issues with Unattended Ubuntu Installl from USB

*****UPDATE: I have now implemented a hack which solves this problem. I am still looking for help as I don't really consider the hack a solution. I booted shell (alt+f4) once the computer hung-up on a failure to mount cd-room and typed "tail -n…
David
  • 87
  • 2
  • 6
2
votes
2 answers

Steps to create a kickstart server on Ubuntu 14.04

Need a step by step procedure for creating a kickstart server on Ubuntu 14.04 LTS
suresh
  • 21
  • 1
  • 1
  • 3
2
votes
1 answer

Can you determine which packages are not being used at all when running a specific program

I want to create a custom Ubuntu server distro that automatically installs and runs a specific program only on the target machine. I've found a very good guide here: How to create a customized ubuntu server iso I want to remove all the bloat that…
10k3y3
  • 51
  • 4
2
votes
0 answers

Completing a "minimal virtual machine" install with a kickstart file

I have built an unattended setup ISO for Ubuntu 12.04.4 using instructions provided on the community wiki, however, I'm having a hard time with two specific pieces of the install: The installer hangs for a couple of minutes about three minutes into…
Mikey T.K.
  • 473
  • 1
  • 4
  • 19
2
votes
1 answer

Ubuntu does not follow the preseed file for network settings

I am trying to automate Ubuntu installations using Cobbler and preseed. I referred to this officical sample seed file for Ubuntu: https://help.ubuntu.com/12.04/installation-guide/example-preseed.txt I only edited the network related part in this…
Abhijit Navale
  • 714
  • 1
  • 10
  • 24
2
votes
2 answers

Restart installer on any error (PXE with cobbler)

I provision few boxes using PXE with Cobbler. My network is not very stable, so sometimes the installation fails. The installer is not able to retrieve a package. Is it possible to make the installer to reboot on any error? I don't want to waste…
Skarab
  • 243
  • 2
  • 11
2
votes
2 answers

Where is a list of available package groups for kickstart?

Due to (very) long-time bug in system-config-kickstart, the package selection section does not list available packages, one has to edit the ks.cfg: This question explains how. An example given in the question is %packages @…
Josh Greifer
  • 121
  • 1
  • 1
  • 4
1
2 3 4 5