Gentoo Archives: gentoo-user

From: Peter Weilbacher <newsspam@××××××××××.org>
To: Gentoo mailing list <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] Problems booting vanilla kernel 4.1.x
Date: Sun, 30 Aug 2015 08:46:11
Message-Id: alpine.DEB.2.11.1508301033010.29851@comporellon
In Reply to: Re: [gentoo-user] Problems booting vanilla kernel 4.1.x by Alexander Kapshuk
1 On Sat, 29 Aug 2015, Alexander Kapshuk wrote:
2
3 > You probably did look into this yourself, but did you double-check
4 > your /etc/lilo.conf? Is everything fine there?
5
6 At least it's identical between 4.0.5 and 4.1.6:
7
8 image=/boot/kernel-genkernel-x86_64-4.0.5
9 label=Linux405
10 read-only # read-only for checking
11 root=/dev/ram0
12 append="init=/linuxrc keymap=de ramdisk=8192 real_root=/dev/sda6
13 splash=verbose,theme:default console=tty1 quiet
14 radeon.modeset=1 video=radeon:mtrr:3,ywrap,1680x1050-32@60
15 ahci.marvell_enable=0"
16 initrd=/boot/initramfs-genkernel-x86_64-4.0.5
17
18 Don't ask me where all those options came from, they grew with time...
19
20 > Here are my RCU kernel config options. What do yours look like?
21 > % uname -r
22 > 4.1.6-vanilla
23 > % grep RCU .config
24 > # RCU Subsystem
25 > CONFIG_TREE_RCU=y
26 > CONFIG_SRCU=y
27 > # CONFIG_TASKS_RCU is not set
28 > CONFIG_RCU_STALL_COMMON=y
29 > CONFIG_RCU_FANOUT=32
30 > CONFIG_RCU_FANOUT_LEAF=16
31 > # CONFIG_RCU_FANOUT_EXACT is not set
32 > # CONFIG_RCU_FAST_NO_HZ is not set
33 > # CONFIG_TREE_RCU_TRACE is not set
34 > CONFIG_RCU_KTHREAD_PRIO=0
35 > # CONFIG_RCU_NOCB_CPU is not set
36 > # CONFIG_RCU_EXPEDITE_BOOT is not set
37 > # RCU Debugging
38 > # CONFIG_PROVE_RCU is not set
39 > # CONFIG_SPARSE_RCU_POINTER is not set
40 > # CONFIG_RCU_TORTURE_TEST is not set
41 > CONFIG_RCU_CPU_STALL_TIMEOUT=21
42 > # CONFIG_RCU_CPU_STALL_INFO is not set
43 > # CONFIG_RCU_TRACE is not set
44
45 Thanks. The only difference to my config there is that I have
46 CONFIG_RCU_FANOUT=64 and CONFIG_RCU_CPU_STALL_TIMEOUT=60 (don't ask me
47 where the values come from, I don't remember ever setting them different
48 from the default). But since that is all the same between 4.0.5 and
49 4.1.6, I don't think it has anything to do with my problem. Could the
50 RCU message just be telling me that since the machine doesn't properly
51 boot, it doesn't have anything to do?
52
53 Cheers,
54 Peter.