gyf304 / vmcli

A set of utilities (vmcli + vmctl) for macOS Virtualization.framework
BSD 2-Clause "Simplified" License
826 stars 44 forks source link

Does this work for Intel based Macs? #19

Open mukul-mehta opened 3 years ago

mukul-mehta commented 3 years ago

Hi! Thanks for building this, seems really cool and I'd love to try it out. I haven't put much time into seeing the code and I was just trying to follow the instructions.

The tool itself builds and runs well, but when I try to create a new VM using the make build/vm/ubuntu command, it exits abruptly and I'm not sure if it finished

image

When starting the host, I can attach to the host, but it fails to start the SSH service. Once it reaches the login screen, I can't see the IP of the machine because the file $VMCTL/ubuntu/0.ipaddr doesn't exist.

image

Is there any additional configuration that I need to for getting it to run on x86 based machines. I do see the ubuntu.sh script checks for architecture before downloading, and I was hoping I would be able to run this on an Intel mac

mukul-mehta commented 3 years ago

I'm running Big Sur 11.4. Firewall is turned off and Internet Sharing is turned off in internet preferences

gyf304 commented 3 years ago

I see. If you login into the serial console, and do lspci, does the network adapter show up?