paapereira.xyz

Upgrading to Ubuntu 9.04 Jaunty Jackalope (on the Desktop)

After my laptop, is time to upgrade my main machine whith Ubuntu 9.04, codename Jaunty Jackalope.

I will be the using the 32 bit alternate cd to upgrade. This means that the upgrade will have a cd image as his source, and not the Internet. This way it’s much faster, I think.

I shouldn’t do this during the week, but… oh well…

Before you start

Install

In the Terminal, go to the cd mount point (example: /media/cdrom) and type:

1cd /media/cdrom
2gksu "sh /cdrom/cdromupgrade"

And now we wait…

When is asked if I want to include the latest updates during the upgrade I always say no. At this times the servers are very slow - everyone want their Ubuntu :-)

During the upgrade there may be some questions about replacing some configuration files. I replaced them all with the new versions.

After restarting there may be more updates to do.

Issues / Post-Install

The upgrade failed so… No big surprise there. Oh well, I had a Live CD burned, so I booted using that cd. I only needed to configure my network, Firefox to get to this post and a Terminal.

The resolution was low and the screen wasn’t centered, but that’s ok for what I need.

1sudo mount /dev/sda6
2cd /media/disk/
3sudo cp {/,}etc/resolv.conf
4sudo mount --bind {/,}proc
5sudo mount --bind {/,}sys
6sudo mount --bind {/,}dev
7sudo chroot /media/disk/
8apt-get update
9apt-get -f dist-upgrade --fix-missing

That was basically it. The upgrade ended and after the restart everything was (almost) ok.

It was easy though:

  1. Alt + F2
  2. /usr/bin/jockey-gtk
  3. Selected the recommend proprietary driver for my NVIDIA card
  4. Rebooted and that was that
1deb http://ppa.launchpad.net/do-core/ppa/ubuntu jaunty main
2deb http://packages.medibuntu.org/ jaunty free non-free
3deb http://linux.getdropbox.com/ubuntu jaunty main
4deb http://ppa.launchpad.net/openoffice-pkgs/ubuntu/ jaunty main
5deb http://download.virtualbox.org/virtualbox/debian jaunty non-free
1sudo /etc/init.d/vboxdrv setup

#Linux #Ubuntu #Ubuntu 9.04 #Jaunty Jackalope