centos7:转换虚拟磁盘后引导错误dracut-initqueue

我使用qcow2磁盘格式在Ubuntu 16.04 KVM上安装了centos7

为了部署我的centos maschine,我需要vhdx磁盘格式来支持微软的Hyper-V。 我使用qemu-image将其从qcow2文件格式转换为vhdx。

qemu-img convert -O vhdx centos.qcow2 centos.vhdx 

当我使用centos.vhdx磁盘文件在Microsoft Hyper-V中创build新一代vm时,出现如下错误

 dracut-initqueue[220]: Warning dracut-initqueue timeout - starting timeout scripts 

看我的Bootscreen 。

我如何解决这个问题?

下载Centos7 DVD,从DVD启动并拯救一个centos系统。

按照这个: https : //wiki.centos.org/TipsAndTricks/CreateNewInitrd

一定要跳到“为特定内核版本构build它”

我从Virtualbox到Hyper-V也一样。