From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1QZwaR-0002lP-Ef for mharc-grub-devel@gnu.org; Thu, 23 Jun 2011 22:57:39 -0400 Received: from eggs.gnu.org ([140.186.70.92]:56176) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZwaN-0002kZ-QG for grub-devel@gnu.org; Thu, 23 Jun 2011 22:57:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QZwaL-0000Le-PA for grub-devel@gnu.org; Thu, 23 Jun 2011 22:57:35 -0400 Received: from m50-135.163.com ([123.125.50.135]:42654) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZwaJ-0000K1-PY for grub-devel@gnu.org; Thu, 23 Jun 2011 22:57:33 -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:References:In-Reply-To:Content-Type; bh=85aGtQ7FdWrHSSE2EdIh+7QXTh3CwUGdyrGk5K57lTc=; b=hwPsE+kEu7Ryi iZdZJIfiAvce1yIwY6jbrOrf8UQ+6wjCFYvTfg+2r0l57FO85dQDfr0IXOja/5/2 4/mYmjQ5hDkhv6Cr2bYvGEAtUg0uxp4Nd/gE7BcsznM3Oml8iZpltUmeBbkIIGcR sKNoq2+n9OdftKr1LZhcY9m+idYp7c= Received: from [10.2.8.35] (unknown [152.104.150.33]) by smtp5 (Coremail) with SMTP id D9GowKCLDAcG_QNOMCQKAA--.239S2; Fri, 24 Jun 2011 10:57:11 +0800 (CST) Message-ID: <4E03FD0C.2060400@163.com> Date: Fri, 24 Jun 2011 10:57:16 +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: The development of GNU GRUB Subject: Re: Grub2 can not detect usb disk References: <4E030EF9.4060907@163.com> <4E034071.9040205@gmail.com> In-Reply-To: <4E034071.9040205@gmail.com> Content-Type: multipart/alternative; boundary="------------040802070400070307090109" X-CM-TRANSID: D9GowKCLDAcG_QNOMCQKAA--.239S2 X-Coremail-Antispam: 1Uf129KBjvdXoW7GFWftF4fKw13WF1UKw45Jrb_yoWDZFX_XF ykAF95Gw45Jw4qyw47tF48GrZxX3W5Kr17JFy3JwnrX34xWF17trsrGryrtw15GFWDKry5 Xr1xJr18uw45CjkaLaAFLSUrUUUUUb8apTn2vfkv8UJUUUU8Yxn0WfASr-VFAUDa7-sFnT 9fnUUvcSsGvfC2KfnxnUUI43ZEXa7IUnloGJUUUUU== X-CM-SenderInfo: pqhyv25iruwvdwbsiiqs6rljoofrz/xtbBDgtoNkX0ZM4yvgAAsM X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 123.125.50.135 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: Fri, 24 Jun 2011 02:57:37 -0000 This is a multi-part message in MIME format. --------------040802070400070307090109 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Thank you for you help, I searched them in my grub1.98 folder, but did not find any one. I found them in the grub1.99rc folder. I think may be I lost some configure option, but I built them with the same configure option: ./configure --with-platform=coreboot > On 23.06.2011 12:01, Cui Lei wrote: >> 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. > usbms and uhci or ohci depending on USB controller >> In addition, where can I get >> the detail about those grub2' modules ? >> >> BRs, >> >> Rock. >> >> >> _______________________________________________ >> Grub-devel mailing list >> Grub-devel@gnu.org >> https://lists.gnu.org/mailman/listinfo/grub-devel >> > > > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > https://lists.gnu.org/mailman/listinfo/grub-devel --------------040802070400070307090109 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit Thank you for you help, I searched them in my grub1.98 folder, but did not find any one. I found them in the grub1.99rc folder. I think may be I lost some configure option, but I built them with the same configure option:

./configure --with-platform=coreboot



On 23.06.2011 12:01, Cui Lei wrote:
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.
usbms and uhci or ohci depending on USB controller
 In addition, where can I get
the detail about those grub2' modules ?

BRs,

Rock.


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel


_______________________________________________ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel

--------------040802070400070307090109--