Quote:
Originariamente inviato da Daniele
Ho provato a ricompilare il kernel è andato tutto liscio fino al momento di dare il make install. Ecco il risultato:
[root@linuxbox linux-2.6.3-13mdk]# make install
make[1]: `arch/i386/kernel/asm-offsets.s' is up to date.
CHK include/linux/compile.h
Kernel: arch/i386/boot/bzImage is ready
sh /usr/src/linux-2.6.3-13mdk/arch/i386/boot/install.sh 2.6.3-13mdkcustom arch/i386/boot/bzImage System.map ""
No module sd_mod found for kernel 2.6.3-13mdkcustom, aborting.
No module sd_mod found for kernel 2.6.3-13mdkcustom, aborting.
There was an error when generating initrd. Try to do a :
/sbin/mkinitrd /boot/initrd-2.6.3-13mdkcustom.img 2.6.3-13mdkcustom
to see the errors
[root@linuxbox linux-2.6.3-13mdk]#
Perchè ?
|
Hai letto il file di log?
questo -> /sbin/mkinitrd /boot/initrd-2.6.3-13mdkcustom.img 2.6.3-13mdkcustom
dopo aver fatto make hai fatto make modules_install e poi make install?
ciao