Gentoo Archives: gentoo-user

From: Fast Turtle <fturtle@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Grub Config Questions
Date: Mon, 29 Apr 2013 02:03:19
Message-Id: 20130428190240.9e5b8f0a3dab8458b049761d@gmail.com
In Reply to: Re: [gentoo-user] Grub Config Questions by Jackie
1 On Mon, 29 Apr 2013 09:07:07 +0800
2 Jackie <jiangjun12321@×××××.com> wrote:
3
4 > 在 Mon, 29 Apr 2013 08:58:56 +0800,Fast Turtle <fturtle@×××××.com> 写道:
5 >
6 > > I followed a method of using UUID's in grub from
7 > > http://www.linux-archive.org/gentoo-user/481167-mounting-root-partition-uuid-no-initrd-needed.html
8 > > and am getting an error 11 message
9 > >
10 > > My grub Conf
11 > >
12 > > title FlashGen2
13 > >
14 > > root=PARTUUID=b969b2c9-becb-48cc-ad6d-81517bb12ca8
15 > >
16 > > kernel /boot/kernel-genkernel-x86_6403.4.34-gentoo
17 > > root=PARTUID=b969b2c9-becb-48cc-ad6d-81517bb12ca8
18 > >
19 > > The error is about the PARTUUID but I don't know which one.
20 > >
21 >
22 > make sure that your grub support uuid and try root=uuid=XXXXX,appeared to
23 > me that it should be uuid rather than PARTUUID.Not so sure.
24 >
25 The partuuid is from the howto link I was following
26
27 This is what the page shows as the example
28 root=PARTUUID=6BAD4248-FC6D-4487-A255-A3B57504BE10
29
30 Note that the "PARTUUID" keyword was introduced very recently in linux kernel
31 2.6.37, and it has nothing whatever to do with the "UUID" keyword used in the
32 many online tutorials on how to build an initrd!
33
34 The kernel used is the gentoo-sources 3.4.34 with gpt and efi enabled