I don't remember where i found the way to get your crashed kernel to boot again, but it goes as follows.
If you have an older kernel still installed, try to log into that one... otherwise use a liveCD (or USB pendrive). Once logged in, open up a terminal and execute the following two commands. 1) Reinstall udev: "sudo aptitude reinstall udev" 2) Update initramfs: "sudo update-initramfs -u -k all" The kernel specification "all" may also be replaced by a specific kernel e.g. "2.6.32-24-generic". Note that this is NOT a solution, it's merely a way to get the kernel that crashed to boot up again. The problem stays. -- BUG: soft lockup booting Lucid amd64 CD https://bugs.launchpad.net/bugs/573396 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
