
Stephen Pearce wrote:
Recently downloaded the 2.6.5 kernel from kernel.org as a tgz source file .. and tried to install on rh9 .. but the new installation fails at boot. I am now thinking of converting to an alternative distro that will allow this easily .. I understand rh has a whole lot of distro specfic stuff which has to be organised ..
Could someone advise me on either how to get it going using rh9 .. or which alternate distro would be best ..rh is the one I'm familiar with. Also ..can you install a new distro without a reformat of the disk .. to preserve all my personal files?
Lastly, can anyone provide me with a copy of such a distro .. I can pay postage and media cost.
A stock kernel should compile reasonably well under RH, and I wouldn't expect the process to be any easier with any other distro. I've compiled 2.4 kernels from source under RH8 and I've just compiled the new 2.6.6 under debian. Some things you probably need to be aware of, however; Most stock kernels use an initrd image, and this can be a bit fiddly. It's probably easiest to compile in support for your drive controller and root filesystem if you can't figure out how initrd works. The default for 2.6 kernels doesn't seem to compile in support for IDE, not even as a module. Check all the options and make sure you selected everything you need, and make sure that everything you need to boot up (ide controlled, ide disk drive support and est2/ext3, or ramdisk and initrd support if you decide to use it) is not a module. Make sure your lilo or grub config is pointing to the right kernel, the right initrd, the right root filesystem, etc. All this is very likely to be on a wiki page already.. I haven't checked :)