Olá todos.
Não sou bom de compilação de kernel, mas já tenho alguma experiência.
O problema ta na hora de inicializar o sistema, da kernel panic porque não consegue achar o DEVFS, "umount DEVFS" "not found DEVFS"
então pesquisei no google e fui atras do mesmo no arquivo .conf referente ao kernel, como não achei DEVFS no .conf nem no make menuconfi, ativei ufs e compilei de novo, ao executar o dpkg -i kernel.deb
ele me retonar um erro
Setting up kernel-image-2.6.15.3 (10.00.Custom) ...
/usr/sbin/mkinitrd: add_modules_dep_2_5: modprobe failed
FATAL: Module mptscsih not found.
FATAL: Module megaraid not found.
WARNING: This failure MAY indicate that your kernel will not boot!
but it can also be triggered by needed modules being compiled into
the kernel.
Not touching initrd symlinks since we are being reinstalled (10.00.Custom)
Not updating image symbolic links since we are being updated (10.00.Custom)
Searching for GRUB installation directory ... found: /boot/grub .
Testing for an existing GRUB menu.list file... found: /boot/grub/menu.lst .
Searching for splash image... none found, skipping...
Found kernel: /vmlinuz-2.6.15.3
Found kernel: /vmlinuz-2.6.14
Found kernel: /vmlinuz-2.6.8-2-386
Updating /boot/grub/menu.lst ... done
alguém poderia me ajudar?