From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1QZhRE-0003Fx-38 for mharc-grub-devel@gnu.org; Thu, 23 Jun 2011 06:47:08 -0400 Received: from eggs.gnu.org ([140.186.70.92]:53014) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZhRB-0003F8-6e for grub-devel@gnu.org; Thu, 23 Jun 2011 06:47:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QZhR9-0003st-W3 for grub-devel@gnu.org; Thu, 23 Jun 2011 06:47:05 -0400 Received: from m50-132.163.com ([123.125.50.132]:48494) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZhR4-0003rc-VA; Thu, 23 Jun 2011 06:46:59 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=163.com; s=s110527; h=Received:Message-ID:Date:From:User-Agent: MIME-Version:To:Subject:Content-Type:Content-Transfer-Encoding; bh=cTh8ckmH/wf1i9XGnr1J0nqI9k0xfc+jAI7BvXmk9D0=; b=nKYHCHcrGlKci xBymPFkYSdyiGo3xcYJx0a0qTSKmyROehwIhn4oQtWRMiS/BvjHQgA0GbVIOhTwP poubbLLLVBEy3FnUwgTsjk6uDchOIO5hGElkmBkvGWyU9mRw2P9xDsa0FOL1rXuk TMx2TJ2vQfQYQn02djcl8JQ15bBF34= Received: from [10.2.8.35] (unknown [152.104.150.33]) by smtp2 (Coremail) with SMTP id DNGowKDbnwb7DgNOR0QaAA--.8296S2; Thu, 23 Jun 2011 18:01:32 +0800 (CST) Message-ID: <4E030EF9.4060907@163.com> Date: Thu, 23 Jun 2011 18:01:29 +0800 From: Cui Lei User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110516 Thunderbird/3.1.10 MIME-Version: 1.0 To: help-grub@gnu.org, grub-devel@gnu.org Subject: Grub2 can not detect usb disk Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: 7bit X-CM-TRANSID: DNGowKDbnwb7DgNOR0QaAA--.8296S2 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxUIPrcDUUUU X-CM-SenderInfo: pqhyv25iruwvdwbsiiqs6rljoofrz/1tbiMQFnNki4ywYzUQAAs+ X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Received-From: 123.125.50.132 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jun 2011 10:47:06 -0000 Hi all, I had build a coreboot with grub-1.98 as payload and I can use it to boot ubuntu11.04. Now I want to use it to boot the ubuntu11.04 liveUSB, but it seems the usb device can not be detected or grub don't do that, because when I type "ls", just get "memdisk" and "ata0". I don't know which module I need to add in. In addition, where can I get the detail about those grub2' modules ? BRs, Rock.