public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Stefan G. Weichinger" <lists@xunil.at>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] boot problems
Date: Sat, 03 May 2014 19:49:38 +0200	[thread overview]
Message-ID: <53652C32.8080609@xunil.at> (raw)
In-Reply-To: <CADPrc81c0D_Up8XH+p7DfL9Fbf6kHnoO+67Gw3dqGfGNfZjR_Q@mail.gmail.com>

Am 03.05.2014 19:25, schrieb Canek Peláez Valdés:

> 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="Gentoo"
> GRUB_DEFAULT=0
> GRUB_HIDDEN_TIMEOUT=0
> GRUB_HIDDEN_TIMEOUT_QUIET=true
> GRUB_TIMEOUT=10
> GRUB_CMDLINE_LINUX="init=/usr/lib/systemd/systemd quiet nosplash"
> GRUB_PRELOAD_MODULES="lvm mdraid1x"
> 
> Notice: no root, no real_root, nothing.

Yes, and I have to say, it should be that way!
I don't like the fact that all these configs get more and more
complicated when on the other hand technology should make things easier ...

sure, more complicated use cases on one hand ... but in the end I want
to boot from one plain /dev/sda1 ... mdadm and lvm are *optional* in my
case right now.

> /etc/dracut.conf:
> 
> add_dracutmodules+="crypt lvm mdraid systemd"
> add_drivers+="autofs4 ipv6 dm-crypt aes sha256"
> fscks="umount mount /sbin/fsck* e2fsck"
> 
> /etc/fstab:
> 
> LABEL=Root / ext4 acl,noatime 0 1
> LABEL=User /usr ext4 acl,noatime 0 2
> LABEL=Boot /boot ext2 acl,noatime 0 2
> LABEL=Home /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=100% 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.
> 


Sure, thanks so far. I am taking another break now and return hopefully
regenerated ;-)

S


  reply	other threads:[~2014-05-03 17:49 UTC|newest]

Thread overview: 129+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-03 10:12 [gentoo-user] boot problems Stefan G. Weichinger
2014-05-03 10:27 ` J. Roeleveld
2014-05-03 10:33   ` Stefan G. Weichinger
2014-05-03 10:54     ` J. Roeleveld
2014-05-03 11:06       ` Stefan G. Weichinger
2014-05-03 11:14         ` J. Roeleveld
2014-05-03 10:28 ` Stefan G. Weichinger
2014-05-03 10:49   ` J. Roeleveld
2014-05-03 10:56     ` Stefan G. Weichinger
2014-05-03 11:05       ` J. Roeleveld
2014-05-03 11:12         ` Stefan G. Weichinger
2014-05-03 11:19           ` J. Roeleveld
2014-05-03 11:26             ` Stefan G. Weichinger
2014-05-03 11:37               ` J. Roeleveld
2014-05-03 13:46                 ` Canek Peláez Valdés
2014-05-03 13:48                   ` Stefan G. Weichinger
2014-05-03 13:59                     ` Canek Peláez Valdés
2014-05-03 14:29                       ` Stefan G. Weichinger
2014-05-03 15:08                     ` J. Roeleveld
2014-05-03 15:10                       ` Canek Peláez Valdés
2014-05-03 15:07                   ` J. Roeleveld
2014-05-03 11:39               ` Stefan G. Weichinger
2014-05-03 12:03                 ` J. Roeleveld
2014-05-03 12:09                   ` Stefan G. Weichinger
2014-05-03 12:19                     ` J. Roeleveld
2014-05-03 12:38                       ` Stefan G. Weichinger
2014-05-03 18:43                         ` J. Roeleveld
2014-05-03 12:08                 ` Stefan G. Weichinger
2014-05-03 12:17                   ` Todd Goodman
2014-05-03 12:23                     ` J. Roeleveld
2014-05-03 13:08                       ` Todd Goodman
2014-05-03 13:24                         ` Stefan G. Weichinger
2014-05-03 12:27                     ` Stefan G. Weichinger
2014-05-03 12:17                   ` J. Roeleveld
2014-05-03 12:43                     ` Stefan G. Weichinger
2014-05-03 12:52                       ` J. Roeleveld
2014-05-03 12:55                         ` Stefan G. Weichinger
2014-05-03 13:50                         ` Canek Peláez Valdés
2014-05-03 13:57                           ` Stefan G. Weichinger
2014-05-03 16:40                             ` Stefan G. Weichinger
2014-05-03 16:51                               ` Stefan G. Weichinger
2014-05-03 17:00                                 ` Stefan G. Weichinger
2014-05-03 17:25                                   ` Canek Peláez Valdés
2014-05-03 17:49                                     ` Stefan G. Weichinger [this message]
2014-05-03 18:30                                     ` Stefan G. Weichinger
2014-05-03 18:33                                       ` Canek Peláez Valdés
2014-05-03 18:37                                         ` Stefan G. Weichinger
2014-05-03 18:47                                           ` J. Roeleveld
2014-05-03 18:51                                             ` Stefan G. Weichinger
2014-05-03 18:56                                               ` J. Roeleveld
2014-05-03 19:00                                                 ` Stefan G. Weichinger
2014-05-03 19:37                                               ` Canek Peláez Valdés
2014-05-03 18:30                                     ` Canek Peláez Valdés
2014-05-03 18:35                                       ` J. Roeleveld
2014-05-03 19:33                                         ` Canek Peláez Valdés
2014-05-03 19:38                                           ` Stefan G. Weichinger
2014-05-03 19:41                                             ` Canek Peláez Valdés
2014-05-03 19:53                                               ` Stefan G. Weichinger
2014-05-03 20:23                                                 ` Stefan G. Weichinger
2014-05-03 20:46                                                   ` Stefan G. Weichinger
2014-05-05  5:09                                               ` Canek Peláez Valdés
2014-05-05  6:18                                                 ` Stefan G. Weichinger
2014-05-05  6:40                                                   ` Canek Peláez Valdés
2014-05-15  6:21                                                     ` Canek Peláez Valdés
2014-05-15  6:49                                                       ` Canek Peláez Valdés
2014-05-15  7:08                                                         ` Stefan G. Weichinger
2014-05-15  9:14                                                           ` Stefan G. Weichinger
2014-05-15  9:58                                                             ` covici
2014-05-15 10:00                                                               ` Stefan G. Weichinger
2014-05-15 18:05                                                             ` Canek Peláez Valdés
2014-05-15 18:27                                                               ` Stefan G. Weichinger
2014-05-15 18:28                                                                 ` Stefan G. Weichinger
2014-05-15 18:33                                                                 ` Canek Peláez Valdés
2014-05-16  9:46                                                                   ` Stefan G. Weichinger
2014-05-16 10:04                                                                     ` Canek Peláez Valdés
2014-05-16 11:06                                                                       ` Alan McKinnon
2014-05-16 11:14                                                                         ` covici
2014-05-16 12:03                                                                           ` Neil Bothwick
2014-05-16 12:35                                                                             ` Stefan G. Weichinger
2014-05-16 12:43                                                                               ` Neil Bothwick
2014-05-16 13:03                                                                                 ` Stefan G. Weichinger
2014-05-16 19:40                                                                                   ` Neil Bothwick
2014-05-16 12:54                                                                               ` covici
2014-05-16 13:05                                                                                 ` Stefan G. Weichinger
2014-05-16 14:01                                                                                   ` covici
2014-05-16 12:13                                                                           ` Alan McKinnon
2014-05-16 20:01                                                                           ` Marc Joliet
2014-05-16 12:52                                                                         ` [gentoo-user] Re: LVM Stefan G. Weichinger
2014-05-16 19:50                                                                         ` [gentoo-user] boot problems Marc Joliet
2014-05-18  0:18                                                                         ` Walter Dnes
2014-05-19 10:54                                                                       ` Tanstaafl
2014-05-16 11:56                                                                     ` Bruce Schultz
2014-05-16 12:10                                                                       ` Stefan G. Weichinger
2014-05-16 17:09                                                                         ` Canek Peláez Valdés
2014-05-03 17:09                     ` Peter Humphrey
2014-05-03 18:40                       ` J. Roeleveld
2014-05-03 20:50                         ` Peter Humphrey
2014-05-03 21:04                           ` Stefan G. Weichinger
2014-05-04  8:53                             ` Peter Humphrey
2014-05-04  9:15                               ` Stefan G. Weichinger
2014-05-04 10:49                                 ` J. Roeleveld
2014-05-04 13:07                                   ` Stefan G. Weichinger
2014-05-04 18:40                                     ` J. Roeleveld
2014-05-04 19:03                                       ` Stefan G. Weichinger
2014-05-04 19:22                                         ` J. Roeleveld
2014-05-05  6:10                                           ` Stefan G. Weichinger
2014-05-05  6:52                                             ` J. Roeleveld
2014-05-05  7:09                                               ` J. Roeleveld
2014-05-05  7:48                                                 ` Stefan G. Weichinger
2014-05-05  9:14                                                   ` J. Roeleveld
2014-05-05 11:25                                                     ` Stefan G. Weichinger
2014-05-05 12:27                                                       ` J. Roeleveld
2014-05-05 14:12                                                         ` [gentoo-user] Re: Qemu/KVM Stefan G. Weichinger
2014-05-05 19:20                                                           ` J. Roeleveld
2014-05-05  7:50                                               ` [gentoo-user] boot problems Stefan G. Weichinger
2014-05-04 10:37                               ` J. Roeleveld
2014-05-04 13:22                                 ` Peter Humphrey
2014-05-04 18:44                                   ` J. Roeleveld
2014-05-04 12:15                         ` Neil Bothwick
2014-05-04 18:48                           ` J. Roeleveld
2014-05-04 20:09                             ` Neil Bothwick
2014-05-05  6:14                               ` Stefan G. Weichinger
2014-05-05  6:54                                 ` J. Roeleveld
2014-05-05  9:02                                 ` Neil Bothwick
2014-05-05  8:54                             ` Tom H
2014-05-03 12:52                   ` Tom H
2014-05-03 13:26                     ` Stefan G. Weichinger
2014-05-04  1:56 ` Mark Pariente
2014-05-04  9:01   ` Stefan G. Weichinger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=53652C32.8080609@xunil.at \
    --to=lists@xunil.at \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox