Gentoo Archives: gentoo-user

From: Daniel Troeder <daniel@×××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] lvm problem(s)
Date: Mon, 15 Jun 2009 07:53:23
Message-Id: 1245052396.12131.5.camel@mayo.local
In Reply to: [gentoo-user] lvm problem(s) by Maxim Wexler
1 On Sun, 2009-06-14 at 19:04 -0600, Maxim Wexler wrote:
2 > Hi group,
3 >
4 > My fresh install of 2.6.29-r5 goes kablooey just after 'Loading module dm-mod'
5 >
6 > Then the boot console reports:
7 >
8 > Couldn't find device with uuid 'ldwVeS-gw14-HE42-M3Gw-DILI-Dbjh-2lHroF'
9 >
10 > and
11 >
12 > Couldn't find all physical volumes for volume group vg.
13 >
14 > and
15 >
16 > Volume group "vg" not found
17 >
18 > The above repeat several times until: 'Failed to setup the LVM'. Then
19 > off course fsck.ext2 complains it can't find /dev/vg/usr and so on...
20 >
21 > My fllter in lvm.conf : filter = [ "a|/dev/sd[ab]|", "r/.*/"] which
22 > corresponds to my Phison SSD and a 8G SD card.
23 >
24 > In /etc/fstab the logical volumes are listed like:
25 >
26 > /dev/vg/usr /usr ext2 noatime 0 2 # etc as per 'Gentoo LVM2 installation'
27 >
28 > When I run the reactivate commands given at the end of the above
29 > document all goes well except for:
30 >
31 > WARNING: Ignoring duplicate config node: filter (seeking filter)
32 >
33 > But /usr /home /tmp /opt are still empty and /var has only lib and
34 > lock below it.
35 >
36 > The good news: it boots and lets me log in ;)
37 >
38 > Maxim
39
40 Hello :)
41
42 Have you tried with the default filter
43 filter = [ "r|/dev/nbd.*|", "a/.*/" ]
44 to be on the safe side?
45
46 Are you sure, that at the moment the script runs, the devices are
47 accessible? Maybe a module needs to load before dm-mod loads?
48
49 Bye,
50 Daniel

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] lvm problem(s) Maxim Wexler <maxim.wexler@×××××.com>