Results 1 to 4 of 4

Thread: Kickstart installation on Ubuntu 9.10

  1. #1
    Join Date
    Mar 2010
    Posts
    31

    Kickstart installation on Ubuntu 9.10

    I am running Ubuntu 9.10 on my computer. I would to like to know what are steps involved in Kickstart installation. I have the kickstart file with me and I tried to use system-config-kickstart package to create it but the installer ignores my kickstart file. So is there a person who is kind enough to help me to write the boot commands or something similar?

  2. #2
    Join Date
    May 2008
    Posts
    1,020

    Re: Kickstart installation on Ubuntu 9.10

    But why do you want to install kickstart? The kickstart installation method is only used when you have problems regarding operating system installation and/or configuration. This method automatically installs and/or configures the operating system. If you don't have such kind of problems then don't attempt to do the same, it is not mandatory.

  3. #3
    Join Date
    May 2008
    Posts
    681

    Re: Kickstart installation on Ubuntu 9.10

    I have read the help file of kickstart installation and it states that, once you have saved the file you have to create a boot disk with the help of boot.img if you are installing from CD, or use bootnet.img if the installation is done from network drive. Then you copy the kickstart file (ks.cfg) on the disk and boot from the disk. Type "linux ks=floppy" to start the kickstart installation.

  4. #4
    Join Date
    May 2008
    Posts
    962

    Re: Kickstart installation on Ubuntu 9.10

    Kickstart is basically used to automate the Red Hat Linux installation process. To begin kickstart installation, you must boot the system using a Red Hat Linux boot disk, Red Hat Linux boot CD, or the Red Hat Linux CD-ROM #1 and enter a special boot command at the boot prompt.

    Boot the system with the disk in the drive, and enter the following command at the boot: prompt:

    Boot Disk
    Code:
    linux ks=floppy
    CD-ROM #1 and Diskette
    Code:
    linux ks=hd:fd0:/ks.cfg
    Boot CD-ROM
    Code:
    linux ks=cdrom:/ks.cfg

Similar Threads

  1. problem with jdk installation in ubuntu
    By visioneye in forum Software Development
    Replies: 5
    Last Post: 17-07-2010, 06:48 AM
  2. Qt installation on ubuntu OS
    By spuff in forum Operating Systems
    Replies: 4
    Last Post: 02-03-2010, 08:13 PM
  3. Ubuntu freezes during installation
    By _Gentoo_Nile_ in forum Operating Systems
    Replies: 3
    Last Post: 23-09-2009, 01:56 PM
  4. Ubuntu font installation
    By _Gentoo_Nile_ in forum Operating Systems
    Replies: 3
    Last Post: 31-08-2009, 08:56 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,548,006.77379 seconds with 17 queries