Ubuntu: 6.10 (Edgy) to 7.04 (Feisty) upgrade

Today, Ubuntu made their latest release, 7.04 Feisty Fawn. I’ve been using Ubuntu since before their first official release and love it. They’ve really come a long way in making Linux a usable desktop for the average user. Overall, this upgrade went pretty well, though I ran into a couple problems.

My first, and biggest problem, is that upon rebooting into Feisty, the boot process stopped for maintenance. That’s never a good sign; Linux wasn’t able to identify several of my hard drives. “That’s no big deal.” I thought. “I’ll just log in and see what’s up, I know my data is safe.” Well, it turns out that in Feisty, the way drives are mounted has changed. No longer are IDE devices mounted using “/dev/hd*#” instead, they’re assigned to “/dev/sd*#” where * is a letter that may or may not match up with the old hd* designation.

Since I have a mix of SATA and IDE drives in my machine, things got complicated pretty quickly. My /etc/fstab (which controls which drives mount where) was in shambles. The computer was trying to mount devices that had changed names. The default way this is now handled in Ubuntu is by assigning a UUID to each partition. This ID allows devices to be mounted no matter what order they’re plugged in, which is cool. If I wanted to reorder my drives and still have them mount in the same places. It’s not so cool when your drives no longer mount and you aren’t sure what’s what.

After some experimentation, I was able to identify all my drives (by mounting every device and seeing what it contained). I then found the UUIDs for each device and edited my /etc/fstab by hand. This is not what I expect from Ubuntu however. If a “normal” user (think Mom or Dad) had run into this problem, they would have been lost and probably would have never recovered their data.

A bug report has been opened and hopefully is solved soon, this is a major problem.

My second problem is that metacity no longer starts up on login. This appears to just be a setting in Gconf that needs to be fixed (things work fine with a new test account). I’ll update this post with the fix once I find it.

Update: I tracked this error down and at some point I apparently created a .gnomerc file when I was playing with compiz. It contained the following information:

export WINDOW_MANAGER=~/.gnome-compiz-manager/openbox

Why this didn’t cause a problem before, I have no idea. I deleted the file and metacity starts again.

One thought on “Ubuntu: 6.10 (Edgy) to 7.04 (Feisty) upgrade

  1. Had the same problem with metacity. Removed the file and it’s now starting up fine ;)

Leave a Reply

Your email address will not be published. Required fields are marked *