Comment 31 for bug 332270

Revision history for this message
Michael Evans (mjevans1983) wrote : Re: [jaunty] doesn't boot anymore after udev upgrade

jh, can you get in or chroot and run:
sudo dpkg -l udev

You should see this:
ii udev 138-2~tj~ppa2j rule-based device node and kernel event manager

If you do, please run this: (I use -c since -u has broken the cryptsetup in the past.)
sudo update-initramfs -c -k all

If you do not, consider adding TJ's ppa OR following the removal of watch instructions I posted in an earlier comment.

https://edge.launchpad.net/~intuitivenipple/+archive/ppa/
http://tjworld.net/wiki/Linux/Ubuntu/Packages/MyPPA

sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0598C74B0FA42F8B9C82CC23727D031129047922
echo "deb http://ppa.launchpad.net/intuitivenipple/ppa/ubuntu $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/intuitivenipple.list
sudo apt-get update
sudo apt-get upgrade

Then check again:

To force that version use:
apt-get install udev=138-2~tj~ppa2j