From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 926A41381FA for ; Sat, 3 May 2014 12:08:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4ED7E0AAF; Sat, 3 May 2014 12:08:36 +0000 (UTC) Received: from postler.lichtfels.com (postler.lichtfels.com [78.46.92.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A32A8E0A5E for ; Sat, 3 May 2014 12:08:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by postler.lichtfels.com (Postfix) with ESMTP id 8E63C2DC41 for ; Sat, 3 May 2014 14:08:34 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=xunil.at; s=mailout; t=1399118914; bh=jphARJYLOskw6LhSAKwbGRXkvZx5lSpeRkg7arNIgHk=; h=Date:From:Reply-To:To:Subject:References:In-Reply-To; b=kU5RuD6k2Y3C06ATYGKm7NXMOk0Qa5+EDtUjyMTtgm/axiKE3X33p5wVWrFJ03CZx itKvARS/3xCRWpocGnuncEHvLUZSTz4w+W+zS7M6vy8a4s9DT1yaGx5X+i+EcA7Vlg tqMUlmd1rExEBwFD1VU+/jHjm+Uy4xCyPTNG0iy4= Received: from postler.lichtfels.com ([127.0.0.1]) by localhost (postler.lichtfels.com [127.0.0.1]) (amavisd-maia, port 10024) with LMTP id 18393-04 for ; Sat, 3 May 2014 14:08:27 +0200 (CEST) Received: from hiro.oops.intern (unknown [IPv6:2001:15c0:65ff:8742:ac4c:3471:3435:6e07]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by postler.lichtfels.com (Postfix) with ESMTPSA id 5B4F0125C7 for ; Sat, 3 May 2014 14:08:27 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=xunil.at; s=mailout; t=1399118907; bh=jphARJYLOskw6LhSAKwbGRXkvZx5lSpeRkg7arNIgHk=; h=Date:From:Reply-To:To:Subject:References:In-Reply-To; b=Lt7pz/ICYpdpvdS3/D37mSB+6zE/spo+HPbnbqtIbZA9PZGHqZGJ3tUCtFHO9v4zf y4lLRwQpetS5Jp1qgbFTfhQs/kXrxRDrLBiKa5tdJseXLq+bfcPiye0toaUZm2YSVr 2YSFUmtiHzV1AL6C2cxjlEVA67VDTZaxvoZSvMcU= Message-ID: <5364DC3A.5060801@xunil.at> Date: Sat, 03 May 2014 14:08:26 +0200 From: "Stefan G. Weichinger" Organization: oops! User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 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 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] boot problems References: <5364C0F9.3000906@xunil.at> <1408053.9yvCLYqSXs@andromeda> <5364CF2D.80407@xunil.at> <6539833.TvPLtO1q9n@andromeda> <5364D25F.5040004@xunil.at> <5364D55A.7020106@xunil.at> In-Reply-To: <5364D55A.7020106@xunil.at> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.2c X-Archives-Salt: c080c4a7-af2e-4c3f-8102-1dc27ba2a30a X-Archives-Hash: 3debbca96df937fdeb3bc7ec3d1781df Am 03.05.2014 13:39, schrieb Stefan G. Weichinger: > Booted with "rd.auto=1" and now I also get a funny start job > running/waiting for /dev/sda1 (/ on the SSD). > > Oh my! :-) > > pasta now. So, back from speed-lunch now ;-) While cooking the pasta I got a bit further: Box boots now with kernel 3.14.1 and with commented LVs in fstab. When I login and check there are no mdadm-raids assembled. When I "mdadm -A --scan" they get correctly assembled: # cat /proc/mdstat Personalities : [raid1] md4 : active raid1 sdb3[0] sdc6[2] 52395904 blocks super 1.2 [2/2] [UU] md1 : active raid1 sdb6[0] sdc3[1] 623963072 blocks [2/2] [UU] (Don't ask for the strange setup with sdb3/sdc6 and sdb6/sdc3, historically grown somehow ...) "vgchange -ay" then gets me all my LVs. Great so far. So the question is, what part of the whole setup should now assemble the arrays? I think, dracut, right? So I will now test booting with these funny "rd.auto" kernel line parameters ... Has mdadm.service to be enabled as well? Or is that redundant in a way? Stefan