Upgrading to Ubuntu 11.10

2011/10/15 by Paulo Pereira

~/categories/Apps #Linux #Ubuntu #Ubuntu 11.10 #Oneiric Ocelot

Ubuntu 11.10 came out last Thursday. Codename: Oneiric Ocelot.

I will be upgrading using the “Alternate CD/DVD upgrade”. This way I don’t depend on Ubuntu servers during the upgrade.

Upgrading

Ubuntu 11.10

sudo apt-get update
sudo apt-get upgrade
md5sum ubuntu-11.10-alternate-amd64.iso

5e427f31e6b10315ada74094e8d5d483 ubuntu-11.10-alternate-amd64.iso

sudo mkdir -p /media/cdrom
sudo mount -o loop ~/Desktop/ubuntu-11.10-alternate-amd64.iso /media/cdrom
gksu "sh /media/cdrom/cdromupgrade"

You can find more on how to upgrade to Oneiric in Ubuntu website.

Problems upgrading

In both my machine and my girlfriend’s the upgrade failed. Something to do with LightDM.

I believe the problem was the LightDM installation we both did in Ubuntu 11.04 that never worked.

Basically I can’t get past the boot process and Ubuntu won’t start.

I could have tried and solve this, but I just did a fresh install instead. New post coming.