Skip to content

How to install x86_64 VM on Apple Sillicon Mac? #3577

Closed Answered by jandubois
anta40 asked this question in Q&A
Discussion options

You must be logged in to vote

You need to specify --vm-type qemu. The Apple virtualization framework doesn't do emulation; it just virtualizes the host processor. And Rosetta doesn't have support for virtualization instructions.

limactl create -y --vm-type qemu --arch x86_64 template://debian-12
INFO[0000] Terminal is not available, proceeding without opening an editor
INFO[0000] Attempting to download the image              arch=x86_64 digest="sha512:ee35c87b8a0c67eb67a169beec3bef5d6868957c1d31374797ef37072650c5067094c50ca293d7b926a967d07515abf1845f515084e3a192c7c69df75e84c95a" location="https://cloud.debian.org/images/cloud/bookworm/20250519-2117/debian-12-genericcloud-amd64-20250519-2117.qcow2"
Downloading the im…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by anta40
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants