Friday, March 6, 2009

No resume image, doing normal boot

During boot up of the Kubuntu 8.10, the progress bar froze at about 1/4 way. Changing to the CLI, it was hanging at the line:

No resume image, doing normal boot

One possibility is that the update of the kernel may have damaged the initramfs on the swap. At boot time, the kernel unpacks that archive into RAM disk, mounts and uses it as initial root file system.

Solution, delete then recreate the swap before updating the initramfs. I identified the SWAP file as /dev/sda5 on the system.

Step 1: Enter into rescue mode
Reboot into rescue mode. In the main menu, choose the option to boot into root user.

Step 2: Delete then recreate the swap file
# swapoff /dev/sda5
# mkswap /dev/sda5

Step 3: Update the initramfs
# update-initramfs -u

Step 4: Restart machine
# reboot

It is booting without the frozen progress bar. But another problem causing the slow boot up. Its during the network configuration. Well, its faster now.

1 comment:

Unknown said...

Hi, I did as you said and I don't get the disk image error anymore, but ubuntu still ask for log info from a text bmode (console on a black screen). How do I get the graphic mode? thanks

Blog Archive