Brian Walker wrote:

Kent West wrote:

Compiling a kernel is a great thing to do if you want the education, or if you have some esoteric need to do so, but for 90%+ of the population out there, the standard Debian kernels will do just fine.

That should be the case here; support for the tulip driver is built-into the standard 2.4 kernels.

So, just "apt-get install kernel-image-2.4.24-686" (or whatever kernel version you want -- "apt-cache search kernel-image-2.4" will show you a list of available versions). After the reboot into the new kernel, you may find that the tulip driver has already loaded automagically; if not, just run "modconf" and select the "tulip" driver.


Hmm ... I just did that for the sheer joy of it. The last kernel I rolled was done according to this site:

You did what for the sheer joy of it; apt-get'ted a new kernel, or rolled your own?

http://newbiedoc.sourceforge.net/system/kernel-pkg.html

so I went ahead and did:
#apt-get install kernel-image-2.6-386

after editing /etc/lilo.conf to include the line
initrd=/initrd.img

the install went ahead. A symlink to initrd.img was not found (as I recollect) so the install went ahead and created one. (Must say that I cannot find an initrd.img anywhere on the system) /sbin/lilo-v followed, and a reboot.

It should be in /boot. It should have been installed automatically. Nor should you have needed to run lilo; that should have been part of the "apt-get install..." process also. It sounds like the apt-get process wasn't completed properly.

Reboot resulted in kernel panic. So here I am with the old kernel and a functioning LILO

What have I missed ... well, OK I am missing an initrd.img .... what should I do to fix that?


If the apt-get process worked properly, it should have set up your old kernel as "LinuxOLD" on your lilo menu. If you don't get a menu at boot time, try pressing the Left Shift key (I think that's the correct keystroke) to bring up the menu.


If that doesn't work, you'll need to boot off a rescue floppy, or a Debian install CD, or a Knoppix CD, etc, and repair the damage. It's fairly easy, but too complex to explain without knowing what tools you have at hand.

--
Kent


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Reply via email to