Gentoo Archives: gentoo-user

From: Lord Sauron <lordsauronthegreat@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel
Date: Wed, 29 Mar 2006 20:09:27
Message-Id: e5a3e9ac0603291158o13485b64x72c0396835861e8b@mail.gmail.com
In Reply to: Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel by Neil Bothwick
1 Okay, here's where I've isolated the problem to. This might be a
2 rather lengthy explanation, so make sure you have about 15 minutes on
3 your hands before diving in. However, the explanation shouldn't take
4 long - I've never actually compiled/installed/used a kernel before.
5 Okay, enough apologising in advance: down to business.
6
7 I know that it correctly compiles the kernel. I put a new name for
8 the new kernel (test1) to try and ID it as it floats about all the
9 other kernels I'm too scared to delete.
10
11 # make install
12
13 Sticks it into /boot. /boot now reads
14
15 System.map config.old
16 System.map-2.6.15-gentoo-r1 grub
17 System.map-2.6.15-gentoo-r1.old initramfs-genkernel-x86-2.6.15-gentoo-r5
18 System.map-2.6.15-gentoo-r1test1 kernel-genkernel-x86-2.6.15-gentoo-r5
19 System.map-2.6.15-gentoo-r1test1.old lost+found
20 System.map.old vmlinuz
21 boot vmlinuz-2.6.15-gentoo-r1
22 config vmlinuz-2.6.15-gentoo-r1.old
23 config-2.6.15-gentoo-r1 vmlinuz-2.6.15-gentoo-r1test1
24 config-2.6.15-gentoo-r1.old vmlinuz-2.6.15-gentoo-r1test1.old
25 config-2.6.15-gentoo-r1test1 vmlinuz.old
26 config-2.6.15-gentoo-r1test1.old
27
28 Not terribly exciting. However, I went to /boot/grub/menu.lst and it
29 reads as such:
30
31 localhost boot # cat ./grub/menu.lst
32 default 0
33 timeout 7
34 splashimage=(hd0,0)/grub/splash.xpm.gz
35 title=Gentoo Linux
36 root (hd0,0)
37 kernel /kernel-genkernel-x86-2.6.15-gentoo-r5 root=/dev/ram0
38 init=/linuxrc ramdisk=8192 real_root=/dev/hda3
39 initrd /initramfs-genkernel-x86-2.6.15-gentoo-r5
40
41 The most concerning part is the last three lines. For any kernel, it
42 appears to demand the kernel itself. If you'll refer back to # ls
43 /boot then you'll notice that kernel-2.6.15-gentoo-r1test1 isn't
44 there. Nor is the initrd. I don't know where they might be, or if
45 they're not there then how to generate them.
46
47 If I can find out those two things then I should be able to test my
48 new kernel and see if it actually worked.
49
50 On 3/28/06, Neil Bothwick <neil@××××××××××.uk> wrote:
51 > On Tue, 28 Mar 2006 11:51:11 +0200, Bo Andresen wrote:
52 >
53 > > > Sorry, what does YMMV mean?
54 > >
55 > > Those are the resources that I use for that kind of questions:
56 > >
57 > > http://en.wikipedia.org/wiki/YMMV
58 > > http://www.urbandictionary.com/define.php?term=ymmv
59 >
60 > You can also emerge wtf.
61
62 I assume wtf will tell me what wtf stands for... is the last letter
63 representative of a forbidden word, by any chance?
64
65 > $ wtf ymmv
66 > YMMV: your mileage may vary
67 >
68 >
69 > --
70 > Neil Bothwick
71 >
72 > Interchangeable parts aren't.
73
74 What was your first clue?
75
76 --
77 ========== GCv3.12 ==========
78 GCS d-(++) s+: a? C++ UL+>++++ P+
79 L++ E--- W+(+++) N++ o? K? w--- O? M+
80 V? PS- PE+ Y-(--) PGP- t+++ 5? X R tv-- b+
81 DI+++ D+ G e* h- !r !y
82 ========= END GCv3.12 ========
83
84 --
85 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel Holly Bostick <motub@××××××.nl>
Re: [gentoo-user] New To Gentoo and Emerge, No ACPI in Kernel Bo Andresen <bo.andresen@×××××.com>