You are not logged in.
Pages: 1
I've built my custom 2.6.16 kernel with the Con Kolivas patch. After compiling and installing the kernel, I rebooted into my new kernel, and got the following error:
VFS: Cannot open root device "hda3" or unknown-block(0,0)
Please append a correct "root=" boot option
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)
I checked the "root=" boot option in my GRUB config file, and it's the same as my stock kernel, which works fine.
Bostoniman
Ba-zing Communications
Offline
have u generated an initrd/initramfs image for it ??? u don't seem u have done that...
[My Blog] | [My Repo] | [My AUR Packages]
Offline
Include the SCSI/SATA/IDE chipset you boot from in the kernel (not as a module). Include the disk support for these devices, too. With a custom kernel, there is no need for initrd or initramfs in most cases. If you have no idea what I am talking about, don't build your own kernel.
Offline
Pages: 1