Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Boot up error messages. Init thingy needed now??
Date: Sun, 08 Feb 2015 15:36:16
Message-Id: 54D78256.6080801@gmail.com
In Reply to: Re: [gentoo-user] Boot up error messages. Init thingy needed now?? by Neil Bothwick
1 Neil Bothwick wrote:
2 > On Sat, 07 Feb 2015 16:06:21 -0600, Dale wrote:
3 >
4 >>> From the Changelog:
5 >>>
6 >>> At the request of QA team the use of DRACUT_MODULES use-expand has
7 >>> been removed as well as run-time (pseudo-suggested) dependencies.
8 >>> Instead, the list of suggested dependencies is printed in postinst
9 >>> log message. See bug #498832.
10 >>>
11 >>> So DRACUT_MODULES is no longer used.
12 >> Great. I peeked in the ebuild but didn't check the changelog. So, I'll
13 >> try removing the line and see what blows up.
14 > Nothing, you will be removing a line that is ignored anyway. All that's
15 > wrong with having the line there is your expectation that it does
16 > something :)
17 >
18 >
19
20
21 Well, I ended up having to remove some other things to before it would
22 compile correctly. I had to remove things from make.conf and the dracut
23 config too. After several attempts, I finally got to a point where it
24 would build correctly, both compile and create the init thingy. So, I
25 now have a couple kernels that have a init thingy, testing with that,
26 and a few that don't, just in case the test fails. Sorta something like
27 this:
28
29 root@fireball / # /root/grub-update
30 Generating grub configuration file ...
31 Found linux image: /boot/kernel-3.16.3-2
32 Found initrd image: /boot/initramfs-3.16.3-2.img
33 Found linux image: /boot/kernel-3.16.3-1
34 Found initrd image: /boot/initramfs-3.16.3-1.img
35 Found linux image: /boot/kernel-3.16.0-1
36 Found linux image: /boot/kernel-3.14.0-1
37 Found linux image: /boot/kernel-3.13.6-1
38 Found linux image: /boot/kernel-3.11.6-1
39 done
40 root@fireball / #
41
42 Planning to test them here shortly. Then to see how long before it
43 flunks the test, like last time I used this thing. I also realized I
44 have a spare 750GB drive to. That could come in handy. ;-)
45
46 Thanks.
47
48 Dale
49
50 :-) :-)

Replies

Subject Author
Re: [gentoo-user] Boot up error messages. Init thingy needed now?? Dale <rdalek1967@×××××.com>
Re: [gentoo-user] Boot up error messages. Init thingy needed now?? Mike Edenfield <kutulu@××××××.org>