Ubuntu v9.10, won't boot. I get the grub boot menu, then it starts to boot then it hangs here:
I tried booting the Live CD and running fsck -y on that partition, that did not work. It was also apparently hanging trying to load modem-manager. This machine has no modem, so I booted to the live cd, chrooted and uninstalled that package. Still no joy. I could just reinstall but I'd rather try and fix this and learn something. I can't boot to rescue mode either so I am limited to what commands are available in grub or working from the live CD.
Code:
fsck from util-linux-ng 2.16 init: procps main process (355) terminated with status 255 /dev/sdb5 clean, 197434 files, 366782 blocks

I did some research and found some folks who got around this by redoing the superblock. I created a test partition, dropped some files on it, then ran through the commands to redo the superblock. Afterwards I could still read the files so I did the same procedure on my real partition. Next time it booted I got a 'File Not Found' error so just decided to reinstall. I also discovered this machine is particular about the kernel versions in Ubuntu 9.1. It hangs when it boots 2.6.31.16 but not 2.6.28.15.
Comment