From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1MO0Bm-0005GF-Tq for mharc-grub-devel@gnu.org; Mon, 06 Jul 2009 22:13:46 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MO0Bl-0005Cj-18 for grub-devel@gnu.org; Mon, 06 Jul 2009 22:13:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MO0Bg-00050x-45 for grub-devel@gnu.org; Mon, 06 Jul 2009 22:13:44 -0400 Received: from [199.232.76.173] (port=57911 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MO0Bf-00050c-P1 for grub-devel@gnu.org; Mon, 06 Jul 2009 22:13:39 -0400 Received: from c60.cesmail.net ([216.154.195.49]:34956) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.60) (envelope-from ) id 1MO0Bf-0004NF-CH for grub-devel@gnu.org; Mon, 06 Jul 2009 22:13:39 -0400 Received: from unknown (HELO smtprelay2.cesmail.net) ([192.168.1.112]) by c60.cesmail.net with ESMTP; 06 Jul 2009 22:13:37 -0400 Received: from [192.168.0.22] (static-72-92-88-10.phlapa.fios.verizon.net [72.92.88.10]) by smtprelay2.cesmail.net (Postfix) with ESMTPSA id B8FEF34C6A for ; Mon, 6 Jul 2009 22:21:52 -0400 (EDT) From: Pavel Roskin To: The development of GRUB 2 In-Reply-To: References: <20090706211303.23809.9322.stgit@mj.roinet.com> <4hjai6-uo6.ln1@ppp121-45-136-118.lns11.adl6.internode.on.net> Content-Type: text/plain Date: Mon, 06 Jul 2009 22:13:36 -0400 Message-Id: <1246932816.2549.27.camel@mj> Mime-Version: 1.0 X-Mailer: Evolution 2.26.3 (2.26.3-1.fc11) Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Subject: Re: [PATCH] Refactor commands/search.c X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jul 2009 02:13:45 -0000 On Tue, 2009-07-07 at 11:16 +0930, Arthur Marsh wrote: > at the grub command prompt when I do ls I get: > > (hd0) (hd0,1) (hd1) (hd2) (fd0) > error: no such device > > It would be good to know *what* is leading to the "error: no such device". Me too. There are two occurrences of "no such device" in the sources. One is in the search command since you are using my patch. The other is in disk/efi/efidisk.c. But it's not even compiled on the i386-pc platform. Could you please double check that it's the message that comes from the "ls" command? -- Regards, Pavel Roskin