From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1VaYes-0001m0-Kx for mharc-grub-devel@gnu.org; Sun, 27 Oct 2013 18:18:06 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50686) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VaYeq-0001lH-K2 for grub-devel@gnu.org; Sun, 27 Oct 2013 18:18:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VaYep-0000qi-Pv for grub-devel@gnu.org; Sun, 27 Oct 2013 18:18:04 -0400 Received: from mail-vb0-x233.google.com ([2607:f8b0:400c:c02::233]:45680) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VaYep-0000qe-Lp for grub-devel@gnu.org; Sun, 27 Oct 2013 18:18:03 -0400 Received: by mail-vb0-f51.google.com with SMTP id x16so4755970vbf.24 for ; Sun, 27 Oct 2013 15:18:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=+5Tq3GrOyFJDgvQTRb7emqR+0WO0LoC9L1Xl0h7dQm8=; b=HyFA5CypU27I6sDD9ycgUOB0HQTSKR9yu6LwTkR0tOBNyv+uKJj4HX+Yrx9Hppdefm Jg5ErO+rst0mjDHhVy4BaEkFZ4K7WZWYYYQKLxrFbZdUga2nGBGINSI3atFjMC3j9vcN oRJEoqGWpnV5zy6ht0H8WNUljxCw3BoinUQj23+XuUDvLScrzJdd8xEMJ9cxBxwUr1FT uQb3pc9duSTQHnHpwblacuDVMJ5chSHSMG5v/iosiyTxCOAxVd4skgDuz6YgrGFNhT66 DyviZLYW0QgLeVBtYycQ5e5LhqJ95xTXvjuEb2F+9B+uDgRvkVN1z9eDrAdMctvoAXv9 9oRQ== MIME-Version: 1.0 X-Received: by 10.58.210.39 with SMTP id mr7mr11082083vec.18.1382912283214; Sun, 27 Oct 2013 15:18:03 -0700 (PDT) Received: by 10.221.57.200 with HTTP; Sun, 27 Oct 2013 15:18:03 -0700 (PDT) In-Reply-To: <526D8DED.9040109@gmail.com> References: <51EBFE3F.2020509@volny.cz> <754db81ef5b348866aa9285809d3889d@mail.volny.cz> <51F2960A.6030805@volny.cz> <51F2AE5E.5070700@gmail.com> <51F522F1.1030507@volny.cz> <51F524DE.4040903@volny.cz> <5238AD0C.60608@gmail.com> <526D5531.7030601@gmail.com> <526D7190.2090305@volny.cz> <526D8DED.9040109@gmail.com> Date: Sun, 27 Oct 2013 16:18:03 -0600 Message-ID: Subject: Re: [grub-devel] loongson-2f mini-pc (fuloong) elf image generation. From: Javier Vasquez To: The development of GNU GRUB Content-Type: text/plain; charset=UTF-8 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400c:c02::233 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: Sun, 27 Oct 2013 22:18:05 -0000 >> ... >> sudo grub-install --boot-directory=/boot --target=mipsel-loongson >> --recheck /dev/sda >> > Add --modules="ehci ohci usb_keyboard" >> >> ... OK, I'll do it, however, please notice that without that, the image is already including ohci, and that my manual attempt also included it, as well as usb_keyboard, :-) I "echoed" what gets executed finally, by modifying grub-install, and it's: ++++++++++++ /usr/bin/grub-mkimage -c /boot/grub/mipsel-loongson/load.cfg -d /usr/lib/grub/mipsel-loongson -O mipsel-loongson-elf --output=/boot/grub/mipsel-loongson/core.elf --prefix=/grub pata ahci ohci usbms ext2 part_msdos search_fs_uuid ++++++++++++ Notice all those modules, except by search_fs_uuid, are included in the prior manual attempts also, and instead of that one, "search" was included instead. I'll let you know soon, :-) Thanks, -- Javier.