I need to use a Windows VM to do a few things - I’m on Fedora and my Xbox controller has been glitching out a lot and I need to try updating the firmware. Also, I got a new RGB keyboard and I’m not able to use the proprietary software using Wine and OpenRGB does not support my keyboard (Cosmic Byte GK34 Firefly).
But when I try to install a Win 10 ISO it won’t let me past the Microsoft account page and the oobe command that’s suggested everywhere on reddit is not working. It says no such command found.
Windows 11 ISOs also aren’t working because even if I put 6GB memory and 80GB Storage for the VM (Microsoft lists 4GB and 64GB as requirement) it still says system does not meet requirement. I’m using the Boxes app for the VM creation.
i got around this by opening cmd (Shift + F10) during the setup and disabling the network adapter.
wmic nic get name, index
wmic path win32_networkadapter where index = 2 call disable
index will be 1 or 2 probably depending on your setup it was 2 for me. this worked for me recently on boxes on fedora with a win10 iso.
This does work anymore for some ISOs. Depending on the version and Region i actually could not continue without connecting it to the internet. The oobe\bypassnro does work more reliably.