On Mon, 29 Apr 2013 09:07:07 +0800 Jackie <jiangjun12...@gmail.com> wrote:
> 在 Mon, 29 Apr 2013 08:58:56 +0800,Fast Turtle <ftur...@gmail.com> 写道: > > > I followed a method of using UUID's in grub from > > http://www.linux-archive.org/gentoo-user/481167-mounting-root-partition-uuid-no-initrd-needed.html > > > > and am getting an error 11 message > > > > My grub Conf > > > > title FlashGen2 > > > > root=PARTUUID=b969b2c9-becb-48cc-ad6d-81517bb12ca8 > > > > kernel /boot/kernel-genkernel-x86_6403.4.34-gentoo > > root=PARTUID=b969b2c9-becb-48cc-ad6d-81517bb12ca8 > > > > The error is about the PARTUUID but I don't know which one. > > > > make sure that your grub support uuid and try root=uuid=XXXXX,appeared to > me that it should be uuid rather than PARTUUID.Not so sure. > The partuuid is from the howto link I was following This is what the page shows as the example root=PARTUUID=6BAD4248-FC6D-4487-A255-A3B57504BE10 Note that the "PARTUUID" keyword was introduced very recently in linux kernel 2.6.37, and it has nothing whatever to do with the "UUID" keyword used in the many online tutorials on how to build an initrd! The kernel used is the gentoo-sources 3.4.34 with gpt and efi enabled