|
我在VMware下编译内核2.6.12.1,当执行到make install时出现如下错误(前面编译过程正常):
[root@localhost linux-2.6.12.1]# 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/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[1]: *** [install] Error 1
make: *** [install] 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 S Rev: 1.0
Type: Direct-Access ANSI SCSI revision: 02 |
|