Good afternoon, I have used my weekend to compile a new kernel, but to my dismay the new kernel does not boot. All I get is a black screen, and nothing happens. I compiled the kernel like this: eselect kernel set (the new sources) cd /usr/src/linux make oldconfig (answering various options about new features) make menuconfig (haven't changed much, only made sure that all the modules I new were necessary were included). make && make modules_install mount /boot copied the kernel, reconfigurated grub, and rebooted.
So, probably, I have set something in kernel incredibly wrong, but I don't know what, or how to find out. My last working kernel is 2.6.25-r7: [EMAIL PROTECTED] ~ $ uname -a Linux yoavhost 2.6.25-gentoo-r6 #1 SMP Sat Jul 5 22:33:03 IDT 2008 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 4000+ AuthenticAMD GNU/Linux how can I find out what I did wrong?