Booting Debian5 (Lenny) on 2.6.16 Kernel

Posted by bk on Server Fault See other posts from Server Fault or by bk
Published on 2010-01-13T07:18:53Z Indexed on 2010/03/21 8:01 UTC
Read the original article Hit count: 359

Filed under:
|
|

Due to a proprietary kernel module that I don't have the source to and is very picky about what kernel versions it will load into (even with modprobe --f), I find myself in need of running a 2.6.16.XX kernel on my Debian5 machine. The machine boots fine with the 2.6.26-2 stock kernel, and I have successfully build and booted 2.6.26 and 2.6.31 based kernels by making a .deb and the ndoing dpkg -i.

However, when I do the same approach for 2.6.16, the kernel hangs at boot. I'm testing this in a VMWare image, so I don't think its an issue of newer hardware not supported by the older kernel.

For a working kernel, at boot I get:

Uncompressing Linux.. OK booting the kernel
Loading, please wait...
mdadm: No devices listed in the conf file were found
kinit name_to_dev_t /dev/hda5 (dev5,3)
...

With 2.6.16.60, I never get the kinit message. It hangs after the mdadm line. There are no mdadm arrays on this machine, so I doubt its an issue inside the mdadm stuff, which is supposed to just error out as it does in the 2.6.26 case above, but for some reason I'm getting stuck getting into kinit.

I've been banging my head against this wall so I'm very open to suggestions on how to go about troubleshooting this.

© Server Fault or respective owner

Related posts about debian

Related posts about kernel