From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 9 May 2016 10:08:23 -0600 Subject: [U-Boot] Partition UUIDs in U-Boot and Linux (blkid vs 'part list') In-Reply-To: References: Message-ID: <5730B5F7.1050301@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 05/07/2016 11:51 AM, Simon Glass wrote: > Hi, > > I find that blkid provides different output from 'part list' and I'm > not sure why: "part list" prints partition UUIDs (from the partition table), whereas I /think/ blkid prints filesystem UUIDs (from the fs superblock). The kernel will accept either on its cmdline root= parameter, but you have to tell it which you're using, e.g. root=PARTUUID=partition_uuid, or IIRC root=UUID=fs_uuid.