April 18, 20188 yr Hi all, Newbie here! I have just performed a P2V on my desktop to import it as a virtual machine in UnRAID. I have followed the Wiki page, but it seems to be missing info about the .xml file to edit http://lime-technology.com/wiki/UnRAID_6/VM_Management#Step_4:_Edit_the_XML_for_your_virtual_machine_.28Windows_Guests_Only.29 I realise I need to change the bus to IDE, but I don't know which line I can delete under vdisk1.img and vdisk2.img. <devices> <emulator>/usr/local/sbin/qemu</emulator> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/user/domains/03-OldWin7/vdisk1.img'/> <target dev='hdc' bus='virtio'/> <boot order='1'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/> </disk> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/user/domains/03-OldWin7/vdisk2.img'/> <target dev='hdd' bus='virtio'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/> </disk> <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/windows/virtio-win-0.1.141-1.iso'/> <target dev='hdb' bus='ide'/> <readonly/> <address type='drive' controller='0' bus='0' target='0' unit='1'/> </disk> Thanks
Archived
This topic is now archived and is closed to further replies.