From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MGaxa-0008OK-Or for garchives@archives.gentoo.org; Tue, 16 Jun 2009 15:52:32 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3DCBE02BD; Tue, 16 Jun 2009 15:52:28 +0000 (UTC) Received: from mail-yx0-f185.google.com (mail-yx0-f185.google.com [209.85.210.185]) by pigeon.gentoo.org (Postfix) with ESMTP id D0EB0E02BD for ; Tue, 16 Jun 2009 15:52:28 +0000 (UTC) Received: by yxe15 with SMTP id 15so34503yxe.32 for ; Tue, 16 Jun 2009 08:52:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=+lrmdUYgKeYlBLic95qgjIafUlJElO4uZbHAQmjviJw=; b=ihwi8KwsIRJVimjHB88yZP6X/rPd37Q6KsfWZ41FXHQOR0lU00+LHzZlKzVhTKX1zu qrTaDGaVbz9bINLPyyE7H5Yo1fINzucDAGFd83SjdoQUh4gYL3t767uxwEoNoJXpyfXk Naf9Z8IprYblMARJoh/SokkEC9sdod2HJujXo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=G/o2xPf+i0wt7PY0GETfgPz7mjVlAC/PRJ2Gx9lhpsPt/SznD/iA0sf8e3aeDOK6Va wFCGV9Uf6DO0RQBEeBaq30CrnqsyTQxDEaO32DCHDzB+CtbIPrTz5++UmL6t9p9twJjg YCHs5W30y4/8WuKAx4Or0H+Xrres9xfGfCGdA= 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 Received: by 10.231.37.68 with SMTP id w4mr2987862ibd.33.1245167548301; Tue, 16 Jun 2009 08:52:28 -0700 (PDT) In-Reply-To: <20090616085719.7eaa43fa@krikkit.digimed.co.uk> References: <20090615084551.4b1f9768@krikkit.digimed.co.uk> <200906151906.01800.alan.mckinnon@gmail.com> <20090616085719.7eaa43fa@krikkit.digimed.co.uk> Date: Tue, 16 Jun 2009 09:52:28 -0600 Message-ID: Subject: Re: [gentoo-user] lvm problem(s) From: Maxim Wexler To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: dc56a248-e9b4-4228-ab9a-0ec829d10cfc X-Archives-Hash: ddc340dd71c0dafa3503de8941c17be4 >> FWIW only one device, the SD card, can't be found and it is listed >> about 20 times in the boot console before the LVM gives up. > > Is everything needed to use the SD card compiled into the kernel? As it > works after everything is loaded, I suspect not. Look for anything > relevant in the output of lsmod after the system loads and the card is > working, then either add those modules to the autoload file, or build > them into the kernel. One step forward, two steps back. The missing module is mmc_block which I added to the file /etc/conf.d/modules(I upgraded to baselayout-2 thinking this would help). Did no good. I see dm-mod and mmc_block getting loaded alright and then just after 'Setting up the Logical Volume Manager': Locking type 1 initialisation failed Couldn't find devices with uuid etc... mw