Tôi đang cố di chuyển hình ảnh máy chủ Windows 2016 từ ESXi sang KVM, nhưng tôi nhận được lỗi "Không có thiết bị khởi động" khi tôi cố khởi động nó.
Đây là đầu ra của lệnh "virt-filesystems -a ~/VM.qcow2 --all --long --uuid -h"
Tên Loại Nhãn VFS Kích thước MBR Mẹ UUID
/dev/sda1 Phục hồi ntfs hệ thống tập tin - 499M - CCCEA1FFCEA1E246
/dev/sda2 hệ thống tập tin vfat - - 95M - AEA2-DC85
/dev/sda4 hệ thống tập tin ntfs - - 49G - 903EA5533EA53360
phân vùng /dev/sda1 - - - 499M /dev/sda -
phân vùng /dev/sda2 - - - 99M /dev/sda -
phân vùng /dev/sda3 - - - 16M /dev/sda -
phân vùng /dev/sda4 - - - 49G /dev/sda -
phân vùng /dev/sda5 - - - 256K /dev/sda -
/dev/thiết bị sda - - - 50G - -
Đây là một đoạn trích từ XML cho VM:
<devices>
<emulator>/usr/bin/qemu-system-x86_64</emulator>
<disk type='file' device='disk'>
<driver name='qemu' type='qcow2'/>
<source file='/data/A-DMZ-New.qcow2'/>
<target dev='sda' bus='sata'/>
<address type='drive' controller='0' bus='0' target='0' unit='0'/>
</disk>
<controller type='usb' index='0' model='qemu-xhci' ports='15'>
<address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/>
</controller>
<controller type='sata' index='0'>
<address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/>
</controller>
<controller type='pci' index='0' model='pcie-root'/>
<controller type='pci' index='1' model='pcie-root-port'>
<model name='pcie-root-port'/>
<target chassis='1' port='0x10'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0' multifunction='on'/>
</controller>
<controller type='pci' index='2' model='pcie-root-port'>
<model name='pcie-root-port'/>
<target chassis='2' port='0x11'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x1'/>
</controller>
<controller type='pci' index='3' model='pcie-root-port'>
<model name='pcie-root-port'/>
<target chassis='3' port='0x12'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x2'/>
</controller>
<controller type='pci' index='4' model='pcie-root-port'>
<model name='pcie-root-port'/>
<target chassis='4' port='0x13'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x3'/>
</controller>
<interface type='bridge'>
<mac address='52:54:00:22:4a:ce'/>
<source bridge='br1'/>
<model type='e1000e'/>
<address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/>
</interface>
<serial type='pty'>
<target type='isa-serial' port='0'>
<model name='isa-serial'/>
</target>
</serial>
<console type='pty'>
<target type='serial' port='0'/>
</console>
<input type='tablet' bus='usb'>
<address type='usb' bus='0' port='1'/>
</input>
<input type='mouse' bus='ps2'/>
<input type='keyboard' bus='ps2'/>
<graphics type='spice' autoport='yes'>
<listen type='address'/>