Gentoo Archives: gentoo-amd64

From: "Hemmann
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] initrd
Date: Sat, 29 Oct 2005 15:38:29
Message-Id: 200510291736.59906.volker.armin.hemmann@tu-clausthal.de
In Reply to: [gentoo-amd64] initrd by DR GM SEDDON
1 On Friday 28 October 2005 16:13, DR GM SEDDON wrote:
2 > Dear list,
3 > I have just started using Gentoo and up-to-now am impressed. I have
4 > generated a kernel using 'genkernel' and the kernel is in /boot.
5 > However, I do not have 'initrd' but 'initramfs'. is this a problem or
6 > should I modify grub appropriately?
7 > Gavin.
8
9 I touched genkernel only once (when a friend used it, and it made a totally
10 useless kernel) and from my experience it builds inadequate kernels.
11 Plus, if you are not using raid, any initrd/initramfs just adds time and
12 overhead to your booting. It is a waste of ressources.
13 The only ones who 'need' it are distributions, who do want to use a 'one
14 kernel fits all' approach and people with / on a raid/dm device.
15
16 Just build a kernel by yourself. It is easy.
17 make menuconfig
18 mount /boot
19 make all modules_install install
20 and let grub.conf point to vmlinuz and vmlinuz.old.
21
22 The install run will create a vmlinuz link to your latest kernel and a
23 vmlinuz.old link to the one used.
24 --
25 gentoo-amd64@g.o mailing list