[Hussain, Farhad]
> request_module[nls_iso8859-1]: Root fs not mounted
> Unable to load NLS charset iso8859-1
> Kernel panic: VFS: Unable to mount root fs on 03:02

Debice 03:02 is /dev/hda2.  It probably means either

  a) your root device is somewhere other than /dev/hda2
  b) you don't have the necessary IDE drivers compiled into your kernel

If it's (a), you need to tell your kernel where your root device is -
use 'rdev /dev/fd0 /your/root/device' or something.

If it's (b), make sure you've selected "IDE disk support" and your
lowlevel IDE type (PIIX, Promise PDC202xx, or whatever).

Peter


-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
kbuild-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/kbuild-devel

Reply via email to