Results 1 to 5 of 5

Thread: upgrade and repartitioning: how best to do it?

  1. #1
    Join Date
    Oct 2007
    Location
    Glasgow, Scotland
    Beans
    117
    Distro
    Ubuntu 9.10 Karmic Koala

    upgrade and repartitioning: how best to do it?

    hi all, got quite a big job to do and not sure how to go about it. At the moment I have Ubuntu 7.04 installed dual boot with windows vista. All parts of ubuntu are on one partition. I've read in the forum its always best to seperate them. I also want to upgrade to either 7.10 or 8.04 and remove vista completely. I have a couple of questions about doing this.

    1) whats the best way of going about making this many changes? The first time I installed I used a guided install so an explanation of partition formats and sizes would work wonders.

    2) My WLan card is running from ndiswrapper and my sound card I had to edit the driver file myself. Will these work better in newer versions?

    audio card is: 00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)

    WLan card is:Atheros AR5007EG

    3) I've spent a bit of time downloading applications that I like. Is there a way to save a list of these that ubuntu can then use to reinstall. I would also quite like to preserve my desktop and theme if this is possible

    Thanks in advance,
    Andrew

  2. #2
    Join Date
    Nov 2007
    Location
    Indiana, USA
    Beans
    36
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: upgrade and repartitioning: how best to do it?

    Well to upgrade 7.04{or any other version} to 8.04, download the 8.04 .ISO from the site and burn to a disk from inside Vista, or linux doesnt matter
    Boot from the live cd and click install
    There should be an upgrade option?
    Will save all of your data/applications/any other files. So you should be set there.

  3. #3
    Join Date
    Nov 2004
    Location
    Texas
    Beans
    2,434

    Re: upgrade and repartitioning: how best to do it?

    Quote Originally Posted by eeeandrew View Post
    . All parts of ubuntu are on one partition. I've read in the forum its always best to seperate them.

    I would also quite like to preserve my desktop and theme if this is possible
    The trick is to separate your root (/) partition with your /home partition. In the future do a custom install and make a separate partition for the root (at least 8 gigs if you can) than for the home. Since choices like theme, Firefox bookmarks, wallpaper, and many other settings are stored in your home partition, you are able to reinstall the core of the OS (or upgrade) without losing anything but the programs you installed (I don't know a way to automate that yet as your third question asks).
    Those folks who try to impose analog rules on digital content will find themselves on the wrong side of the tidal wave.
    - Mark Shuttleworth

  4. #4
    Join Date
    Mar 2006
    Beans
    8,348

    Re: upgrade and repartitioning: how best to do it?

    For making separate home look here.

    Is there a way to save a list of these that ubuntu can then use to reinstall.
    Code:
    dpkg --get-selections > installed-software
    You will get text file in your home directory.If you make separate home before it is O.K. for that file to stay there.If not e-mail it to yourself(I believe you have gmail,yahoo...address).After that

    Code:
    dpkg --set-selections < installed-software
    dselect
    That should install all packages you want.

  5. #5
    Join Date
    Oct 2007
    Location
    Glasgow, Scotland
    Beans
    117
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: upgrade and repartitioning: how best to do it?

    Thanks to everyone for their help. As I understand it, I'll need to wipe my hard drive and start over with the separate home and root(backing up my data of course)which will rid me of vista and get things ready for solo linux in one foul swoop. I can then use that list trick to reinstall packages. Only thing not answered so far is what I'll need to do to get my hardware running again. Anyone have any ideas?

    Thanks,
    Andrew

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
  •