Gentoo Archives: gentoo-user

From: Maxim Wexler <maxim.wexler@×××××.com>
To: gentoo-user <gentoo-user@l.g.o>
Subject: [gentoo-user] lvm problem -- is timing?
Date: Sat, 20 Jun 2009 04:15:15
Message-Id: a0811460906192115k1de5cc9dk3e1707fc90de554f@mail.gmail.com
1 Hi group,
2
3 Rather than resurrect an old thread though I'd start anew with a fresh clue.
4
5 Seems if I add the commands:
6
7 vgscan --mknodes
8 vgchange -a y
9 mount -a
10
11 to /etc/conf.d/bootmisc and add it to the boot runlevel, the eee boots
12 to a coherent system BUT not before going through LVM failure, errors,
13 inability to find volumes etc through many console lines until just
14 after the line:
15
16 *Configuring kernel parameters...
17
18 comes
19
20 Reading all physical volumes. This may take a while...
21 Found volume group "vg" using metadata type lvm2
22 5 logical volume(s) in volume group "vg" now active
23 ...
24
25 And everything is fine after that. So it looks like a question of
26 timing, of executing bootmisc or something like it earlier, say just
27 after loading dm-mod and dm-crypt and just before the line in the
28 console:
29
30 *Setting up the Logical Volume Manager...
31
32 When it all starts to fall apart.
33
34 FWIW I'm using baselayout-2.
35
36 Maxim

Replies

Subject Author
Re: [gentoo-user] lvm problem -- is timing? Mike Kazantsev <mk.fraggod@×××××.com>