Here is the message i get
I was upgrading Ubuntu 12.04.1 to 12.04.05 and the kernel upgrade from 3.8.0.29 to 3.8.0.44 using diet-upgrade. The system won't boot back in to the new kernel as i cannot find the rootvg
Gave up waiting for root device. Common problems: -Boot args (cat /proc/cmdline) - Check root delay = (did the system wait long enough?) - Check root= (did the system wait for the right device?) - Missing Modules (cat /proc/modules; ls /dev) Alert! /dev/mapper/rootvg-root does not exist. Dropping to a shell
(initramfs)
I tried using a live cd to boot the system and did the below tasks
- Boot Live CD
- Mount /dev/mapper/rootvg-root /newroot
- Chroot /newroot
- Tried to reinstall lvm2 and it said it was successful and recreated initrd.img
- Update-initramfs -u
It won't reboot. Can you throw me some pointers what would be happening?