From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9ED1F138010 for ; Fri, 12 Oct 2012 08:34:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C04F121C032; Fri, 12 Oct 2012 08:34:29 +0000 (UTC) Received: from postler.lichtfels.com (postler.lichtfels.com [78.46.92.195]) by pigeon.gentoo.org (Postfix) with ESMTP id 93E1621C017 for ; Fri, 12 Oct 2012 08:33:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by postler.lichtfels.com (Postfix) with ESMTP id 766A22E216 for ; Fri, 12 Oct 2012 10:33:32 +0200 (CEST) Received: from postler.lichtfels.com ([127.0.0.1]) by localhost (postler.lichtfels.com [127.0.0.1]) (amavisd-maia, port 10024) with LMTP id 11516-01 for ; Fri, 12 Oct 2012 10:33:31 +0200 (CEST) Received: from hiro.oops.intern (mail.oops.co.at [213.129.238.225]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by postler.lichtfels.com (Postfix) with ESMTPSA id 78D922E214 for ; Fri, 12 Oct 2012 10:33:31 +0200 (CEST) Message-ID: <5077D5C0.70105@xunil.at> Date: Fri, 12 Oct 2012 10:33:04 +0200 From: "Stefan G. Weichinger" Organization: oops! User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120919 Thunderbird/15.0.1 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] UEFI boot, again References: <50770F01.1040805@xunil.at> <1350006756.27331.9.camel@troll> In-Reply-To: <1350006756.27331.9.camel@troll> X-Enigmail-Version: 1.4.4 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.2a X-Archives-Salt: d7ae8953-1da7-4a63-9e34-e8a0878e1d61 X-Archives-Hash: fc580e89d71b065a8f0f4c962993d8b9 Am 12.10.2012 03:52, schrieb Bill Kenworthy: > > I am currently fighting this on a macbook air ... efi is crap, at least > the old grub was much easier to fix when it went wrong ... > > if you are using grub 2 (I tried refit/refind/grub2/efi kernel and > finally settled on grub2) > > try: > mount /boot > mount /boot/efi > `grub2-install --target=x86_64-efi` > `grub2-mkconfig -o /boot/efi/EFI/gentoo/grub.conf` > # have to sort this out one day, which is it using? > `cp /boot/efi/EFI/gentoo/grub.conf /boot/grub2/grub.cfg` > > Sounds like your install line is what you are missing ... Thanks a lot, Bill, I will look into this later this day. What do mean by "install line" ? Stefan