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.
Looking at alternative computer software solutions for a variety of reasons. This includes price, computer security, virus prevention and reliability. Here are my notes and great that if it helps you, otherwise please understand what you are doing and not follow blindly. All works expressed are my own and does not necessarily express the products or organisations mentioned here.
Subscribe to:
Post Comments (Atom)
Blog Archive
-
▼
2009
(54)
-
▼
March
(13)
- Preserving electronic data with office suites
- Improving OpenOffice.org3 performance (basic)
- Development on KDE4 with Solid
- Using CentOS 5 testing repositories
- CentOS graphics
- Playing movies on CentOS 5
- The programming IDE called Eclipse
- Gwenview plugins and KDE 4.2
- UK declares Government Action Plan for OSS
- No resume image, doing normal boot
- France Adoption of OpenOffice.org, Firefox, Thunde...
- Ubuntu list of games
- MYSQL GUI Tools for Linux
-
▼
March
(13)
1 comment:
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
Post a Comment