Hello,
I had installed Fedora core 3 (from fedora website) on my Toshiba M45
laptop (with intel processor). It installed correctly, and linux was running fine (except
ethernet,wireless etc..)
The kernel it was using was 2.6.9-1.667
I wanted to upgrade the kernel, so i grabbed source code for
2.6.11.10 from kernel.org. I recompiled the kernel (without any changes)
using make bzImage/modules/modules_install etc..
and placed the new System.map file to /boot/System.map-2.6.11.10
and new bzImage to /boot/vmlinuz-2.6.11.10.
I changed my grub.conf to reflect the changes -
---------------
WInXP
...
root (hd0,1)
kernel /vmlinuz-2.6.9-1.667 ro root=LABEL=/ rhgb quiet
initrd /initrd-2.6.9-1.667.img
root (hd0,1)
kernel /vmlinuz-2.6.11.10 ro root=LABEL=/ rhgb quiet
initrd /initrd-2.6.9-1.667.img
-------------------
When i rebooted my system, and try to boot with new kernel,i got Kernel Panic..
Note that the old kernel works fine.
=======================
insmod: error inserting '/lib/scsi_mod.ko' : -1 Invalid module format
ERROR: /bin/insmod exited abnormally!
insmod: error inserting '/lib/sd_mod.ko' : -1 Invalid module format
ERROR: /bin/insmod exited abnormally!
insmod: error inserting '/lib/libata.ko' : -1 Invalid module format
ERROR: /bin/insmod exited abnormally!
insmod: error inserting '/lib/ata_piix.ko' : -1 Invalid module format
ERROR: /bin/insmod exited abnormally!
insmod: error inserting '/lib/jbd.ko' : -1 Invalid module format
ERROR: /bin/insmod exited abnormally!
insmod: error inserting '/lib/ext3.ko' : -1 Invalid module format
ERROR: /bin/insmod exited abnormally!
mkrootdev: label / not found
mount: error 19 mounting ext3
mount: error 2 mounting none
switchroot: mount failed: 22
unmount /initrd/dev failed: 2
kernel panic - not syncing: Attempted to kill init!
=========================
I am not sure if i did something wrong.
Thanks in advance,
Raahi.