Joseph, I am not sure what exactly is going wrong, but this is correct for most other distros, and I bumped my head against it for a while too.
I got the kernel-package deb and used the make-kpkg command to build my own kernels successfully. Here's the basics: apt-get install kernel-package cd to kernel source make xconfig make-kpkg clean make-kpkg kernel_image This will create a kernel deb file in ../ and you can use dpkg to install it. For the i386 version, there is also a make-kpkg modules_image that returns nothing for me on an Ultra, but when I install the new kernel, all of my modules are there. Good luck Matt On Mon, 2002-06-17 at 11:53, Joseph S wrote: > Hi All > > I have recently installed debian on a sparc 20. > > I have compiled kernel-2.4.18 without any problems with gcc-3.0.4. > > I copy the System.map to /boot/System.map-2.4.18 and vmlinux as > /boot/vmlinuz-2.4.18. > > I add these to the /etc/silo.conf. > > When I try to reboot, I can choose this kernel and hey it hangs at the > freeing memory to boot the kernel. It never reaches the part where the > kernel starts appearing with its configuration. > > What am I doing wrong. > > Hope to from someone soon. > > regards > > Joseph > > _________________________________________________________________ > Join the worlds largest e-mail service with MSN Hotmail. > http://www.hotmail.com > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

