shawphone 发表于 2006-7-19 09:37:19

make install 时为何提示 BusLogic 错误

我在VMware下编译内核2.6.12.1,当执行到make install时出现如下错误(前面编译过程正常):
# make install
CHK   include/linux/version.h
make: `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/src/linux-2.6.12.1/arch/i386/boot/install.sh 2.6.12.1 arch/i386/boot/bzImage System.map "/boot"
No module BusLogic found for kernel 2.6.12.1
mkinitrd failed
make: *** Error 1
make: *** Error 2

另外,我 dmesg 内核2.4引导信息时,发现如下信息,难道是2.6.12.1不支持VMware?:
scsi0: *** BusLogic BT-958 Initialized Successfully ***
scsi0 : BusLogic BT-958
Vendor: VMware,   Model: VMware Virtual SRev: 1.0
Type:   Direct-Access                      ANSI SCSI revision: 02

daniel220817 发表于 2006-7-21 17:04:55

root@localhost linux-2.6.12.1]# make install
CHK include/linux/version.h
make: `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/src/linux-2.6.12.1/arch/i386/boot/install.sh 2.6.12.1 arch/i386/boot/bzImage System.map "/boot"
No module BusLogic found for kernel 2.6.12.1
mkinitrd failed
make: *** Error 1
make: *** Error 2


我也是出现这样的问题,有谁可以告诉这是什么原因吗?
这好像是说系统找不到新内核
页: [1]
查看完整版本: make install 时为何提示 BusLogic 错误