All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Vladimir 'φ-coder/phcoder' Serbinenko" <phcoder@gmail.com>
To: grub-devel@gnu.org
Subject: Re: UEFI Boot with Grub-Experimental
Date: Sun, 05 Sep 2010 22:14:30 +0200	[thread overview]
Message-ID: <4C83FA26.7060908@gmail.com> (raw)
In-Reply-To: <ffe9d336f3776bde4f4cd8213afe4a74@mail.hyarros.com>

[-- Attachment #1: Type: text/plain, Size: 3331 bytes --]

On 06/30/2010 07:10 PM, stephen@hyarros.com wrote:
> Hi,
>
> Thanks for the response.
>
> After trying terminal_output, the computer screen would simply go black
> and the machine would hang (the numlock key would not respond) after the
> terminal_output gfx command was executed; this would happen regardless
> of whether or not set gfxmode was called before.  
>   
It's "terminal_output gfxterm", not just "gfx". There may have been bug
in the past thast specifying incorrect terminal lead to bad consequences.
Also be sure not to load efi_uga.
> I also have just tried the efi_video_info patch; the system reports:
>
> GOP info:
> List of video modes:
> 0: 1024 x 768, bitonly, scan line 1024
> Current mode: 0
>
> Do i need to pass this information on to the kernel somehow?
>
> Thanks.
>
> On Wed, 30 Jun 2010 10:40:31 +0100, Colin Watson <cjwatson@ubuntu.com>
> wrote:
>   
>> On Wed, Jun 30, 2010 at 01:54:36AM -0700, stephen@hyarros.com wrote:
>>     
>>> After having no luck using the grub-efi-amd64 package in ubuntu, or the
>>> grub trunk, I've started trying to compile my own grub and getting it to
>>> boot on a new Intel motherboard which supports EFI.  I've not been able
>>> to get any output yet from the acutal linux kernel; usually the system
>>> will simply hang after the boot menu option is selected, or the 'boot'
>>> command is issued from the grub command line.
>>>
>>> Currently the farthest I've gotten is using the grub command line and
>>> typing in the following commands:
>>>
>>> insmod efi_gop # no impact on result
>>> insmod ext2
>>> insmod part_gpt
>>>
>>> set root=(hd0,gpt3)
>>> fakeroot # optional, no impact on result
>>>       
>> I guess that should be 'fakebios'.
>>
>>     
>>> error: no suitable mode found
>>>       
>> After 'insmod efi_gop', could you try 'insmod gfxterm' and then
>> 'terminal_output gfxterm', and see what happens?  Before the
>> terminal_output command, you can also use 'set gfxmode=MODE' (e.g. 'set
>> gfxmode=1024x768') to change its mode selection.  gfxterm can help
>> matters here, as that way you have a working video mode that the kernel
>> can be told to inherit, rather than having to probe its own.
>>
>> Unfortunately right now it's hard to get debugging information on EFI
>> video modes.  Since you're building your own GRUB anyway, though, you
>> could try this patch against trunk:
>>
>>   http://people.canonical.com/~cjwatson/tmp/grub-efivideoinfo.patch
>>
>> That will give you an 'efi_video_info' command, which should dump out
>> the available GOP modes, and might be useful to get a slightly better
>> idea of what's going on.
>>
>>     
>>> booting however
>>> _
>>>
>>> And then nothing else happens.
>>>       
>> It's possible that the kernel may have booted successfully, but that you
>> simply don't have a working console.  It would be useful to try pinging
>> the machine to test that.
>>
>>     
>>> I've also tried newreloc, but I don't think this has anything to do with
>>> relocations.
>>>       
>> Agreed.
>>     
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> http://lists.gnu.org/mailman/listinfo/grub-devel
>
>   


-- 
Regards
Vladimir 'φ-coder/phcoder' Serbinenko



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 294 bytes --]

  parent reply	other threads:[~2010-09-05 20:14 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-30  8:54 UEFI Boot with Grub-Experimental stephen
2010-06-30  9:40 ` Colin Watson
2010-06-30 17:10   ` stephen
2010-07-01  6:16     ` Reynald Lercier
2010-07-01 17:49       ` stephen
2010-07-01 17:54         ` stephen
2010-07-01 18:33           ` Seth Goldberg
2010-07-01 18:43             ` stephen
2010-07-02 14:14               ` Reynald Lercier
2010-07-02 17:16                 ` stephen
2010-07-02 18:46                   ` Reynald Lercier
2010-07-02 22:30                     ` Stephen Kou
2010-07-07 23:49                   ` stephen
2010-07-08  0:11                     ` Vladimir 'φ-coder/phcoder' Serbinenko
2010-07-08  1:39                       ` Stephen Kou
2010-07-01 19:09           ` Piscium
2010-09-05 20:14     ` Vladimir 'φ-coder/phcoder' Serbinenko [this message]
2012-03-04  1:06     ` Vladimir 'φ-coder/phcoder' Serbinenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4C83FA26.7060908@gmail.com \
    --to=phcoder@gmail.com \
    --cc=grub-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.