Lavender <448463782 <at> qq.com> writes:

> It seems that no matter I build gentoo manually or with genkernel I can't have
a fine-working kernel finally. Obviously I must solve it by myself , so I
determined to build entire kernel all manually , it requests a lot of linux
knowlege . All for that, I hope someone could tell me where to get this
information , I haven't found them on gentoo.org , so please lead me to the
correct direction, thank you for you all !


Lots of good information has been provided by other. Here is
another approach., I do not have the link handy, but you can
look at the docs and there is a place that tells you (steps)
how to copy the kernel that is provided on the installation
cd/dvd to use an your initial boot kernel. It should work,
but maybe with lots of extra stuff you do not need.

Then you can use grub to have several bootable kernels, the
one you actually boot off us is selected a few seconds after
you power up. This way you can get your system working (bootable)
and then take you time pruning the options and learning about
building kernels.

It's easy, here one of my /boot/grub/grub.conf files:
(this one even will boot a doz, if that is installed too:


default 2
fallback 1
timeout 15 
#splashimage=(hd0,1)/grub/splash.xpm.gz

#0
title=kernel-2.6.36-gentoo-r8
root(hd0,1)
kernel /boot/kernel-2.6.36-gentoo-r8 root=/dev/sda3 video=1024x768
#1
title=kernel-2.6.38-gentoo-r6
root(hd0,1)
kernel /boot/kernel-2.6.38-gentoo-r6 root=/dev/sda3 video=1024x768
#2
title=kernel-2.6.39-gentoo-r3
root(hd0,1)
kernel /boot/kernel-2.6.39-gentoo-r3 root=/dev/sda3 video=1024x768


title= XP PRO
rootnoverify (hd0,0)
makeactive
chainloader +1


Let me know if you have trouble finding that link for copying the
kernel off of the install media to you hard drive.

hth,
James






Reply via email to