vftool icon indicating copy to clipboard operation
vftool copied to clipboard

A simple macOS Virtualisation.framework wrapper

Results 21 vftool issues
Sort by recently updated
recently updated
newest added

> sudo /usr/local/vftool/vftool/build/vftool -k vmlinuz -d CentOS-7-aarch64-Minimal-2009.iso -m 1024 -a "console=hvc0" 2021-07-21 10:23:20.047 vftool[80046:6672075] vftool (v0.3 10/12/2020) starting 2021-07-21 10:23:20.048 vftool[80046:6672075] +++ kernel at vmlinuz, initrd at (null), cmdline 'console=hvc0',...

The macOS 12 SDK has new APIs to virtualize macOS, e.g. https://developer.apple.com/documentation/virtualization/vzmacosbootloader?language=objc Are there any plans to extend `vftool` to support this use-case?

A few issues here out the box from an xcodebuild I get permissions denied, I then have to CD to ~/vftool/build/Release then I am able to run the following command:...

When I try using a bridge interface, I always end up with the following kernel panic. Something I miss? Debin 10 Kernel 5.12 ```[ 1.672674] vmbr0: port 1(enp0s1) entered blocking...

I am using MacBook Air M1, I followed [Issue 2](https://github.com/evansm7/vftool/issues/2) to setup linux vm. Finally I found "com.apple.Virtualization.VirtualMachine" runs on 4 efficient core by default (trace the VirtualMachine process with...

Debian provides [Debian Official Cloud Images](https://cdimage.debian.org/images/cloud/), we can use some tricks to make it work for us.

Thanks for this brilliant tool which is exactly what I wanted. I followed the helpful guide https://github.com/evansm7/vftool/issues/2#issuecomment-735455161 to get a Ubuntu VM which is very fast in single user mode...

As you all know,the best application runtime environment on ARM64 is Android.But I don't know whether the Android Linux will fit into the macOS Virtualization framework or not,if so,the graphics...

Thank you so much for building this. This has been incredibly helpful. I'm using this to spin up a Docker VM while I wait for Docker to become compatible with...