Phil Clifford
Phil Clifford
@chasecovello feel free to take this back if you're still interested
``` Darwin Eriks-MacBook-Pro.local 20.6.0 Darwin Kernel Version 20.6.0: Mon Aug 30 06:12:21 PDT 2021; root:xnu-7195.141.6~3/RELEASE_X86_64 x86_64 ``` Would that be MacOS Big Sur you are trying to run `quickemu` on...
Also see #248 - and check out the work of @trollkarlen at the end. If you look in their fork at https://github.com/trollkarlen/quickemu/commit/aab2330df1fdef0376ff21ebc4190c58a5fd04c4 they appear to have OVMF firmware ...
Is it me or is this missing the needed additions to `quickget` ?
Either use firewall/routing on your host/route to block outbound from the VM or set `-nic none` in the generated /.sh (or a copy since that will be re-generated if you...
In the VM directory (sub-directory created by quickget, where the iso and disk image are)
What filesystem is your SSD using? You'd get that error on fat32 for example.
you could try and check directory mount-point permissions (needs execute - watch also for "noexec" mount/automount options ) and if you have something else restricting access (acls, SE-linux, apparmour .......
Incidentally while fact-checking my answer I came across some issues in qemu which aren't specifically related but are I think illustrative/concerning. Also saving here to re-read 727 later with a...
Thanks for your feedback. The script sets the following variable defaults and then reads the overrides that `quickget` or the user has written into the config file. ``` # Lowercase...