>> When i boot i get this error, that seems to be a standard for some
>> persons:
>>
>> VFS: kernel panic cant' mount device /dev/hda9 or unkown - block(0,0)
>>
>
> HEllo,
>
>   This is a classic example of not having everything built into the
> kernel to mount the rootfs.  Drive controller, block device driver,
> and filesystem driver all need to be in the kernel and not as modules.

Actually that is one possible setup, the other being to compile everything  
as modules and then, from an initial ram disk
or the newer initramfs, load the initial drivers (for example the ones  
needed to access root drive and fs).

This second setup is more complicated, though more modular and flexible -  
the usual equation.

JoaquĆ­n

-- 
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