notAperson535 / OneClick-macOS-Simple-KVM

Tools to set up a easy, quick macOS VM in QEMU, accelerated by KVM. Works on Linux AND Windows.
https://notAperson535.github.io/OneClick-macOS-Simple-KVM
MIT License
647 stars 52 forks source link

Improvements bridged network guide #46

Closed meow464 closed 2 years ago

meow464 commented 2 years ago

Please specify that in the netctl settings the device name should go inside the parenthesis (DEVICENAME). I thought you were supposed to remove the parenthesis and just write the device name. There is no clear error message for this.

https://oneclick-macos-simple-kvm.notaperson535.is-a.dev/docs/guide-networking/#attach-bridge-to-qemu

meow464 commented 2 years ago

On Debian you need to set uid to the qemu-bridge-helper or call qemu as root. Maybe adding your user to the kvm group will work too.

sudo chmod 4755 /usr/lib/qemu/qemu-bridge-helpe

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=765936

meow464 commented 2 years ago

Btw the default network setup didn't work for me, I still don't know why. Debian 11.

notAperson535 commented 2 years ago

@meow464 could you turn this into a PR?

meow464 commented 2 years ago

I didn't find the repo for the docs :(

notAperson535 commented 2 years ago

@meow464 it's the docs branch of this repo