CentOS 6.5 虚拟机内核升级后出现FATAL: Module scsi_wait_scan not found 解决办法: 内核升级后,重启前,执行: 1) 创建force-vitio_blk-to-ensure-boot.conf # echo 'add_drivers+="virtio_blk"' >/etc/dracut.conf.d/force-vitio_blk-to-ensure-boot.conf 2) 切换目录 # cd /boot 3) 重新编译生成initramfs # dracut -f /boot/initramfs-4.9.1-1.el6.elrepo.x86_64.img 4.9.1-1.el6.elrepo.x86_64 4) 重启 # reboot