Comment 8 for bug 864271

Revision history for this message
Dave Gilbert (ubuntu-treblig) wrote : Re: Kernel panic with linux-image-3.0.0-12.19

Hi Fioravanti,
  Looking at it, you are missing the initrd in /boot for the 3.0.0-12 kernel - which is odd! I suggest you can fix it either by
reinstalling the 3.0.0-12 kernel package, or if you run the command:

   sudo update-initramfs -k 3.0.0-12 -c
   sudo update-grub

and see if that helps.

Dave