On Sep 2, 2012, at 16:41 PM, Garrett Gaston wrote:

> 2.033750]   VFS : Unable to mount root fs via NFS, trying floppy
>
> 2.034037]   VFS : Cannot open root device "sda2" or unknown-black(2,0)
>
> 2.034109]   Please append a correct "root=" boot option ; here are  
> the available partitions:
>
> 2.034209]   Kernel panic - not syncing: VFS : Unable to mount root  
> fs on unknown -block(2,0)

Your kernel is missing drivers required to mount the rootfs.

root over nfs ends up being the unknown block 2,0 rather than 0,0 as  
it is in your kernel.

Make sure the drivers for your hard drives SCSI or SATA and PATA  
drivers are in the kernel, not as modules.

Make sure the filesystem driver to mount the rootfs is in the kernel  
and not a module.

Sincerely,

William Harrington
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to