Ubuntu Edgy dist-upgrade
I got bored with Ubuntu Dapper and decided to give Edgy, the latest beta version under development, a whirl. New gnome 2.16, OpenOffice up to current 2.0.3 version, Firefox 2.0 beta, Flash sound works now, updated Network Manager, updated pam libraries. All very nice.
Suspecting that
apt-get dist-upgrade
would trash my Dapper installation, I backed up and burned the Edgy Knot 3 install CD, just in case I needed it. Various reports from last month had people ending up with working X or kernel. Sounds like a challenge!CAUTION: This procedure may melt your computer! Always Be Backing Up. Have a boot CD ready first.
- Get thee to a console window:
Ctl-Alt-1
- Point your apt sources to Edgy:
sudo perl -pi.orig -e 's/dapper/edgy/' /etc/apt/sources.list
- Update your package lists:
sudo apt-get update
- Upgrade:
sudo apt-get -f dist-upgrade
"1055 upgraded, 125 newly installed, 31 to remove, 26 not upgraded" :) - Upgrade once more if it bombs out during the first dist-upgrade:
sudo apt-get -f dist-upgrade
- Kernel 2.6.17-7 was installed but the default in grub wasn't updated:
vi /boot/grub/menu.lst
change the default line to (as appropriate):"default 0"
- X didn't work, as it tries to use the missing
ati
driver instead of the installedfglrx
driver:vi /etc/X11/xorg.conf
Change this line in Section "Device":Driver "ati"
to:Driver "fglrx"
I did amodprobe fglrx
for good measure, thenstartx
to test. Houston, we have X! - Some remaining packages complaining:
sudo apt-get install hpijs python-adns python-clientcookie python-gadfly python-htmlgen python-htmltmpl python-imaging python-imaging-sane python-jabber python-kjbuckets python-ldap python-mysqldb python-osd python-pam python-pexpect python-pgsql python-pylibacl python-pyopenssl python-pyxattr python-reportlab python-simpletal python-soappy python-sqlite python-syck python-xmpp
/sbin/reboot
The success of the dist-upgrade may be pretty dependent on both hardware (Thinkpad T41p in this case) and what packages you have installed above and beyond Dapper default install (a few but clearly nothing bad!).
There is a slightly annoying graphics artifact sometimes, a horizontal line ~50 pixels beneath the cursor in Gnome. The multiple login prompt for Network Manager appears gone (NM 0.6.3 changelog claims it fixed it), although I had to re-enter my WPA password once after the upgrade. Flash sound works now with the packaging of the hack
/etc/init.d/flashplugin-nonfree
in flashplugin-nonfree
7.0.68. I cleaned out .gnome, .gconf etc. to get a fresh set of Gnome settings.Now to try out Network Manager PPTP and pam-keyring since all the dependent libraries are now modern enough!
Labels: Linux