cd /usr/src/linux make menuconfig "select the list of modules/drivers you need for your box" make modules_install cp arch/i386/boot/bzImage /boot/kernel-2.6.3.<whatever you want to call it> vi /boot/grub/grub.conf "nano if you have not used vi before"
<part of grub.conf> title Gentoo Linux 2.6.36-r1 root (hd0,0) kernel /boot/kernel-2.6.36-native-r3 root=/dev/sda3 reboot If this is a fresh install, make mistakes, break your environment, chroot into jail...This is the only cure for your condition. Nick. On Sat, Oct 8, 2011 at 8:55 PM, Lavender <448463...@qq.com> wrote: > 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 !