Hi to all. I am very new on this forum, but soon there is my first question:
I tried to compile my own kernel on Aurox 9.4, cause i would like to activate the direct framebuffer for the matrox millenium II.
I made following things: -make xconfig
after this I configured the kernel
then I run: -make dep
- make bzImage
- make modules
- make modules install
- cp arch/i386/boot/bzImage /boot/vmlinuz
At next I called mkinitrd (under suse:mk_initrd):
mkinitrd -f --with=ext3 /boot/initrd 2.4.22-1.2188.nptl
Then I modificed the boot entry(/boot/grub/grub.conf):
title Aurox Linux
root (hd0,0)
kernel /boot/vmlinuz ro root=LABEL=/
hdc=ide-scsi rhgb
initrd /boot/initrd
And finally when I tried to boot this, I get:
Loading jbd.o : kernel-module version mismatch
/lib/jbd.o was compiled for Kernel version 2.4.22-1.2188-nptl
while this is 2.4.22-1.2188-nptl.custom.
ERROR /bin/insmod exited abnormally
Loading ext3.o : kernel-module version mismatch
/lib/ext3.o was compiled for Kernel version 2.4.22-1.2188-nptl
while this is 2.4.22-1.2188-nptl.custom.
ERROR /bin/insmod exited abnormally
Mounting /proc filesystem
Creating block devices
Creating root devices
Mounting root filesystem
mount: error 19 mounting ext3
pivot root: pivot-root (/sysroot,/sysroot/initrd) failed 2
umount /initrd/proc failed: 2
Freeing unused Kernel memory 140k freed
Kernel Panic: no init found Try to passing init=option to kernel
that`s it.
Please, can anyone help.
Much much Thanks
p.s. sorry for my bad english, but I am only 14 years old.
