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 436F0138247 for ; Mon, 4 Nov 2013 18:39:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49D5EE0B04; Mon, 4 Nov 2013 18:39:39 +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 487CAE0A7E for ; Mon, 4 Nov 2013 18:39:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 87A5A33EFBA for ; Mon, 4 Nov 2013 18:39:37 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Flag: NO X-Spam-Score: -1.268 X-Spam-Level: X-Spam-Status: No, score=-1.268 tagged_above=-999 required=5.5 tests=[AWL=-1.265, 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 hOufDFNTeDhC for ; Mon, 4 Nov 2013 18:39:31 +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 AFFA333F02B for ; Mon, 4 Nov 2013 18:39:31 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VdP3d-00029f-6e for gentoo-user@gentoo.org; Mon, 04 Nov 2013 19:39:25 +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 ; Mon, 04 Nov 2013 19:39:25 +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 ; Mon, 04 Nov 2013 19:39:25 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: James Subject: [gentoo-user] GPT UUID fstab Date: Mon, 4 Nov 2013 18:39:04 +0000 (UTC) Message-ID: 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: 905f8b99-6c18-41aa-a313-64fbae03cc51 X-Archives-Hash: b4d3156fbc779a8e12da08ce16ee7c8c Hello, I'm having trouble getting a new install to boot. It's a recent Gigabit mobo, which supports EFI. I looked at the bios and all looks fine but it could be a misconfigure in the bios setting? It's a simple setup for now (/boot / and swap) When using gparted, I selected GPT but made sure the boot flag was also set for the /boot partition. I check the UUIDs using blkid Here's the /etc/fstab (note shown here as 2 lines but single lines in the fstab file): /dev/sda1 UUID=413ede34-4638-4c54-80a1-8de5343d8cfd /boot / ext2 defaults,noatime,nodiratime /dev/sda2 UUID=f85e16fb-76e3-4284-ab10-c0680ecc6b15 swap swap defaults 0 0 /dev/sda3 UUID=4d847c6f-696c-4449-85ea-d985f1b3affb / ext4 defaults,noatime,nodiratime Any ideas where I went astray? Trying not to use the MBR on this GPT EFI system with a single 2T drive. Maybe somebody could post a simple GPT EFI UUID example fstab