Final Release: Ubuntu 9.04 Jaunty Jackalope

Today’s April 23, 2009 and you know what that means. Ubuntu 9.04 is to be released in it’s final state.

To upgrade from Ubuntu 8.10 on a desktop system, press Alt+F2 and type in “update-manager -d” (without the quotes) into the command box. Update Manager should open up and tell you: New distribution release ‘9.04’ is available. Click Upgrade and follow the on-screen instructions.

To upgrade from Ubuntu 8.10 on a server system: install the update-manager-core package if it is not already installed; edit /etc/update-manager/release-upgrades and set Prompt=normal; launch the upgrade tool with the command sudo do-release-upgrade; and follow the on-screen instructions.

I’ve been using Jaunty Jackalope since the early Alpha releases with few problems and the ones that were there have disappeared thanks to speedy updates!

Ubuntu 9.04 Jaunty Jackalope Beta Released

Today marked the Beta Release day for the next release from Ubuntu, bringing us from Ubuntu 8.10 Intrepid Ibex to Ubuntu 9.04 Jaunty Jackalope Beta.

If you’ve been waiting for a stable version of Jaunty Jackalope to upgrade to then you may have found the right version with the release of this Beta. Although Beta indicates that the product is not complete and may contain a few bugs, I have been using Ubuntu 9.04 since the early alpha stages and have watched it develop into what it is now…which is a very solid Beta release with no problems that I’ve experienced.

If you’re ready to upgrade then you can find a simple step by step guide that I wrote: How-To: Upgrade to Ubuntu 9.04 and ext4

If you’re still not ready to upgrade then you’ve only got a month to wait until the Final Release is scheduled to be made public.

To get a full list of changes that have been introduced in Ubuntu 9.04 Jaunty Jackalope thus far, please take a look at the Beta release notes.

The Ubuntu Dust theme is now available in the Themes list as well. I highly recommend that you give this theme a try and take a look at my Dust skin for Opera.

Also new with 9.04 is a redesigned boot screen and login window. Some new artwork, such as backgrounds, have been added to the mix as well now, however, I don’t think they are completely finished just yet.

How-To: Upgrade to Ubuntu 9.04 and ext4

Getting started

If you’re the kind of person who likes to give software and platforms a test drive early on then I’m sure you’ve been keeping a close eye on Ubuntu 9.04 Jaunty Jackalope and its fresh support for the ext4 file system.

If you’re interested in upgrading to Ubuntu 9.04 then it’s pretty painless and requires one command. Before you get started, please note that the current stage of the Ubuntu 9.04 release is still alpha.

This means that this release is not yet deemed stable and you should not be surprised if you encounter a nasty bug. That being said, I have been using Ubuntu 9.04 for a couple of alpha releases with no major problems and fast updates and fixes on a daily basis.

If you would like to wait until the final version is released then you can mark your calendars for April 23, 2009 and upgrade then. If you’re curious and ready for some exciting changes then please continue reading. 😉

Please take a look at the know issues for the latest release of Ubuntu 9.04 Jaunt Jackalope to make sure you still want to continue with the upgrade. You can find links to release news for each alpha and on up to the final release here.

Upgrade to Ubuntu 9.04

  1. Press Alt+F2 to open the run dialog.
  2. Copy and paste update-manager -d into the dialog and press enter.
  3. When the Update Manager appears, it should prompt you of the availability of an upgrade. Press the upgrade button and follow the few instructions.

After upgrading, you may need to enable hardware drivers for your video card. If you’re using nVidia, then you’ll be happy to see that driver version 180 is now recommended for Jaunty!

You may not notice, but updating your version of Ubuntu does not automatically convert your file system from ext3 to ext4. This is something you will need to manually change with a few commands.

Also note that after converting your file system to ext4, only files created after the conversion will be created in extends mode. This means that files that already exist will still be in ext3 format, but will work flawlessly with the ext4 file system. If you wish to have a complete ext4 file system then you will most likely be required to perform a fresh install of Ubuntu 9.04.

Follow updates from kernel.org on how to convert from ext3 to ext4, or refer to this page in the case that the below information becomes outdated.

Converting ext3 to ext4

To convert an existing ext3 filesystem to use ext4, use the command

$ tune2fs -O extents,uninit_bg,dir_index /dev/DEV

WARNING: Once you run this command, the filesystem will no longer be mountable using the ext3 filesystem!

After running this command, you MUST run fsck:

$ fsck -pf /dev/DEV

NOTE: by doing so, new files will be created in extents format, but this will not convert existing files. However, they can be transparently read by Ext4.

WARNING: It is NOT recommended to resize the inodes using resize2fs, as this is known to corrupt some filesystems.

Conclusion

If you’ve successfully upgraded to Ubuntu 9.04 then it’s time for you to sit back and relax!

You’ll continue to see updates to Ubuntu 9.04 that will update your system all the way up to the stable release of Ubuntu 9.04 by April 23, 2009. You will see fewer and fewer updates after this point with most of the updates being security based.

Enjoy!