Hi Mrunal, >> I am trying to recompile kernel 2.5.15 on a machine with default >> configuration. I could build the kernel successfully, ramdisk was created >> but when I rebooted the kernel after ramdisk was loaded the booting >> procedure got stuck giving following message for around 10 seconds and then >> I was redirected to a shell. I could see the ramdisk loaded with different >> file systems like /proc and others present, but /dev/hda1 was not present. >> >> --waiting for device /dev/hda1 to appear ---------------------- > > compare your own .config file with distro supplied .config. Use "diff" > to quickly notice the differences. > > My guesses, you forgot to compile or include RAID, LVM, or certain > filesystem supports. Make sure your initrd is created against the > correct kernel tree and make sure. One more observations from my little experience: Probably you have a SATA (Serial ATA) disk and you forgot to check the module for that while configuring the kernel. OR probably, this is a SCSI device and you have disabled SCSI support while kernel config. Do make sure that you have enabled the module of the disk type you are using. I agree this is not limited to SATA module - but I found that as most happening error for me. Shreyansh. -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx Please read the FAQ at http://kernelnewbies.org/FAQ