I have problem with Windows 10. I've installed Windows 10 on Qemu virtual machine and I need to clone this image to physical disk. I use ntfstool for do that.
Unfortunatelly my Windows doesn't boot because UNIQUEID for disk is different. I can change disk uniqueid to correct and boot windows but I must change uniqueid in Windows VM to 0x00000000. I have a system which automatically save windows images to correct disk but all disks have uniqueid as 0x00000000. I need to have image with the same id.
My questions are:
1. Can I change unique id for Windows disks without loosing boot ability?
2. Can I tell Qemu which id should new disk have?
Thanks.