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 D71E11381FA for ; Sat, 3 May 2014 17:25:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4006E0B80; Sat, 3 May 2014 17:25:26 +0000 (UTC) Received: from mail-la0-f53.google.com (mail-la0-f53.google.com [209.85.215.53]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A38FCE0B6A for ; Sat, 3 May 2014 17:25:25 +0000 (UTC) Received: by mail-la0-f53.google.com with SMTP id b8so3726007lan.12 for ; Sat, 03 May 2014 10:25:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=VlIVJCengEQhcH3mYUYjcky/9350uYNqlHUiyaj5G7s=; b=adU6N0u8SCVHRDnx48Sn1j+Tt4yewcytmLPomCkCMmVagR3f56vdh178GmwbE8fUiC p2krEmb4MU5PT7qX9RBCcOJqFbnUevdQ4vwGk9r5/I+BpFucne1qxv+aoPuQIee/bNvI MIlKYUu+JzgBuF/CLqYAAUDQ9PnDOQjrLUhpaRLr/qrQDTQqimZesyHA0HfpuBy2m7gK SGmTjaK5g86lydwAKNYJm7gE5l7wgDDL1GORtq4sEBCHa5tDJMihHCI5256qarRlX/PW TzpQIQvzQlWbgKr0vi1MQBv55v71cG/mIk5Hy0rHAkDUg9N7BMpE5pRJdLX4zBXxTxpf Kb4g== X-Received: by 10.152.1.199 with SMTP id 7mr4038627lao.15.1399137923994; Sat, 03 May 2014 10:25:23 -0700 (PDT) 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.114.170.166 with HTTP; Sat, 3 May 2014 10:25:02 -0700 (PDT) In-Reply-To: <536520BB.9080204@xunil.at> References: <5364C0F9.3000906@xunil.at> <7731849.eMA4RVPVz5@andromeda> <5364E47B.4020903@xunil.at> <3004314.x1k99dCaFi@andromeda> <5364F5DD.8000004@xunil.at> <53651C19.9010109@xunil.at> <53651E74.1040706@xunil.at> <536520BB.9080204@xunil.at> From: =?UTF-8?B?Q2FuZWsgUGVsw6FleiBWYWxkw6lz?= Date: Sat, 3 May 2014 12:25:02 -0500 Message-ID: Subject: Re: [gentoo-user] boot problems To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 886c2166-1425-4097-a8be-4e4f56d8adc9 X-Archives-Hash: 0ab92613214e34ad691b56c42ddf827f On Sat, May 3, 2014 at 12:00 PM, Stefan G. Weichinger wrot= e: [snip] > An older kernel (3.13.4) boots OK ... the newer ones are screwed up > (their initramfs) ... > > Back to the start. > > As I don't boot from LVM or mdadm-raid I consider to not need any > "DRACUT_MODULES=3D" in /etc/portage/make.conf, right? > > What do you guys have in /etc/dracut.conf ? > > Canek, I use your kerninst-tool ... > > And there are settings in /etc/default/grub as well ... I somehow get > the feeling that there are way too much bells and whistles in the game. > > I want to clean up as much as possible so that this more or less wasted > day at least makes some sense in the end. I'll give you my confs in my LVM2 virtual machine; my normal machines don't use LVM2, so I don't think they'll help in any way. Also, if my normal machines are lagging on updates, the virtual ones are even more behind: my LVM vm has systemd 204! I'm removing any comments: /etc/default/grub.conf: GRUB_DISTRIBUTOR=3D"Gentoo" GRUB_DEFAULT=3D0 GRUB_HIDDEN_TIMEOUT=3D0 GRUB_HIDDEN_TIMEOUT_QUIET=3Dtrue GRUB_TIMEOUT=3D10 GRUB_CMDLINE_LINUX=3D"init=3D/usr/lib/systemd/systemd quiet nosplash" GRUB_PRELOAD_MODULES=3D"lvm mdraid1x" Notice: no root, no real_root, nothing. /etc/dracut.conf: add_dracutmodules+=3D"crypt lvm mdraid systemd" add_drivers+=3D"autofs4 ipv6 dm-crypt aes sha256" fscks=3D"umount mount /sbin/fsck* e2fsck" /etc/fstab: LABEL=3DRoot / ext4 acl,noatime 0 1 LABEL=3DUser /usr ext4 acl,noatime 0 2 LABEL=3DBoot /boot ext2 acl,noatime 0 2 LABEL=3DHome /home ext4 acl,noatime 0 2 /dev/mapper/swap none swap sw 0 0 shm /dev/shm tmpfs nodev,nosuid,noexec 0 0 tmpfs /tmp tmpfs defaults,nosuid,size=3D100% 0 0 /etc/crypttab: home /dev/vg/vol5 swap /dev/vg/vol2 /dev/urandom swap I didn't touched /etc/lvm/lvm.conf, nor /etc/mdadm.conf. My drive topology: NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sr0 11:0 1 1024M 0 rom vda 253:0 0 5G 0 disk `-vda1 253:1 0 5G 0 part `-md127 9:127 0 15G 0 raid5 |-vg-vol1 (dm-0) 254:0 0 200M 0 lvm /boot |-vg-vol3 (dm-1) 254:1 0 2G 0 lvm / |-vg-vol4 (dm-2) 254:2 0 8G 0 lvm /usr |-vg-vol2 (dm-3) 254:3 0 2G 0 lvm | `-swap (dm-5) 254:5 0 2G 0 crypt [SWAP] `-vg-vol5 (dm-4) 254:4 0 2.8G 0 lvm `-home (dm-6) 254:6 0 2.8G 0 crypt /home vdb 253:16 0 5G 0 disk `-vdb1 253:17 0 5G 0 part `-md127 9:127 0 15G 0 raid5 |-vg-vol1 (dm-0) 254:0 0 200M 0 lvm /boot |-vg-vol3 (dm-1) 254:1 0 2G 0 lvm / |-vg-vol4 (dm-2) 254:2 0 8G 0 lvm /usr |-vg-vol2 (dm-3) 254:3 0 2G 0 lvm | `-swap (dm-5) 254:5 0 2G 0 crypt [SWAP] `-vg-vol5 (dm-4) 254:4 0 2.8G 0 lvm `-home (dm-6) 254:6 0 2.8G 0 crypt /home vdc 253:32 0 5G 0 disk `-vdc1 253:33 0 5G 0 part `-md127 9:127 0 15G 0 raid5 |-vg-vol1 (dm-0) 254:0 0 200M 0 lvm /boot |-vg-vol3 (dm-1) 254:1 0 2G 0 lvm / |-vg-vol4 (dm-2) 254:2 0 8G 0 lvm /usr |-vg-vol2 (dm-3) 254:3 0 2G 0 lvm | `-swap (dm-5) 254:5 0 2G 0 crypt [SWAP] `-vg-vol5 (dm-4) 254:4 0 2.8G 0 lvm `-home (dm-6) 254:6 0 2.8G 0 crypt /home vdd 253:48 0 5G 0 disk `-vdd1 253:49 0 5G 0 part `-md127 9:127 0 15G 0 raid5 |-vg-vol1 (dm-0) 254:0 0 200M 0 lvm /boot |-vg-vol3 (dm-1) 254:1 0 2G 0 lvm / |-vg-vol4 (dm-2) 254:2 0 8G 0 lvm /usr |-vg-vol2 (dm-3) 254:3 0 2G 0 lvm | `-swap (dm-5) 254:5 0 2G 0 crypt [SWAP] `-vg-vol5 (dm-4) 254:4 0 2.8G 0 lvm `-home (dm-6) 254:6 0 2.8G 0 crypt /home Do you want to see any other config? Let me try to update this test VM to see if I can hit the same issue as you= . Regards. --=20 Canek Pel=C3=A1ez Vald=C3=A9s Profesor de asignatura, Facultad de Ciencias Universidad Nacional Aut=C3=B3noma de M=C3=A9xico