Gentoo Archives: gentoo-user

From: Grant Edwards <grant.b.edwards@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Can't find init due to inconsistent drive order
Date: Tue, 02 Jul 2013 20:40:29
Message-Id: kqvdnm$uns$2@ger.gmane.org
In Reply to: Re: [gentoo-user] Re: Can't find init due to inconsistent drive order by Neil Bothwick
1 On 2013-07-02, Neil Bothwick <neil@××××××××××.uk> wrote:
2 > On Tue, 2 Jul 2013 15:16:15 +0000 (UTC), Grant Edwards wrote:
3 >
4 >> The PARTUUID= parition specifier format is handled directly by kernel
5 >> code, so I don't see why it should require an initrd (unless the UUID
6 >> values for MBR partitions aren't actually something the kernel knows
7 >> about and are something made up from whole cloth by the blkid program)
8 >
9 > MBRs don't have PARTUUIDs do they? Don't confuse them with filesystem
10 > UUIDs as used in fstab.
11
12 No, blkid does not print a "PARTUUID" value with an MBR. In only prints
13 "UUID" values, which as you noted, are _filesystem_ UUIDs. If you
14 want to use a filesystem UUID to locate the root partition, you need
15 an initramfs/initrd which contains an 'init' program that finds the
16 filesystem with the specified UUID, mounts that filesystem, and then
17 does a root_pivot.
18
19 --
20 Grant Edwards grant.b.edwards Yow! Hello. Just walk
21 at along and try NOT to think
22 gmail.com about your INTESTINES being
23 almost FORTY YARDS LONG!!

Replies

Subject Author
Re: [gentoo-user] Re: Can't find init due to inconsistent drive order "Randolph Maaßen" <r.maassen60@×××××.com>