On Monday 01 February 2010 17:25:22 Hanno Böck wrote: > INIT: version 2.87 > booting > /bin/sh: warning: setlocale: LC_ALL: cannot > change locale (de_DE.utf-8) > > OpenRC rsec: mount of proc to /proc by /bin/mount[mount:616] > uid/euid:0/0 gid/egid:0/0, parent /lib64/rc/sh/init.s0 1m0.6.0 is starting > up Gentoo Linux (x86_64)rsec: mount of rc-svcdir to /lib64/rc/init.d by > /bin/mount[mount:623] uid0 0m > > /bin/sh: warning: setlocale: LC_ALL: cannot change locale (de_DE.utf-8) > * Mounting /proc ... > [ ok ] > * Caching service dependencies ... > sh: warning: setlocale: LC_ALL: cannot change locale (de_DE.utf-8) > /bin/sh: warning: setlocale: LC_ALL: cannot change locale (de_DE.utf-8) > [ ok ] > /bin/sh: warning: setlocale: LC_ALL: cannot change locale (de_DE.utf-8) > /bin/sh: warning: setlocale: LC_ALL: cannot change locale (de_DE.utf-8) > * /dev is already mounted > /bin/sh: warning: setlocale: LC_ALL: cannot change locale (de_DE.utf-8) > /bin/sh: warning: setlocale: LC_ALL: cannot change locale (de_DE.utf-8) > /bin/sh: warning: setlocale: LC_ALL: cannot change locale (de_DE.utf-8) > * Starting udevd ... > [ ok ] > * Populating /dev with ex/bin/sh: warning: setlocale: LC_ALL: cannot > change locale (de_DE.utf-8) * Setting system clock using the hardware > clock [UTC] ... > Cannot access the Hardware Clock via any known method. > Use the --debug option to see the details of our search for an access > method. * Failed to set the system clock > [ !! ] > /bin/sh: warning: setlocale: LC_ALL: cannot change locale (de_DE.utf-8) > /bin/sh: warning: setlocale: LC_ALL: cannot change locale (de_DE.utf-8) > * Starting up RAID devices ... > > [ !! ] > /bin/sh: warning: setlocale: LC_ALL: cannot change locale (de_DE.utf-8) > * Setting up the Logical Volume Manager ... > [ ok ] > /bin/sh: warning: setlocale: LC_ALL: cannot change locale (de_DE.utf-8) > /bin/sh: warning: setlocale: LC_ALL: cannot change locale (de_DE.utf-8) > * Setting up dm-crypt mappings ... > * dm-crypt map crypt-cspace ... > * cryptsetup will be called with : create crypt-cspace /dev/vg0/cspace > Command failed: Error opening device: No such file or directory >
By this stage software raid has started correctly and found three raid arrays. But lvm has not started, I can tell because there are no errors about it. lvm must be in the boot runlevel, I suspect yours is not. IIRC this was a common issue with the migration to baselayout2. The locale errors must be fixed too, but that is a separate issue and I highly doubt it will interfere with lvm. Check if the locale de_DE.utf-8 is enabled in /etc/locale.gen - case is significant. -- alan dot mckinnon at gmail dot com

