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: grub-efi with latest mac mini
Date: Mon, 04 Jun 2012 11:57:09 +0200	[thread overview]
Message-ID: <4FCC8675.5050905@gmail.com> (raw)
In-Reply-To: <654DF80AD31A344E93DBCC6280BD6DEF4ADA4F37@NL0230MBX08N1.DIR.slb.com>

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

On 04.06.2012 10:12, John Frankish wrote:

> I've been trying to get grub-efi to work with the latest mac mini.
> 
> To avoid having no way to boot if I cannot get grub-efi to work, I'm booting via rEFIt at the moment.
> 
> Grub-1.99 is installed to /mnt/sda2/efi/grub, and I can boot grub-efi via the rEFIt menu, but:

1.99 is old, especially for EFI. You need to use something newer.

> 
> 1. I do not get any screen display until the linux os (3.0.21) starts to boot
> 

Most likely GRUB 1.99 has autochosen a resolution which is too high for
your screen or you've beet hit by some other EFI bug in 1.99 which,
again, is too old.

> 2. Once booted, neither the usb mouse nor usb keyboard work
> 

What happens after Linux is loaded is outside GRUB control.

> 
> Grub-efi was installed with:
> 
> $ x86_64-grub-mkimage -O x86_64-efi -d /usr/local/lib/x86_64-grub/x86_64-efi -o grub.efi -p "" part_gpt part_msdos hfsplus fat ext2 normal chain boot configfile linux multiboot pci lspci setpci usb_keyboard efi_gop ohci uhci usb video
> 

Use grub-install, not the outdated manual instructions.

> I've use the following for the display in grub.cfg:
> 
> insmod font
> loadfont /efi/grub/unicode.pf2
> insmod gfxterm
> set gfxmode=auto
> set gfxpayload=keep
> terminal_output gfxterm
> 
> ..and since I've used the usb module in grub-mkimage, I would have thought the usb keyboard/mouse would work
> 

USB bus modules without the relevant USB device modules will only
takeover the USB but not make anything useful but it will prevent
firmware keyboard driver to work. Either add usb_keyboard and usbms or
remove USB modules altogether. Better still, use grub-install.

> Any pointers would be much appreciated.
> 
> Regards
> John
> 
> 
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> https://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:[~2012-06-04  9:57 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-04  8:12 grub-efi with latest mac mini John Frankish
2012-06-04  8:52 ` Georg Wicherski
2012-06-04  9:57 ` Vladimir 'φ-coder/phcoder' Serbinenko [this message]
2012-06-04 10:22   ` John Frankish
2012-06-08 12:58   ` FW: " John Frankish
2012-06-08 13:46     ` Georg Wicherski
2012-06-08 14:18       ` John Frankish
2012-06-08 15:29     ` Vladimir 'φ-coder/phcoder' Serbinenko
2012-06-08 17:35       ` John Frankish
2012-06-08 17:45         ` Vladimir 'φ-coder/phcoder' Serbinenko
2012-06-08 17:57           ` John Frankish
2012-06-08 18:20             ` Vladimir 'φ-coder/phcoder' Serbinenko
2012-06-09  7:35               ` John Frankish
2012-06-09  7:40                 ` Vladimir 'φ-coder/phcoder' Serbinenko
2012-06-09  8:57                   ` John Frankish
2012-06-09  9:09                     ` Vladimir 'φ-coder/phcoder' Serbinenko
2012-06-09 10:29                       ` John Frankish
2012-06-09 10:49                         ` Vladimir 'φ-coder/phcoder' Serbinenko
2012-06-09 11:16                           ` John Frankish
2012-06-09 11:21                             ` Vladimir 'φ-coder/phcoder' Serbinenko
2012-06-09 11:42                               ` John Frankish
2012-06-09 12:00                                 ` Vladimir 'φ-coder/phcoder' Serbinenko
2012-06-09 12:09                                   ` John Frankish
2012-06-09 18:05                                     ` Chris Murphy
2012-06-10 21:38             ` FW: " Vladimir 'φ-coder/phcoder' Serbinenko
2012-06-11  4:42               ` John Frankish
2012-06-20  5:48               ` John Frankish
2012-06-20  7:25                 ` Vladimir 'φ-coder/phcoder' Serbinenko
2012-06-20  7:41                   ` John Frankish
2012-06-21  5:38                   ` John Frankish
2012-06-22 11:24                   ` John Frankish
2012-06-08 18:08         ` irrational John
2012-06-08 18:34           ` Chris Murphy
2012-06-08 18:50             ` Vladimir 'φ-coder/phcoder' Serbinenko
2012-06-08 18:57               ` Seth Goldberg
2012-06-08 19:06                 ` Chris Murphy
2012-06-08 19:17                   ` Seth Goldberg
2012-06-08 19:01               ` Chris Murphy
2012-06-08 19:18                 ` Vladimir 'φ-coder/phcoder' Serbinenko
2012-06-09  0:56                   ` Chris Murphy
2012-06-08 20:01             ` Georg Wicherski
2012-06-09  0:58               ` Chris Murphy
2012-06-09 12:07                 ` Georg Wicherski
2012-06-09 18:02                   ` Chris Murphy
2012-06-09 18:42                     ` Georg Wicherski
2012-06-09 19:19                       ` Chris Murphy
2012-06-09 20:52                         ` Georg Wicherski
2012-06-10 19:37                           ` Chris Murphy

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=4FCC8675.5050905@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.