重做RD驱动方方法参考:
https://support.sangfor.com.cn/cases/read?product_id=33&category_id=17502
注意以下几点:
1.grub.conf配置解释参考“Linux基础知识”文档1.6.4章节
2.如何查找系统使用哪一个驱动
centos6.x: 在/boot/grub/grub.conf

centos7.x:在/boot/
grub2/grub.cfg

无论是centos6.X还是centos7.x 实际rd文件路径都在/boot/下
3.查询RD驱动中是否包含virtio驱动
4.centos6.x和centos7.x重做RD的方式不一样
centos6.X:
mkinitrd -f --with=virtio_pci --with=virtio_blk --with=virtio_console /boot/initramfs-$(uname -r).img $(uname -r)
centos7.X:
dracut -f /boot/initramfs-$(uname -r).img $(uname -r)