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 1MG0cn-0001Mn-K8 for garchives@archives.gentoo.org; Mon, 15 Jun 2009 01:04:37 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18189E03EA; Mon, 15 Jun 2009 01:04:36 +0000 (UTC) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.245]) by pigeon.gentoo.org (Postfix) with ESMTP id E9212E03EA for ; Mon, 15 Jun 2009 01:04:35 +0000 (UTC) Received: by an-out-0708.google.com with SMTP id d40so8010713and.1 for ; Sun, 14 Jun 2009 18:04:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=C2Owqx7h+NllI6cSjblHM4mSviLHXAEp8pdTJAQoGOY=; b=QV4863fr5gXlf5njpB4SNw7XW9/E1QO2hAkXeDMRP5ytbk89ow4x2cwEZ18reAkz38 DiLRBOukcdkxxAGvsGSI1C217CgPKDugcnZtZu+0c9tPtVrOwoSZXRQDfgIdyi8hjJ4O Tgnd3qjXTa7sKx+Jxjx86hiGUZ/BIMccXlv9g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=GsRw49/nxgxfgUbCCfJT35iKX9bDOCbScxC0IXmLmKsYh1TGA7WP84SvxrJj8M95QG PumM/tU/WNyfT2yF1KotbHmF+fSqHuR2xIS5SIq7qhrRhfUeqEn9x+R9XHr1Q7uMhvur OPU1neUTvMRzzSs9OGvfhJ0fMtD1bF0bvqBvk= 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.35.66 with SMTP id o2mr2364582ibd.41.1245027875449; Sun, 14 Jun 2009 18:04:35 -0700 (PDT) Date: Sun, 14 Jun 2009 19:04:35 -0600 Message-ID: Subject: [gentoo-user] lvm problem(s) From: Maxim Wexler To: gentoo-user Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 96a8b893-4e27-4c39-8134-756ffb42b6c9 X-Archives-Hash: fab9a0713c4917560c38c0e94ec63309 Hi group, My fresh install of 2.6.29-r5 goes kablooey just after 'Loading module dm-mod' Then the boot console reports: Couldn't find device with uuid 'ldwVeS-gw14-HE42-M3Gw-DILI-Dbjh-2lHroF' and Couldn't find all physical volumes for volume group vg. and Volume group "vg" not found The above repeat several times until: 'Failed to setup the LVM'. Then off course fsck.ext2 complains it can't find /dev/vg/usr and so on... My fllter in lvm.conf : filter = [ "a|/dev/sd[ab]|", "r/.*/"] which corresponds to my Phison SSD and a 8G SD card. In /etc/fstab the logical volumes are listed like: /dev/vg/usr /usr ext2 noatime 0 2 # etc as per 'Gentoo LVM2 installation' When I run the reactivate commands given at the end of the above document all goes well except for: WARNING: Ignoring duplicate config node: filter (seeking filter) But /usr /home /tmp /opt are still empty and /var has only lib and lock below it. The good news: it boots and lets me log in ;) Maxim