All of lore.kernel.org
 help / color / mirror / Atom feed
* UEFI Boot with Grub-Experimental
@ 2010-06-30  8:54 stephen
  2010-06-30  9:40 ` Colin Watson
  0 siblings, 1 reply; 18+ messages in thread
From: stephen @ 2010-06-30  8:54 UTC (permalink / raw)
  To: grub-devel

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
linux /vmlinuz ro video=efifb noefi single # 'noefi' and 'video=efifb' 
have no impact on overall result
initrd /initrd.img
boot

The output is:

error: no suitable mode found
booting however
_

And then nothing else happens.  I've appended "no impact on result" on 
various things in the command(s) that I've tried that were suggestions, 
but had no visible result in the hang or the message.

I've also tried newreloc, but I don't think this has anything to do 
with relocations.

Any suggestions?

Thanks,
stephen



^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2012-03-04  1:06 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2012-03-04  1:06     ` Vladimir 'φ-coder/phcoder' Serbinenko

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.