From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-user+bounces-167921-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0CE1013888F for <garchives@archives.gentoo.org>; Thu, 8 Oct 2015 21:23:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BE8021C007; Thu, 8 Oct 2015 21:23:23 +0000 (UTC) Received: from smtp7.openmailbox.org (smtp7.openmailbox.org [62.4.1.41]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0E7CFE080E for <gentoo-user@lists.gentoo.org>; Thu, 8 Oct 2015 21:23:21 +0000 (UTC) Received: by mail2.openmailbox.org (Postfix, from userid 1004) id 531A92AC0721; Thu, 8 Oct 2015 23:23:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1444339400; bh=twdq2W20AcoBnpKajBlXFBsQus4MnFYJTKzLKaJJUqc=; h=Date:From:To:Subject:References:In-Reply-To:From; b=E4Mfz4/zBFpMxH62YpitgTGZu856PW2xpWUS6TgcxwKZvfsYIKBulRIpwyS5nCdCs wsosoCM2leRbso+SvjSsqcUL1/O9COoeTnXGzhsp0IuNjHvlWnFfAvBLH5B7RGtALk +Fuy3cDZfosWLorMHd4sbrAePfGDIO5/3RpEVJ24= X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on openmailbox-b2 X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,NO_RECEIVED,NO_RELAYS autolearn=no autolearn_force=no version=3.4.0 Date: Thu, 8 Oct 2015 22:23:10 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1444339398; bh=twdq2W20AcoBnpKajBlXFBsQus4MnFYJTKzLKaJJUqc=; h=Date:From:To:Subject:References:In-Reply-To:From; b=XhiVaKDUA0/S3dkbDwcpgMx7T3pBNEkYUK2TJFcqn8mqpRVI6NV1v9j2HNsBpyBB8 zVxKQsvn1RPjCOZ7NCCm/UECj+ITjA8EZPcToMGPahGnrTRk5gVvGp4UZTIgAx9fYl w/HBQ9tgW4RI+rFjMJQE0+fgH2TGzu1yS/OOT3Bo= From: =?utf-8?B?Sm/Do28=?= Miguel <jmcf125@openmailbox.org> To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Root device as UUID not properly detected Message-ID: <20151008212250.GA1594@jmcf125-Acer-Arch.home> References: <20151006155925.GC2629@jmcf125-Acer-Arch.home> <1859238.rYv69SYfrM@andromeda> <20151006220304.GF2629@jmcf125-Acer-Arch.home> <4419537.08q3Ys9htG@andromeda> Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <4419537.08q3Ys9htG@andromeda> X-Archives-Salt: 682b2fc7-7fbc-48ee-99c4-e1a1af0d140c X-Archives-Hash: d89d028492e0227bce064a619455e48f Nevermind the last message. I'll put this problem aside until I find the time to solve it on my own. > > > I never used an initrd when building my own USB sticks. > > I don't know, I always used an initrd. Though I must say, that is the > > phase of starting the PC I understand the worst. > On the machines where I use an initrd, I write my own scripts as I find the > creators (genkernel, dracut) to not be intelligent enough. It doesn't sound as hard as I thought. I'm tired of fighting genkernel. I know the problem is initrd, it's where it fails. Since there is no mkinitcpio package, I'll try those scripts. I will follow https://wiki.gentoo.org/wiki/Early_Userspace_Mounting. If something goes wrong (when I actually try), I'll make a new thread. Or maybe I will just try and copy the initrd and kernel image from the Gentoo recovery pen... Anyway, I'll post here when I figure it out. João Miguel