Results 1 to 5 of 5

Thread: Upgrading computer components, do I need a reinstall?

  1. #1
    Join Date
    Mar 2008
    Beans
    3

    Upgrading computer components, do I need a reinstall?

    I'm planning to upgrade my Ubuntu box with new hardware and only the old hard drive will survive. Processor will go amd 1800+ to 2400+, memory will increase from 700meg to 1gb and the video card will go from accent nvidia mxsomething to ati radeon 9800pro. Obviously also the motherboard will be changed.

    The question is, that do I need to make some preparations before chancing the parts or do the Ubuntu work fine after changing the parts? Of course I have to install new video card drivers, but other than that? Or should I backup my home-directories and reinstall everything? If yes, is there anything other to backup before?

  2. #2
    Join Date
    Dec 2007
    Location
    Idaho
    Beans
    4,976
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Upgrading computer components, do I need a reinstall?

    I would backup my /home directories and try it. It should work but if there are wrinkles (massive hardware changes you never know) you can fall back to reinstall and restore from backups.

  3. #3
    Join Date
    Dec 2007
    Location
    Shepperton, UK.
    Beans
    2,489
    Distro
    Ubuntu Development Release

    Re: Upgrading computer components, do I need a reinstall?

    A re-install would be the best bet. If you want to save a list of all installed packages, use the terminal command
    Code:
    sudo dpkg --get-selections > packback.txt
    This will save a list of all packages in the file 'packback.txt' in your current directory (normally home).
    When you want to re-install all packages run the following
    Code:
    sudo dpkg --clear-selections
    dpkg --set-selections < packback.txt
    sudo aptitude install dselect-upgrade
    Hopefully the PC will then download and install all your old packages.
    Intel E5700 G41 8Gb Xubuntu 13.10, Ubuntu 13.4, WinXP.
    Revo R3610 Win7 Pro, Ubuntu 13.04

    Absolute Beginners Compiz-fusion wiki Local Weather

  4. #4
    Join Date
    Feb 2007
    Location
    Yorkshire, UK
    Beans
    658
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Upgrading computer components, do I need a reinstall?

    I'd do a new install. Also perhaps look at an Nvidia card instead of ATI - I think they do generally work better with Linux although ATI have improved their support.
    Before you criticise someone, walk a mile in their shoes. Then, when you do criticise them, you're a mile away and have their shoes.

  5. #5
    Join Date
    Oct 2007
    Location
    Chennai, India
    Beans
    3,804
    Distro
    Ubuntu Development Release

    Re: Upgrading computer components, do I need a reinstall?

    Quote Originally Posted by lobsteri View Post
    I'm planning to upgrade my Ubuntu box with new hardware
    do I need to make some preparations before chancing the parts
    Nope, ubuntu should work fine with these hardware changes. However, to be on the safe side, make a backup of your entire system using remastersys; it can also create a live CD from your system setup, which you can use to test the new system before you commit your hard drive to it!
    Cheers,PRShah
    Make your own: Ubuntu, Kubuntu, Xubuntu, Mythbuntu All-in-One Live DVD
    "I never make mistakes; I thought I did, once.. but I was wrong."

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
  •