From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27521 invoked by alias); 25 Dec 2009 03:57:19 -0000 Received: (qmail 27513 invoked by uid 22791); 25 Dec 2009 03:57:19 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00 X-Spam-Check-By: sourceware.org Received: from web33505.mail.mud.yahoo.com (HELO web33505.mail.mud.yahoo.com) (68.142.206.154) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Fri, 25 Dec 2009 03:57:15 +0000 Received: (qmail 94385 invoked by uid 60001); 25 Dec 2009 03:57:13 -0000 Message-ID: <475059.94382.qm@web33505.mail.mud.yahoo.com> Received: from [122.166.102.231] by web33505.mail.mud.yahoo.com via HTTP; Thu, 24 Dec 2009 19:57:13 PST Date: Fri, 25 Dec 2009 03:57:00 -0000 From: Sreeni Guduguntla To: ecos-discuss@ecos.sourceware.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Subject: [ECOS] redboot: e2fs_open: e2fs_inode_lookup failed X-SW-Source: 2009-12/txt/msg00046.txt.bz2 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