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 0CF31138247 for ; Thu, 14 Nov 2013 18:18:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35380E0B07; Thu, 14 Nov 2013 18:18:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2AFC1E0AC6 for ; Thu, 14 Nov 2013 18:18:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 555F233F236 for ; Thu, 14 Nov 2013 18:18:05 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Flag: NO X-Spam-Score: -1.256 X-Spam-Level: X-Spam-Status: No, score=-1.256 tagged_above=-999 required=5.5 tests=[AWL=-1.253, RCVD_IN_DNSWL_NONE=-0.0001, RP_MATCHES_RCVD=-0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=no Received: from smtp.gentoo.org ([IPv6:::ffff:127.0.0.1]) by localhost (smtp.gentoo.org [IPv6:::ffff:127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6IdqVR-yyHmk for ; Thu, 14 Nov 2013 18:17:59 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3B23D33F232 for ; Thu, 14 Nov 2013 18:17:56 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Vh1UH-0004sO-Qo for gentoo-user@gentoo.org; Thu, 14 Nov 2013 19:17:53 +0100 Received: from rrcs-71-40-157-251.se.biz.rr.com ([71.40.157.251]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 14 Nov 2013 19:17:53 +0100 Received: from wireless by rrcs-71-40-157-251.se.biz.rr.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 14 Nov 2013 19:17:53 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: James Subject: [gentoo-user] Re: GPT-UEFI-fstab questions Date: Thu, 14 Nov 2013 18:17:32 +0000 (UTC) Message-ID: References: <52850D97.1060609@hadt.biz> 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 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 71.40.157.251 (Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Firefox/17.0 SeaMonkey/2.14) X-Archives-Salt: 3f0372cc-6c66-4577-b771-da2877dc1e7d X-Archives-Hash: 8fad665f4f35ec8a16d5c1fcb9c585b1 Michael Hampicke hadt.biz> writes: > > On "4. Install Bootloader" choose "UEFI-GRUB". > > The UEFI boot partition will be /dev/sda1. > > The GRUB device path will be (hd0,2) - the default, /dev/sda2 > > where the kernel resides. > Please show us your grub2.cfg > Also try using the output of grub2-mkconfig as your grub2.cfg and see if > your machine boots. During the pentoo install, I capture this: now review the "/tmp/efibootpart/boot/grub2/grub.cfg" timeout=5 menuentry 'Pentoo' { insmod efi_gop insmod efi_uga insmod part_msdos insmod part_gpt root=(hd0,2) linux /boot/kernel-genkernel-x86_64-3.9.9-pentoo root=/dev/ram0 real_root= video= console=tty1 ro initrd /boot/initramfs-genkernel-x86_64-3.9.9-pentoo } James