2016-01-21T22:03:11
Unable to Boot Ubuntu After Kernel Upgrade
Unable to boot after kernel (3.19) upgrade on Ubuntu. Here's the fix:
- Add
copy_modules_dir kernel/ubuntu/i915
to /usr/share/initramfs-tools/hooks/framebuffer. - Then run
update-initramfs -k all -u
. - Profit.
Fix found here: https://bugs.launchpad.net/ubuntu/+source/cryptsetup/+bug/1500751