Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFE] Add support for Windows virtio-scsi / vioscsi #12

Open
lukts30 opened this issue Aug 10, 2022 · 0 comments
Open

[RFE] Add support for Windows virtio-scsi / vioscsi #12

lukts30 opened this issue Aug 10, 2022 · 0 comments

Comments

@lukts30
Copy link

lukts30 commented Aug 10, 2022

As documented virt-v2v currently only supports virtio-blk (viostor.sys).

Check that you are presenting a virtio-blk interface (not virtio-scsi and not ide) to the guest.
https://libguestfs.org/virt-v2v.1.html#boot-failure:-0x0000007b

let filenames = ["virtio_blk"; "vrtioblk"; "viostor"] in

This can cause problems in environments where only virtio-scsi is supported.
Such environments are for example Hetzner Cloud and LXD VMs which are opinionated qemu-based VMs that exclusively use UEFI and only virtio devices (restricted to only virtio-scsi type disks).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant