You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just attempted to create the image and run on MacOS. I found that creating the image had issues because modprobe does not exist on Mac. I tried to get it to work using hdiutil, but I wasn't able to do so with half an hour of work. Instead, I created the image on a Linux computer and transferred it back to my Mac. Running the vm seems to work fine.
I installed Qemu 3.1.0 using Homebrew (brew install qemu)
The only change I had to make was removing the -localtime line in run_vm.sh.
The text was updated successfully, but these errors were encountered:
I just attempted to create the image and run on MacOS. I found that creating the image had issues because modprobe does not exist on Mac. I tried to get it to work using hdiutil, but I wasn't able to do so with half an hour of work. Instead, I created the image on a Linux computer and transferred it back to my Mac. Running the vm seems to work fine.
I installed Qemu 3.1.0 using Homebrew (brew install qemu)
The only change I had to make was removing the
-localtime
line in run_vm.sh.The text was updated successfully, but these errors were encountered: