Osamu Aoki Spoke Thusly: > On Mon, Jan 28, 2002 at 01:29:03AM -0500, James Lindenschmidt wrote: > > No, that's the point. I'm trying to do this The Debian > > Way, using apt-get install kernel-source and make-dpkg > > kernel_image. > > # dpkg -i kernel-image* > > should replace it if you have new system. At one point > in history, we needed to manually adjusted initrd.img > soft links to match lilo.conf.
Already did that. Here is exactly what I ran: apt-get install kernel-source-2.4.17 cd /usr/src bunzip2 kernel-source-2.4.17.tar.bz2 tar -xvf kernel-source-2.4.17.tar cd kernel-source-2.4.17 make xconfig make-kpkg clean make-kpkg kernel-image cd .. dpkg -i kernel-image(...extensions...).deb Are you saying that installing the custom image .deb should have installed initrd.img? That's what I thought would happen, but it isn't there. Thanks, Jim -- James Lindenschmidt [EMAIL PROTECTED]