A few days ago, I upgraded to a new kernel. Unfortunately, before the installation was finished, the computer froze and I had to restart it forcefully.
Now, in GRUB, it shows the new kernel and below it a "Previous Linux versions" item. Whenever I boot into the new kernel, I get my screen flickering. Several daemons start, but it freezes there; it never gets me to the display manager.
Fortunately, the items under "Previous Linux versions" work. From there, I want to reinstall the new kernel. I tried from searching in the /var/cache/apt/archives/ directory and installed all the kernel related files there; that didn't work -- I still get the new kernel version that doesn't work and the Previous Linux versions item. I tried through Synaptic, the results were the same. I ran sudo update-grub, but that didn't do anything
How can I upgrade my kernel to the newest version and eliminate the "Previous Linux versions" item?
I am using 11.04 with amd64 architecture.
sudo apt-get update && sudo apt-get upgrade? – htorque Jun 11 '11 at 11:06sudo apt-get update && sudo apt-get upgrademany times. There are no broken packages in Synaptic. I triedsudo apt-get autoremoveandsudo apt-get cleanand repeatedly didsudo update-grubafter all those, but nothing noticable happens.I am runnning Natty Narwhal, but since I am away from the computer with the problems, I cannot provide the hardware details yet.
– Muhammad Hari Diputera Jun 13 '11 at 12:42