From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Uyfz1-0004md-6i for mharc-grub-devel@gnu.org; Mon, 15 Jul 2013 06:26:19 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57865) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uyfyu-0004is-Ch for grub-devel@gnu.org; Mon, 15 Jul 2013 06:26:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uyfyq-0001WM-HI for grub-devel@gnu.org; Mon, 15 Jul 2013 06:26:12 -0400 Received: from mail-ea0-x229.google.com ([2a00:1450:4013:c01::229]:58412) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uyfyq-0001W7-BC for grub-devel@gnu.org; Mon, 15 Jul 2013 06:26:08 -0400 Received: by mail-ea0-f169.google.com with SMTP id h15so7691831eak.0 for ; Mon, 15 Jul 2013 03:26:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=MHFLSCwFQ+rRbFk/y63cnaaS1Q8/IVzTeVraNU0n0qE=; b=vMVnVIoUSWChnHR5fplpsgnrmQermDR5wEC6ZveagyaNnIRls3LlnH0YOpHg/oSSBS FhCP705e2Z81RXtmKIkdJRhcrcxw291onsF0kdzLW/fTc1Re72VrTLj5/QChKFngZ8sC eQsou33C5n36ZSugglifHbG/407CG2D5nv60S29wUE/xDzdsCXqZfTi49LDoqg04NVMA nj5xU/yDI+gewM5EhR6mB/Yo6ELDbdPqK+SqYg7r3vnXv/jlxyP22I0Wk8zNH4pfNtDS BO7M2gxtna0ekREk7GeRWTDX+6bnDN1oSAnWDjh9cVGbyQr3OE2VbhVod4KoocrPrJUu SCRw== X-Received: by 10.14.0.4 with SMTP id 4mr57212538eea.68.1373883967181; Mon, 15 Jul 2013 03:26:07 -0700 (PDT) Received: from [192.168.1.113] (31-249.1-85.cust.bluewin.ch. [85.1.249.31]) by mx.google.com with ESMTPSA id e44sm101441087eeh.11.2013.07.15.03.26.05 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 15 Jul 2013 03:26:06 -0700 (PDT) Message-ID: <51E3CE3E.70009@gmail.com> Date: Mon, 15 Jul 2013 12:26:06 +0200 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130630 Icedove/17.0.7 MIME-Version: 1.0 To: The development of GNU GRUB Subject: Re: [grub-devel] loongson-2f mini-pc (fuloong) elf image generation. References: <508D6906.5000100@gmail.com> <1351547244.2511.11.camel@king.jenpiliny.cz> <1351628069.2535.33.camel@king.jenpiliny.cz> <51E00C7F.6080700@gmail.com> <51E02E16.5020404@volny.cz> <51E10C46.2070605@gmail.com> <51E197FC.7060905@volny.cz> <51E1B066.4010800@gmail.com> <51E1C52B.10204@volny.cz> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c01::229 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: Mon, 15 Jul 2013 10:26:16 -0000 On 15.07.2013 05:19, Javier Vasquez wrote: > On 7/14/13, Javier Vasquez wrote: >> ... >> >> Does this mean that if do the following: >> >> bzr branch http://bzr.savannah.gnu.org/r/grub/trunk/grub >> >> ... > > By using trunk, and instaling grub from there, and generating the menu > wihtout and/or with: > > GRUB_PRELOAD_MODULES="part_gpt part_msdos usb usb_keyboard" > > And using the grub.elf provided by grub-install, that didn't change a > thing, :-) I still can't use the usb keyboard, :-( > You need to preload ehci and ohci. > Seems I was mistaken, and I should have gotten, whether grub, or the > elf, from some other place. > > Can you please clarify what is it I can try? > > Thanks, > >