[root@localhost linux-2.6.10]# make install
CHK include/linux/version.h
make[1]: `arch/i386/kernel/asm-offsets.s' is up to date.
CHK include/linux/compile.h
CHK usr/initramfs_list
Kernel: arch/i386/boot/bzImage is ready
sh /usr/home/haisong/linux-2.6.10/arch/i386/boot/install.sh 2.6.10 arch/i386/boot/bzImage System.map ""
No module mptbase found for kernel 2.6.10
mkinitrd failed
make[1]: *** [install] Error 1
make: *** [install] Error 2
我的步骤
make mrproper
make menuconfig
make clean
make bzImage
make modules
make modules_install
make install
按照我手上的资料显示好像应该是这样的步骤。可是却出现了上面的问题。郁闷!