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]

redboot: e2fs_open: e2fs_inode_lookup failed


Hi,

 I am trying to load linux from CF on gateworks cambria board. I get the following error. Any insight?

 CF is formatted properly with ext2 file system in the concerned partition. I was able to mount CF on regular PC and was able to see linux file.

--Sreeni

RedBoot(tm) bootstrap and debug environment [ROM]
Red Hat certified release, version 2.04.13 - built 18:57:33, Oct 24 2008


RedBoot> disks
hda1     Linux
hda2     Linux
RedBoot> load -r -v -b 0x800000 -m disk hda1:/linux
e2fs_open: e2fs_inode_lookup failed
Can't load 'hda1:/linux': Can't open file
RedBoot> load -r -v -b 0x800000 -m disk hda1:linux
e2fs_open: e2fs_inode_lookup failed
Can't load 'hda1:linux': Can't open file
RedBoot>  load -r -v -b 0x800000 -m disk "hda1:/linux"
e2fs_open: e2fs_inode_lookup failed
Can't load 'hda1:/linux': Can't open file
RedBoot>  load -r -v -b 0x800000 -m disk "hda1:linux"
e2fs_open: e2fs_inode_lookup failed
Can't load 'hda1:linux': Can't open file


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