From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A33731381F3 for ; Tue, 2 Jul 2013 22:31:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43737E0A52; Tue, 2 Jul 2013 22:30:54 +0000 (UTC) Received: from mail-pa0-f53.google.com (mail-pa0-f53.google.com [209.85.220.53]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F3FF8E0A07 for ; Tue, 2 Jul 2013 22:30:52 +0000 (UTC) Received: by mail-pa0-f53.google.com with SMTP id tj12so6836021pac.12 for ; Tue, 02 Jul 2013 15:30:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type; bh=Fygq7ppyJMSTAjRssP1fiu80oIDdwBBTN84ToVQD1Lk=; b=pXVQVVomgLJZgcovUPQt6O5fJcVho/IVG4MGwBYNTQkzgwXG/3Plbblt4wko+NFV95 ktTkpBZVzxDviuJxpH9Rpb+P/eXwnhJj+4fCobN2VYxAyLQuued5KgVSELE+A9sCI7h7 DVwDedyYtBexfFPxpA23MYLcBBNUZhIEX/JR0PqvgA/XS48hFQdMDbZKoUE6hnyoLrH8 cq/qZxxEq434oNWwtg5h6ZIdXphdUQxPcOmAA1fJUjjBm/XyWZ1/1H9hoOJEl+cMBMIi P06j++ZfYisQarNsQRLH2w6xaL/vf+MStoQnrZ/y0MrDgqXqmVXAf++a6PGgczEni2BH +tmA== X-Received: by 10.68.221.138 with SMTP id qe10mr19495909pbc.103.1372804251288; Tue, 02 Jul 2013 15:30:51 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Sender: paul.hartman@gmail.com Received: by 10.70.62.105 with HTTP; Tue, 2 Jul 2013 15:30:31 -0700 (PDT) In-Reply-To: References: From: Paul Hartman Date: Tue, 2 Jul 2013 17:30:31 -0500 X-Google-Sender-Auth: X-vyUYfV5_o37J8EtXkOdMb3cMQ Message-ID: Subject: Re: [gentoo-user] Re: Can't find init due to inconsistent drive order To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: c58b9221-8f0d-40b6-b895-1d156557dee8 X-Archives-Hash: fbb42ce3993069dde3fbb29edd8117b4 On Tue, Jul 2, 2013 at 3:27 PM, Grant Edwards wrote: >>> Can you point to some documentation on how you can use >>> root=PARTUID= with an DOS/MBR partition table? >> >> As Neil alluded to, you can use UUID with MBR (instead of PARTUUID and >> GPT). I have DOS/MBR partition table and my kernel commandline looks >> like: >> >> root=UUID=1d21fa55-0fa9-4d43-8d41-8b4193900efa ro log_buf_len=1M quiet >> rootfstype=ext4 raid=noautodetect >> >> (along with an initramfs) > > Yes, we've already discussed that if you have an initrd (or > initramfs), and an 'init' program that handles it, you can use > filesystem labels and filesystem uuids. > > The option we were discussing in the posting to which you replied is > that of using the root=PARTUUID method which is handled directly by > the kernel. Ah, sorry, I missed that detail. I thought I was helping to clear up confusion, when in fact I was the confused one! :)