|
[SOLVED] Can't boot into recompiled kernel
The solution for this was to set allow_unsupported_modules to 1 in /etc/modprobe.d before running make. Original text below
----------------------------------
Hi all,
I recompiled the kernel on my (SLES 11.3) box. I'm happy with the process for doing that, and it all seemed to work successfully, but I am unable to boot into the recompiled kernel.
I recompiled 2.6.32-12.0.7-default, no patches, just changed some options to do with timing and set the localversion string. Trying to boot into it gives lots of these errors:
FATAL: module '/lib/modules/2.6.32.12-0.7-modified/kernel/drivers/xxx/xxxx.ko' is unsupported.
I can still boot into the default kernel with no issues. Can anyone shed some light on this for me?
Thanks in advance for any help
Last edited by j_h; 01-13-2012 at 04:57 AM.
|