Fixing Ubuntu Start Up Errors
I recently replaced the hard drive in my Compaq Presario V2000 laptop with a drive having an existing Ubuntu 8.10 installation on it.

The system booted fine but I received this error:
Starting up …
Loading, please wait…
usplash: Setting mode 1024×768
kinit: name_to_dev_t(/dev/disk/by-uuid/3b111956-61a9-4bfe-9bd4-055580b7b89f) = sda5(8,5)
kinit: trying to resume from /dev/disk/by-uuid/3b111956-61a9-4bfe-9bd4-055580b7b89f
kinit: No resume image, doing normal boot…Ubuntu 804 udell tty1
udell login:
The Problem:
The primary disk UUID was OK, but the swap disk had an incorrect UUID and was not recognized.
The Solution:
Reformat the SWAP partition and update the initial ram disk with the proper UUID information.
For more information about the initial ram disk, see my earlier posting about unwrapping the Ubuntu live cd and how a computer boots.
Step by step instructions:
- Determine your SWAP disk partition location (e.g. something like /dev/sda5)
% sudo fdisk -l |grep swap - Unmount the partition
% sudo swapoff - Reformat this partition (using my example /dev/sda5 from above)
% sudo mkswap /dev/sda5
Note: Record the UUID that this command returns. - If you forget to, or lose it, no problem. Get the partition’s UUID with the vol_id command as follows:
% sudo vol_id -u /dev/sda5 - Update the RAM file system config file with the correct UUID by editing the following file: /etc/initramfs-tools/conf.d/resume
% sudo vi /etc/initramfs-tools/conf.d/resume - Update the initial ram disk
% sudo update-initramfs -u - Reboot. Problem should be solved.
I just purchased an HP TX2000 laptop. It’s a little heavy but is a truly wonderful piece of hardware. Buy one now at 

Out of the box, Vista doesn’t like Winamp, or Winamp doesn’t like Vista.