搬家系列(4)
VMware 下linux2.6内核编译注意事项
flw10000 发表于 2006-8-17 16:09:00
如果linux是在Vmware下跑的话,确认下硬盘是不是SCSI,如是的话,需要在make menuconfig时将块设备中的支持SCSI的选项选中!
在进行到make install时
如出现 "No module BusLogic found for kernel 2.6.xx"
解决方法:
第1种方法:
编辑文件 /etc/modules.conf
将"alias scsi hostadapter BusLogic"这行注释掉,
即#alias scsi hostadapter BusLogic
保存 /etc/modules.conf,退出
# make install
第2种方法:
手动添加启动项
#cp /usr/src/linux/System.map /boot/System.map-2.6.xx
#cp /usr/src/linux/arch/i386/bzImage /boot/vmlinuz-2.6.xx
并修改grub.conf 或启动到grub时手工输入启动命令及参数!
阅读(1919) | 评论(0) | 转发(0) |