I have some troubles installing a Windows 10 system on my hard disk because of scary error messages after the partitioning setup.
Code: Select all
windows detected that the EFI system partition was formatted as ntfs. format the efi system partition as fat32 and restart the installation.The ISO image is too big to burn it on a DVD/RW and I don't have a double-layered disk.
This means I burned the Windows Image on my Arch Linux machine with windows2usb (available on AUR) to my external SSD.
Also I'm not sure if the error messages disappear with a double-layered disk, because I did some noise in my UEFI BIOS and I regenerated some firmware keys which leads me to invalid firmware I guess.
So there is my question if this works well, when I create a Windows 10 VM, create a file in RAW format and write it from linux live system with dd on my hard disk? Because creating Windows 10 VM's is working for me.
Do you have any further suggestions to me?
--- after further testing ---
I created a 50GB VM in VirtualBox and exported to RAW image file. Then I started it with qemu. Windows booted to recovery mode and I selected Exit recovery mode and boot to Windows 10.
It worked but the VM seems to be very slow. Maybe the wrong options in my qemu command?
Code: Select all
qemu-system-x86_64 -hda windows_10.raw -m 4G -smp 2Do you know if it works copying a RAW Windows 10 VM created with VirtualBox to physical disk on bare metal?