Gentoo Archives: gentoo-user

From: James <wireless@×××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] GPT UUID fstab
Date: Mon, 04 Nov 2013 18:39:51
Message-Id: loom.20131104T192556-358@post.gmane.org
1 Hello,
2
3 I'm having trouble getting a new install to boot. It's a recent Gigabit
4 mobo, which supports EFI. I looked at the bios and all looks fine but it
5 could be a misconfigure in the bios setting?
6
7
8 It's a simple setup for now (/boot / and swap) When using gparted, I
9 selected GPT but made sure the boot flag was also set for the /boot
10 partition. I check the UUIDs using blkid
11
12
13 Here's the /etc/fstab (note shown here as 2 lines but single lines
14 in the fstab file):
15
16 /dev/sda1 UUID=413ede34-4638-4c54-80a1-8de5343d8cfd
17 /boot / ext2 defaults,noatime,nodiratime
18
19 /dev/sda2 UUID=f85e16fb-76e3-4284-ab10-c0680ecc6b15
20 swap swap defaults 0 0
21
22 /dev/sda3 UUID=4d847c6f-696c-4449-85ea-d985f1b3affb
23 / ext4 defaults,noatime,nodiratime
24
25 Any ideas where I went astray? Trying not to use the MBR
26 on this GPT EFI system with a single 2T drive.
27
28
29 Maybe somebody could post a simple GPT EFI UUID example fstab

Replies

Subject Author
Re: [gentoo-user] GPT UUID fstab "J. Roeleveld" <joost@××××××××.org>