This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Troubles to run linux Kernel


Hello every body

I am encountering a Kernel panic while trying to run linux diskless with Redboot. Th e message is:
"Kernel Panic - not syncing VFS unable to mount root fs on unknown block (1,0)"
I know it seems more like a linux problem more than redboot, but I would like to know if I am using redboot correctly (passing the good arguments, etc...). I my destination platform is a PC motherboard, running redboot from a floppy and downloading the kernel and the initrd via th network


Here is what I do:

load -v -r -m http -h xxx.xxx.xxx.xxx -b 0x8000000 initrd.gz

load -v -r -m http -h xxx.xxx.xxx.xxx -b 0x800000 bzimage

exec -r 0x800000 -s 0x600000 -c "root=/dev/ram0"

Uncompressing Linux ... Ok bootinhg th kernel
...
(some logs)
...
"Kernel Panic - not syncing VFS unable to mount root fs on unknown block (1,0)"


Thanks in advance for your answers

Philippe

_________________________________________________________________
Windows Live Mail : découvrez et testez la version bêta ! http://www.ideas.live.com/programpage.aspx?versionId=5d21c51a-b161-4314-9b0e-4911fb2b2e6d



-- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]