Gentoo Archives: gentoo-user

From: "Canek Peláez Valdés" <caneko@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: After /usr conflation: why not copy booting software to /sbin rather than initramfs?
Date: Mon, 02 Apr 2012 22:44:03
Message-Id: CADPrc80NPB4UtWrtJ-auVQe0fzi5p1scmfzK+kMWn2c2j+mhFQ@mail.gmail.com
In Reply to: Re: [gentoo-user] Re: After /usr conflation: why not copy booting software to /sbin rather than initramfs? by Dale
1 On Mon, Apr 2, 2012 at 5:21 PM, Dale <rdalek1967@×××××.com> wrote:
2 > Neil Bothwick wrote:
3 >> zgrep DEVTMP /proc/config.gz
4 >
5 >
6 > Ooops, it sort of snipped a bit much.  lol   Here you go:
7 >
8 > root@fireball / # zgrep DEVTMP /proc/config.gz
9 > # CONFIG_DEVTMPFS is not set
10 > root@fireball / #
11 >
12 > Looks like a nope to me.  ;-)
13
14 That was the reason for asking for your /usr/src/linux/.config file.
15 The udev ebuild ask for:
16
17 CONFIG_CHECK="~BLK_DEV_BSG ~DEVTMPFS ~HOTPLUG ~INOTIFY_USER ~NET
18 ~PROC_FS ~SIGNALFD ~SYSFS ~!IDE ~!SYSFS_DEPRECATED
19 ~!SYSFS_DEPRECATED_V2"
20
21 The dracut ebuild ask for:
22
23 CONFIG_CHECK="~BLK_DEV_INITRD ~DEVTMPFS ~MODULES"
24
25 So please check that you have all those options (and don't have the
26 ones with !), recompile your kernel, and reboot.
27
28 Also, the divergence between /boot/kernel... and (hd0,0)/kernel... in
29 your grub could be causing funny things. Check that also.
30
31 Regards.
32 --
33 Canek Peláez Valdés
34 Posgrado en Ciencia e Ingeniería de la Computación
35 Universidad Nacional Autónoma de México

Replies