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 778FB138010 for ; Sat, 13 Oct 2012 13:09:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 700FC21C01F; Sat, 13 Oct 2012 13:08:54 +0000 (UTC) Received: from postler.lichtfels.com (postler.lichtfels.com [78.46.92.195]) by pigeon.gentoo.org (Postfix) with ESMTP id C986B21C005 for ; Sat, 13 Oct 2012 13:07:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by postler.lichtfels.com (Postfix) with ESMTP id 6B7B82E21B for ; Sat, 13 Oct 2012 15:08:12 +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 25379-05 for ; Sat, 13 Oct 2012 15:08:11 +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 801FA123E0 for ; Sat, 13 Oct 2012 15:08:11 +0200 (CEST) Message-ID: <5079679C.1020905@xunil.at> Date: Sat, 13 Oct 2012 15:07:40 +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> <5077D5C0.70105@xunil.at> <1350048135.11186.6.camel@rattus> <50781CD4.4000901@xunil.at> <507820E2.6060403@xunil.at> <1350082363.9049.4.camel@rattus> <50792F0D.6010402@xunil.at> <50793699.4060105@hadt.biz> <50793ECD.9060708@xunil.at> <507947C8.4030408@hadt.biz> In-Reply-To: <507947C8.4030408@hadt.biz> 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: 9e1e1707-7e87-4bf0-bfe3-230b5c75faf0 X-Archives-Hash: 74d751d3233cf41103acaab24d4ec959 Am 13.10.2012 12:51, schrieb Michael Hampicke: > > Looks good, could you cross-check if the GUID is correct? My EFI > partition is the first one on my ssd, so I use # sgdisk -i1 /dev/sda to > check. The value you are looking for is "Partition unique GUID" - should > be the same to what efibootmgr displays > (0c67029a-25de-4e23-b2be-6c502742189e) That is the ID of /dev/sda5: # sgdisk -i5 /dev/sda Partition GUID code: C12A7328-F81F-11D2-BA4B-00A0C93EC93B (EFI System) Partition unique GUID: 0C67029A-25DE-4E23-B2BE-6C502742189E First sector: 1296046080 (at 618.0 GiB) Last sector: 1296455679 (at 618.2 GiB) Partition size: 409600 sectors (200.0 MiB) Attribute flags: 0000000000000000 Partition name: 'EFI System' This is the EFI-system-partition on /dev/sda. Should it point there? In my case sda1 is a Linux RAID partition, which is part of md0, which once was my / (too small now). What I tried to achieve: sda5: EFI system ( -> /boot/efi ) gentoo-root on /dev/md3 (consists of sda6 and sdb3) I know this looks like a mess, and somehow it is. But right now I see something else: Boot0000* GRUB2 HD(5,4d401800,64000,0c67029a-25de-4e23-b2be-6c502742189e)File(\EFI\GRUB2\grubx64.efi) would point at my /dev/sda5 and the file \EFI\GRUB2\grubx64.efi in there, right? After all my fiddling around right now it is named /boot/efi/EFI/grub2/grubx64.efi case-sensitive? Vfat ... ? I just rename it and give it a try ;-) What about that ugly Boot0007 in my listing? S