How's it done?
kernel-2.6.11-gentoo-r7 on an nForce3 250Gb Chipset.
To begin with, I went the genkernel way (which makes it boot initrd first to detect the hardware
[I think]). It begins to boot, but then tells me it can't find the specified boot partition, ( /dev/sda8 ), and gives me a boot prompt.
I can type "shell" and I find myself in a strange ash shell I think - I'm guessing the root is a ramdisk... And there are no /dev/sda entries.
The make menuconfig route, (which allows you to configure your kernel directly, thus eliminating the need for initrd
[I think]), following the instructions given in the online docs and not really changing anything else, makes a kernel which won't boot at all - it just says "kernel panic" and gives up.
You can have a look at my grub.conf if you like:
Code:
# Default image to boot (number in menu)
default 1
# Timeout before default option is booted (seconds)
timeout 15
# Path to splash image :)
splashimage=(hd0,0)/grub/splash.xpm.gz
# What's its name?
title=Gentoo Linux 2.6.11 genkernel
# Where's the kernel?
root (hd0,0)
kernel /kernel-2.6.11-gentoo-r7-1 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/sda8 udev
initrd /initrd-2.6.11-gentoo-r7-1
title=Gentoo Linux 2.6.11 menuconfig
root (hd0,0)
kernel /kernel-2.6.11-gentoo-r7-2 root=/dev/sda8
I know there must be loads out there on this, but I've Googled, and done a search here, and I can't find anyone with my exact problem.
Apologies for length - I'm just trying to be helpful to all those fine people who I hope will help me