我在VMware上有一个Ubuntu服务器,我想将其迁移到Move。
当我键入“ uname -a”输出时,是:Linux TKMAPP1 4.2.0-42总生成#49〜14.04.1-UBUNTU SMP SMP WED JUN 29 20:22:11 UTC 2016 x86_64 x86_64 x86_64 x86_64 GNU/linuux
当我键入“ grep -i firtio /boot /config -`uname -r`”输出时是:
config_net_9p_virtio = m
config_virtio_blk = y
config_scsi_virtio = m
config_virtio_net = y
config_caif_virtio = m
config_virtio_console = y
config_hw_random_virtio = m
config_drm_virtio_gpu = m
config_virtio = y
#Virtio驱动程序
config_virtio_pci = y
config_virtio_pci_legacy = y
config_virtio_balloon = y
config_virtio_input = m
config_virtio_mmio = y
config_virtio_mmio_cmdline_devices = y
正如我看到的,安装了Virtio驱动程序。然后,当我开始在移动上迁移时出现错误弹出:找不到SCSI Virtio设备驱动程序。在重试迁移之前,请下载并安装合适的设备驱动程序。
我能为这个问题做什么?
最好的答案jlaunier
@asabri.ozer<\/user-mention> the problem with migrating Linux VMs in general is that while virtIO drivers may be installed, they may not be loaded in the ramdisk (initrd) and as a result Linux won't bootstrap. Move takes care of this automatically as long as you used the guided OS prep workflow in Move to run our scripts. We will verify the presence of the drivers and also rebuild the ramdisk if needed.","className":"post__content__best_answer"}">
查看原件