On Tue, 2010-04-27 at 13:06 +0530, Mukesh Yadav wrote: > Hello everyone, > > I wanted to upgrade form Linux-2.6.15-52-386 kernel to vanila > Linux-2.6.33.2 kernel from kernel.org. I compiled and installed kernel > with defualt configurion (except for disabling booting from NFS) > > Following is a list of messages that I get when I try boot with new > kernel: > > modeprobe: FATAL: Could not load /lib/modules/2.6.33.2/modules.dep: No > such file or directory. > > > Following are grub entries: > title Ubuntu, kernel 2.6.33.2 > root (hd0, 0) > kernel /boot/vmlinuz-2.6.33.2 root=/dev/hda1 ro quiet splash > initrd /boot/initrd.img-2.6.33.2 > savedefault > boot Have you tried this? root=/dev/sda1 In modern linux versions, the ata and scsi code has been merged, so all disks are now "/dev/sd...", regardless of their actual physical interface. It looks like your kernel is booting, and the initrd is working fine, but is then unable to mount the correct root fs... Regards, Simon -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx Please read the FAQ at http://kernelnewbies.org/FAQ