Upgrade to Ubuntu 7.10 ("Gutsy Gibbon") from Ubuntu 7.04 ("Feisty Fawn")

Tags:  •    •  

Ubuntu 7.10 (Gutsy Gibbon) released on the 18th of October 2007. I've upgraded from Ubuntu 7.04 to 7.10.

How to upgrade your Ubuntu Linux?

Before you start

  • You can only directly upgrade to Ubuntu 7.10 ("Gutsy Gibbon") from Ubuntu 7.04 ("Feisty Fawn") (see UpgradeNotes).
  • Be sure that you have all updates applied to Ubuntu 7.04 before you upgrade (see below).
  • Before upgrading it is recommended that you read the release notes for Ubuntu 7.10, which document caveats and workarounds for known issues in this version.

Network upgrade for Ubuntu desktops (Gnome)

You can easily upgrade over the network with the following procedure on Gnome:

  1. Open System -> Administration -> Update Manager.

    Update manager menu: System -> Administration -> Update Manager

  2. Click the Check button to check for new updates.
  3. If there are any updates to install, use the Install Updates button to install them, and press Check again after that is complete.
  4. A message will appear informing you of the availability of the new release.
  5. Upgrade button

  6. Click Upgrade.
  7. Follow the on-screen instructions.

Ubuntu 7.10 boot problem

If the system won't boot up, try to boot your previous kernel. If you press ESC when Grub start to loading then grub menu appears. After success boot need to execute

update-initramfs

command. If you go command line after boot, check your 'cat /proc/partitions', 'mount' the raid device or ide scsi driver may cause problem. If you use software raid you need a correct config in initramfs at /etc/mdadm/mdadm.conf. If you haven't it you can easily add it to initramfs, after reboot your old, bootable kernel. (Hold ESC until GRUB loading, select old kernel)

sudo echo DEVICE partitions >/etc/mdadm/mdadm.conf
sudo mdadm --detail --scan >>/etc/mdadm/mdadm.conf
sudo update-initramfs -c -k <kernel-version-number> 
 
# change the <kernel-version-number> to your kernel version number. :)
# for example: sudo update-initramfs -c -k 2.6.22-14-generic

Remember to update your mdadm.conf. Ubuntu Gutsy Gibbon can't boot correctly without it!

Yes, your current kernel

Yes, your current kernel version keep. Don't need downgrade. This way just make initramfs, what need for boot.

Submitted by Thomas on July 31, 2008 - 11:20am.
is there a way to keep my

is there a way to keep my kernel since i have already upgraded the kernel to an even later version or do you think this could downgrade my kernel

Submitted by Visitor (not verified) on July 18, 2008 - 4:36am.
Thanks for the solution the

Thanks for the solution the boot problem - you saved my upgrade.

Submitted by Colin Daly (not verified) on February 5, 2008 - 6:38am.
Thanks for the info! The

Thanks for the info! The problem with my raid device marred an otherwise flawless upgrade, but your article fixed the issue.

Submitted by Visitor (not verified) on December 8, 2007 - 2:07am.

Post new comment

The content of this field is kept private and will not be shown publicly.