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

65 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…
6
votes
1 answer

cloud-init vs. kickstart vs. preseed

What is the difference between all those automation features? I found three of them so far: cloud-init kickstart preseeding Is one of these methods outdated maybe?
tollo
  • 171
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…
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
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
  • 6,039
3
votes
2 answers

Is it possible to create unattended installation for Ubuntu Desktop 18.04?

I will try to keep this question short and concise: I have recently discovered the use of preseed and kickstart for unattended installation for numerous Linux distros. This seems to be the right way for me since I want to automate the installation…
user17378
  • 141
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
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…
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
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
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
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…
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…
1
2 3 4 5