Gentoo Archives: gentoo-user

From: "Stefan G. Weichinger" <lists@×××××.at>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] boot problems
Date: Sat, 03 May 2014 20:23:20
Message-Id: 5365502C.6090608@xunil.at
In Reply to: Re: [gentoo-user] boot problems by "Stefan G. Weichinger"
1 Am 03.05.2014 21:53, schrieb Stefan G. Weichinger:
2
3 >> As per the bug you posted, can you show us the contents of your
4 >> initramfs, to check that the LVM binaries are included? And confirm
5 >> that the binaries are the same as in your normal system?
6 >
7 > Hm, yes ... I was a bit faster and already applied that patch ... and
8 > had a successful boot with activated and mounted LVs ... currently
9 > rebuilding some gdm/gnome-shell .... etc
10 >
11 > I will reboot without all the debug-stuff for testing ... and then maybe
12 > remove the patch and test 3.14.x
13 >
14 > ... and I will get a beer now. This is gentoo-testers, not gentoo-users
15 > here :-P
16
17 Back again, booted successfully ... with latest gentoo-sources, systemd,
18 dracut, lvm2 ... and the mentioned patch.
19
20 If you check the link there is already a small discussion started ... it
21 is 10pm here and I am happy and tired after this day of fighting and
22 booting ... :-)
23
24 -- so I will skip testing the removal of the patch for now, if you allow ;-)
25
26 So I got some decent cleanup today ... removed one of the RAID-arrays
27 (obsolete/unused), redid my fstab completely and modified the whole
28 dracut/grub2/kerninst-setup ... phew!
29
30 So my lvm2-lines aren't "kinda old" anymore, see fstab down there for
31 checks ...
32
33 I wonder if I should keep or remove the option
34 "comment=systemd.automount" ? I thought it would help to start up faster
35 while the non-important (in terms of boot-process) filesystems get
36 fscked and mounted in background. Something to test tomorrow ;-)
37
38
39 LABEL=ROOT / ext4 noatime,comment=systemd.automount 0 1
40
41 /dev/disk/by-uuid/10ccf5a2-0a37-42a6-886a-146e01cab301 none swap
42 defaults 0 0
43
44 tmpfs /dev/shm tmpfs nodev,nosuid,noexec 0 0
45
46 tmpfs /tmp tmpfs mode=1777 0 0
47 tmpfs /var/tmp/portage tmpfs size=8000m,mode=1777 0 0
48
49 /dev/cdrw /media/cdrecorder auto
50 user,exec,noauto,managed 0 0
51
52 LABEL=HOME /home ext4 noatime,user_xattr 0 2
53
54
55 LABEL=distfiles /usr/portage/distfiles xfs
56 noatime,comment=systemd.automount 0 2
57 LABEL=dropbox /mnt/dropbox ext4 noatime,comment=systemd.automount 0 2
58 LABEL=gentoo32 /mnt/gentoo32 ext4 noatime,comment=systemd.automount 0 2
59 LABEL=media /mnt/media ext4 noatime,comment=systemd.automount 0 2
60 LABEL=music /mnt/music ext4 noatime,comment=systemd.automount 0 2
61 LABEL=platz /mnt/platz ext4 noatime,comment=systemd.automount 0 2
62 LABEL=oopsfiles /mnt/oopsfiles ext4 noatime,comment=systemd.automount 0 2
63
64
65
66 Thanks to all of you who responded and helped along this odyssey ;-) ...
67 I will check back for open ends in this thread and reply some missing
68 parts later (next days).
69
70 Looking forward to how these bugs develop ...
71
72
73 Greetings, best regards, Stefan

Replies

Subject Author
Re: [gentoo-user] boot problems "Stefan G. Weichinger" <lists@×××××.at>