
Originally Posted by
ezhilRaj
ALERT ! /dev/disk/by_uuid/33e3e/e4-131c-4e47-84ca-633a80bbec87 does not exist.Dropping to shell !
"by_uuid" and "33e3e/e4" are typo, are not they?
If they are not typo, correct the line in /boot/grub/grub.cfg or /boot/grub/menu.lst, so that root partition is correctly mounted at boot time.
As is written in above #3 and #4, file system check (and repair) by "fsck" may solve your problem.
Or you may need some modules to mount your root partition. If so, incorporate them into initramfs (initrd).
You can boot with Ubuntu live cd and "chroot" and add the necessary module names in /etc/initramfs-tools/modules and execute "update-initramfs".
For details, execute
Code:
man chroot
man update-initramfs