Page 1 of 2 12 LastLast
Results 1 to 10 of 17

Thread: 9.04 clean install vs. upgrade

  1. #1
    Join Date
    Mar 2007
    Beans
    892

    9.04 clean install vs. upgrade

    The clean install is something I have always thought best, but it requires time to get all your bells and whistles just so. The two 9.04 upgrades from, one an 8.10 clean install and the other from 8.04 to 8.10 to 9.04 all went so well and everything is working, why bother with the clean install? Or am I just lazy?

  2. #2
    Join Date
    Aug 2008
    Location
    Brazil
    Beans
    12,497
    Distro
    Ubuntu Studio 12.04 Precise Pangolin

    Re: 9.04 clean install vs. upgrade

    It seems to me that most problems reported in the forums are from people who has upgraded instead of installing fresh. But I think success also depends on your hardware and what you did on your system along the way.

    Since I was using Hardy before and I did a lot of noob things along the last 8 months, I decided to fresh install. I did a backup of my home partition, but I only restored some specific configuration files that were critical. The rest of the stuff I configured again, just to get a pristine system.

    One thing that helps a lot is that I keep a journal with all important procedures I make to get complicated stuff working, so when I upgrade I have a recipe of important things to do. This makes the fresh install much more simpler. Nevertheless, almost everything was working out-of-the-box, except for lirc. But making lirc work was also complicated on Hardy.

  3. #3
    Join Date
    Feb 2007
    Location
    Mauritius
    Beans
    523
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: 9.04 clean install vs. upgrade

    On my laptop I used ndiswrapper to work around the wireless card.
    I knew there was driver this time for it therefore I chose a fresh install.

    Oh and being in Thailand it would take 2 days (black on white in the upgrade window) to complete!!!! I downloaded the CD on a torrent, burned it and made a fresh install. Way faster lol.

    I think fresh is better. Backup your documents, backup your screensaver. There's just a few minutes of downloading skype and stuff like that left afterwards.

    I have got to find out how to make a list of the applications I want to feed to the package manager. This way I wouldn't have to search for them, I would just tell!
    Linux cheat sheet

    If you can't afford to loose it, if you don't know how to get it back: back it up.

  4. #4
    Join Date
    Dec 2008
    Location
    Valparaiso, Chile
    Beans
    162
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: 9.04 clean install vs. upgrade

    Quote Originally Posted by rosswmcgee View Post
    The clean install is something I have always thought best, but it requires time to get all your bells and whistles just so. The two 9.04 upgrades from, one an 8.10 clean install and the other from 8.04 to 8.10 to 9.04 all went so well and everything is working, why bother with the clean install? Or am I just lazy?
    First, the ext4 partition.

    Second, I backup the configuration, and it was something like 18Mb... So, I get it is worthy to do aclean installation.
    Primary: Ubuntu Maverick on Dell XPS M1330n

    Linux User 489777. Ubuntu User 27581.
    Linux Machines 401523, 401667, 401668. Get yours here and here

  5. #5
    Join Date
    Aug 2008
    Location
    Brazil
    Beans
    12,497
    Distro
    Ubuntu Studio 12.04 Precise Pangolin

    Re: 9.04 clean install vs. upgrade

    Quote Originally Posted by ndefontenay View Post
    OI have got to find out how to make a list of the applications I want to feed to the package manager. This way I wouldn't have to search for them, I would just tell!

    To replicate your packages selection on another machine (or restore it if re-installing), you can run this

    Code:
    dpkg --get-selections > ~/my-packages
    This will save a file called my-packages in your home directory. Make a backup of it, install the fresh release, then restore the file "my-packages" to new home partition and run this code in the terminal:

    Code:
    sudo dpkg --set-selections < my-packages && sudo apt-get dselect-upgrade
    It will download and install all the programs for you, except those that you installed manually, if they are not in the new repository. I did this with Jaunty and a lot of packages I installed manually on Hardy were available in the Jaunty repos. So I didn't search for many applications after the fresh install.

  6. #6
    Join Date
    Apr 2009
    Beans
    4

    Re: 9.04 clean install vs. upgrade

    So did u get it to install clean? I also would just like to load Ubuntu on my laptop. However it won't boot from the CD. I loaded the files into another partition but don't know of any commands to run it from there.

    I don't want anything else on the laptop....just Ubuntu.

    Any suggestions?

    Thanks!
    Peter

  7. #7

    Re: 9.04 clean install vs. upgrade

    Quote Originally Posted by ndefontenay View Post
    I have got to find out how to make a list of the applications I want to feed to the package manager. This way I wouldn't have to search for them, I would just tell!
    "deborphan -a", or gtkorphan for a gui

  8. #8
    Join Date
    Feb 2009
    Beans
    32

    Re: 9.04 clean install vs. upgrade

    Quote Originally Posted by Yannick Le Saint kyncani View Post
    "deborphan -a", or gtkorphan for a gui
    sorry, does this method show me what i want to re-install if i use that command above to generate a list?

    thanks

  9. #9
    Join Date
    Jul 2007
    Location
    palos verdes california
    Beans
    262

    Re: 9.04 clean install vs. upgrade

    Quote Originally Posted by lovinglinux View Post
    To replicate your packages selection on another machine (or restore it if re-installing), you can run this

    Code:
    dpkg --get-selections > ~/my-packages
    This will save a file called my-packages in your home directory. Make a backup of it, install the fresh release, then restore the file "my-packages" to new home partition and run this code in the terminal:

    Code:
    sudo dpkg --set-selections < my-packages && sudo apt-get dselect-upgrade
    It will download and install all the programs for you, except those that you installed manually, if they are not in the new repository. I did this with Jaunty and a lot of packages I installed manually on Hardy were available in the Jaunty repos. So I didn't search for many applications after the fresh install.
    Thanks to all I did an upgrade and lucked out everything is working great. I sure appreciate all the help this is a greate
    forum.

  10. #10
    Join Date
    Jun 2006
    Location
    Michigan, USA
    Beans
    39
    Distro
    Ubuntu 12.04 Precise Pangolin

    Smile Re: 9.04 clean install vs. upgrade

    Lovinglinux,

    Would the technique you posted work if upgrading from 32-bit Karmic to 64-bit Karmic?

    Thanks for your time,
    AC



    > To replicate your packages selection on another machine (or
    > restore it if re-installing), you can run this

    > Code:

    > dpkg --get-selections > ~/my-packages

    > This will save a file called my-packages in your home
    > directory. Make a backup of it, install the fresh release,
    > then restore the file "my-packages" to new home partition and > run this code in the terminal:

    > Code:

    > sudo dpkg --set-selections < my-packages && sudo apt-get
    > dselect-upgrade

    > It will download and install all the programs for you, except > those that you installed manually, if they are not in the new > repository. I did this with Jaunty and a lot of packages I
    > installed manually on Hardy were available in the Jaunty
    > repos. So I didn't search for many applications after the
    > fresh install.
    __________________

Page 1 of 2 12 LastLast

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
  •