From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1OWehw-0002Lp-6r for mharc-grub-devel@gnu.org; Wed, 07 Jul 2010 20:11:16 -0400 Received: from [140.186.70.92] (port=56331 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OWeht-0002Lb-RY for grub-devel@gnu.org; Wed, 07 Jul 2010 20:11:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OWehs-00026Q-2Y for grub-devel@gnu.org; Wed, 07 Jul 2010 20:11:13 -0400 Received: from mail-fx0-f41.google.com ([209.85.161.41]:41182) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OWehr-000265-QJ for grub-devel@gnu.org; Wed, 07 Jul 2010 20:11:12 -0400 Received: by fxm20 with SMTP id 20so116157fxm.0 for ; Wed, 07 Jul 2010 17:11:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :x-enigmail-version:content-type; bh=BECQ36NOb9u5laYuplVKHSKrDjGr2m8hL5qvMemyQVo=; b=ND0vvltCsktuLJHJDXZrfBC0WrCMY+M4FpdlnX2Mzf2jJlBoNibUR7d3l4j3dWvLk8 6W6CZs3deI+sUG6V0Ft0LihVFmi/3CKplxTKt2LsTi8UGK3+HTL6Cyi+w8QSDENRFDW3 SAYtzt/OXzf8WNfcRF+nMkJNsbIXIULMebII0= DomainKey-Signature: a=rsa-sha1; c=nofws; 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; b=u1aapiojcsDcfITObejpyVirnDbafFBBkJnEnTAIeK0LX23o1VM7oZdZMysXh9Zpka gAf1XUBxHGFoKJ4CgebiZt/qUzitE0Nd/pWk2v7Sw/X4LWinT0hj3dPW4Bbm7OVEmYOB yYWvWuSLmA4QXPyMh21CN5rdrUfmkRY+xqtFQ= Received: by 10.223.126.80 with SMTP id b16mr6482569fas.43.1278547870506; Wed, 07 Jul 2010 17:11:10 -0700 (PDT) Received: from debian.bg45.phnet (vpn-global-240-dhcp.ethz.ch [129.132.211.240]) by mx.google.com with ESMTPS id q24sm15614046faa.18.2010.07.07.17.11.09 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 07 Jul 2010 17:11:09 -0700 (PDT) Message-ID: <4C351796.4080700@gmail.com> Date: Thu, 08 Jul 2010 02:11:02 +0200 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.10) Gecko/20100620 Icedove/3.0.5 MIME-Version: 1.0 To: grub-devel@gnu.org References: <3939aba7614d81ab0dbb3b1cd5d35caa@mail.hyarros.com> <20100630094029.GN21862@riva.ucam.org> <812455549bed0694b404058d9ebde40a@mail.hyarros.com> <29469ec35f179518469146be812f293b@mail.hyarros.com> <06881849-C7DC-47DA-85CE-1F154C067354@oracle.com> <4887b11d3258f60d58afeba6f4bdb343@mail.hyarros.com> <1fbeffd6c99bddefb3f082fafdac9c74@mail.hyarros.com> In-Reply-To: <1fbeffd6c99bddefb3f082fafdac9c74@mail.hyarros.com> X-Enigmail-Version: 1.0.1 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enigED8F21B43454FC1CE1BBF018" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: Re: UEFI Boot with Grub-Experimental X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 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, 08 Jul 2010 00:11:14 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigED8F21B43454FC1CE1BBF018 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 07/08/2010 01:49 AM, stephen@hyarros.com wrote: > I've gotten UEFI booting working on some platforms, while other > platforms are not working. Specifically, booting on Intel's own > motherobards using Intel's own BIOS software (Specifically, the SOX5810= J > motherboard) does not seem to work. I get the blank screen before the > kernel is about to come alive and after grub hands off execution to the= > kernel. It boots fine with the noefi flag, but without noefi it doesn'= t > work. > > =20 Check that they bit size of Linux and EFI match. If they don't Linux cras= hes > I've tried all sorts of kernel flags to try to get some sort of output:= > earlyprintk, debug=3Dall, loglevel=3D7, vga=3D771, etc. However, nothi= ng > works -- the system is hung (numlock doesn't cause the LED to turn > on/off). > > Although I suspect this to be a kernel bug, could it be that grub is > setting up the video improperly or something? The AMIBIOS boards have > some special video mode that uses the gnu unicode font. The intel > boards only use the default system font. =20 > > Any ideas on how to get some sort of output or kernel panic would be > appreciated. > > Thanks, > Stephen > > _______________________________________________ > Grub-devel mailing list > Grub-devel@gnu.org > http://lists.gnu.org/mailman/listinfo/grub-devel > > =20 --=20 Regards Vladimir '=CF=86-coder/phcoder' Serbinenko --------------enigED8F21B43454FC1CE1BBF018 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.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iF4EAREKAAYFAkw1F5wACgkQNak7dOguQgn+jgD/apx9MOGoC5dsEnv0xZ0dUEy/ +y8G3n/bvoldAzfxg5kA/0darm9MBkGu5Bkjx4eXBdQ8hyS9cp+fkQVUgAUpzH6K =khD+ -----END PGP SIGNATURE----- --------------enigED8F21B43454FC1CE1BBF018--