From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1Ql9Gc-0004eo-Ec for mharc-grub-devel@gnu.org; Sun, 24 Jul 2011 20:43:30 -0400 Received: from eggs.gnu.org ([140.186.70.92]:53897) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ql9Ga-0004eY-3x for grub-devel@gnu.org; Sun, 24 Jul 2011 20:43:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ql9GY-0004SV-LQ for grub-devel@gnu.org; Sun, 24 Jul 2011 20:43:27 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:51945) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ql9GY-0004SG-G9 for grub-devel@gnu.org; Sun, 24 Jul 2011 20:43:26 -0400 Received: by wyg36 with SMTP id 36so3007719wyg.0 for ; Sun, 24 Jul 2011 17:43:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type; bh=0ZxJwv+0IoMWbGcgv/vq1a0FQ9pPCytN49tVE/LkpEU=; b=NFtk9M1p601/tP8yUNiu3m2ucjt/Y5j9sbXZmXCR2rkmk8yoxdD3ZJ103jlp+P0LVl pBhuevtDwrDhYt+r2cDMz3AL3eaw2GaPq4M1ctKgr1lH/x8EM3YBBTriREX2iPf3mUEc EN04Nahdhw1ZjAgbcNMPedx2dKCdPfwX4xG3k= Received: by 10.216.90.146 with SMTP id e18mr3951567wef.58.1311554603818; Sun, 24 Jul 2011 17:43:23 -0700 (PDT) Received: from debian.x201.phnet (141-65.203-62.cust.bluewin.ch [62.203.65.141]) by mx.google.com with ESMTPS id gd1sm3879496wbb.44.2011.07.24.17.43.20 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 24 Jul 2011 17:43:21 -0700 (PDT) Message-ID: <4E2CBC25.7050409@gmail.com> Date: Mon, 25 Jul 2011 02:43:17 +0200 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110626 Iceowl/1.0b2 Icedove/3.1.11 MIME-Version: 1.0 To: grub-devel@gnu.org Subject: Re: Using grub on fuloong 6004 References: <87sjpxuu9j.fsf@snail.Pool> <4E2AB7C1.5070305@gmail.com> <87oc0luope.fsf@snail.Pool> <4E2AF535.6090500@gmail.com> <87fwlwx827.fsf@snail.Pool> <4E2C03CB.1000900@gmail.com> <8762mryh2f.fsf@snail.Pool> In-Reply-To: <8762mryh2f.fsf@snail.Pool> X-Enigmail-Version: 1.1.2 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enig864B85BBF11EA4BDC7CD4727" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 74.125.82.169 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, 25 Jul 2011 00:43:29 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig864B85BBF11EA4BDC7CD4727 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 24.07.2011 14:54, David Kuehling wrote: >>>>>> "Vladimir" =3D=3D Vladimir '=CF=86-coder/phcoder' Serbinenko writes: >>> I also ran 'grub-install' once, which put a full set of grub modules >>> to /boot/grub. However, it failed to generate a grub image and >>> complained: >>> >>> $ sudo /usr/local/sbin/grub-install /usr/local/bin/grub-mkimage: >>> error: cannot stat /usr/local/lib/grub/mipsel-loongson/uhci.mod. >>> >> Fix attached > Ok, with your latest uhci.diff, I can now just run 'grub-install' which= > leaves a (somewhat) working grub.elf in /boot. Feels like we're gettin= g > closer. > > This shows the same behaviour like the grub-diy.elf that I generated vi= a > grub-mkimage: > > - keyoard still not working. Tried plugging in after grub startup, > but doesn't help (for grub-diy.elf i had to shortly plug in the > keyboard to select it in pmon, so mayb that doesn't count). Also > mouse was disconnected. > I've been unable to recreate. Keyboard worked fine both when GRUB loaded as ELF and when GRUB is firmware. I've uploaded them to http://download-mirror.savannah.gnu.org/releases/grub/phcoder/grub.elf and http://download-mirror.savannah.gnu.org/releases/grub/phcoder/grub-fuloon= g.img. do you see any messages if you set debug=3Dusb,ohci ? > - menu looks a little grabled (lots of '@' instead of border), but > won't complain about that > It just means that no unifont was supplied > Grub is already better working than Pmon. Pmon refuses to load some of= > my kernels without any indication why (seems to have problems depending= > on image size, sometimes only vmlinux works, vmlinuz doesn't, kernels > compiled with -O2 don't work at all, need -Os etc.). > > As far as I could test (without keyboard), grub now loads 3 > kernels+initrd images that pmon would not load. > > cheers, > > David > > > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > https://lists.gnu.org/mailman/listinfo/grub-devel --=20 Regards Vladimir '=CF=86-coder/phcoder' Serbinenko --------------enig864B85BBF11EA4BDC7CD4727 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iF4EAREKAAYFAk4svCUACgkQNak7dOguQgleowD/afxHqvNIouhDBaI5ztZiLw0i u8YuolwXE60JGxv/lsgA/2FUO/wO74IisjZ5a0RjAXzG5xzv7MoGxe4UWaEkG5mn =7iAB -----END PGP SIGNATURE----- --------------enig864B85BBF11EA4BDC7CD4727--