Gentoo Archives: gentoo-user

From: "Stefan G. Weichinger" <lists@×××××.at>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] UEFI boot, again
Date: Fri, 12 Oct 2012 08:34:47
Message-Id: 5077D5C0.70105@xunil.at
In Reply to: Re: [gentoo-user] UEFI boot, again by Bill Kenworthy
1 Am 12.10.2012 03:52, schrieb Bill Kenworthy:
2 >
3 > I am currently fighting this on a macbook air ... efi is crap, at least
4 > the old grub was much easier to fix when it went wrong ...
5 >
6 > if you are using grub 2 (I tried refit/refind/grub2/efi kernel and
7 > finally settled on grub2)
8 >
9 > try:
10 > mount /boot
11 > mount /boot/efi
12 > `grub2-install --target=x86_64-efi`
13 > `grub2-mkconfig -o /boot/efi/EFI/gentoo/grub.conf`
14 > # have to sort this out one day, which is it using?
15 > `cp /boot/efi/EFI/gentoo/grub.conf /boot/grub2/grub.cfg`
16 >
17 > Sounds like your install line is what you are missing ...
18
19 Thanks a lot, Bill, I will look into this later this day.
20
21 What do mean by "install line" ?
22
23 Stefan

Replies

Subject Author
Re: [gentoo-user] UEFI boot, again Bill Kenworthy <billk@×××××××××.au>