PDA

View Full Version : [ubuntu] Kickstart update



SkyHiRider
April 28th, 2010, 03:00 PM
I want to automate reinstalling. How can I make Kickstart mount my existing /Home partition while purging and mounting the other partitions that I have.

Basically I want to save all my configuration and files while having a new and fresh Ubuntu install that comes with all the neat new packages.

zvacet
April 29th, 2010, 01:33 PM
Good way to save settings and files is to have separate home.If you don't have one you can make it following this (http://psychocats.s465.sureserver.com/ubuntu/separatehome) guide.

SkyHiRider
April 29th, 2010, 02:04 PM
I have a separate home partition. I just want to know how to set up the kickstart configuration that it mounts my existing home while wiping other partitions so that it pours fresh new binaries in them.

zvacet
April 29th, 2010, 06:35 PM
Basically I want to save all my configuration and files while having a new and fresh Ubuntu install that comes with all the neat new packages.

If you have separate home partition then your data/settings are safe.Back them up just in case.

ezsit
April 29th, 2010, 11:24 PM
http://www.geekconnection.org/remastersys/remastersystool.html

Look into this. I have used remastersys with the last few version os Ubuntu to create complete backups and redistributable, customized, remastered ISOs useful for installing the identical setup on multiple computers.

SkyHiRider
May 5th, 2010, 11:17 AM
Anyone knows how to set the boot options during the ubuntu installer so that it loads the kickstart configuration file form the cd/iso?

bruno9779
May 5th, 2010, 11:33 AM
Yes, at the partitioning step you choose the manual option.

Then you will have to right click you old home and define it as mount point /home and MAKE SURE THE TICK BOX FOR FORMATTING IS UNTICKED.

all other partitions should be formatted (except for swap).

then go ahead normally.

I have reinstalled this way 3 days ago, with no issues a all.

(an option on my motherboard destroyed irrecoverably my / partition)

SkyHiRider
May 5th, 2010, 05:53 PM
Yes, at the partitioning step you choose the manual option.

Then you will have to right click you old home and define it as mount point /home and MAKE SURE THE TICK BOX FOR FORMATTING IS UNTICKED.

all other partitions should be formatted (except for swap).

then go ahead normally.

I have reinstalled this way 3 days ago, with no issues a all.

(an option on my motherboard destroyed irrecoverably my / partition)

Problem is I can't get the kickstart file to load/work. I copied a kickstart config from a Ubuntu documentation pdf but it won't load the file, tried both http and local file. Probably doing something terribly wrong.

Does kickstart tell you when there is an error in the file or it just ignores it during install without feedback?