Creating a New x86_64 (Intel) Virtual Machine on an Apple Silicon Mac
Although it is not recommended, you can technically create an x86_64 virtual machine directly on your Apple Silicon Mac without the use of an Intel Mac.
Warning: Creating a new x86_64 virtual machine directly on an Apple Silicon Mac will take A LOT of time. Depending on the size of the image file, expect the process to take anything between 30 minutes (Windows 10 21H2 or Windows Server) and a couple of hours (Fedora 40).
Follow these steps:
Download an x86_64 ISO image of a compatible operating system. A Windows 10 ISO can be found here.
Launch the macOS Terminal and execute the following commands: > prlctl create <vm_name> -d <distro> --cpu-type x86 > prlctl set <vm_name> --device-set cdrom0 --image <x86_iso_path> --connect > prlctl start <vm_name> Note: For a full list of possible options for <distro> variable, run the following command in Terminal and pick the one matching your operating system:
> prlctl create <vm_name>-d -list For Windows 10, the value of <distro> is
win-10
.Follow on-screen instructions to proceed with the installation of the operating system.
For the latest compatibility updates and troubleshooting information, refer to this KB article.
Last updated
Was this helpful?