foxlet / macOS-Simple-KVM

Tools to set up a quick macOS VM in QEMU, accelerated by KVM.
13.58k stars 1.14k forks source link

Edit system in basic.sh running fine ; but make.sh doesn't generate proper template #536

Open bugsbunny88 opened 2 years ago

bugsbunny88 commented 2 years ago

Followed the instructions ; ie. simple just add -M 16G for more ram ; system works fine with qemu ; but when you go sudo ./make.sh --add ; the template.xml that is generated is only 2gb still etc...

notAperson535 commented 2 years ago

@bugsbunny88 I think you can just edit the specs in Virt Manager

ddirector51 commented 2 years ago

Same here. Basic.sh works fine in Qemu, and I finished the install from there. But when I used ./make.sh, and looked at the VM in VirtManager, the disk (image) that I had just installed to was not attached to the VM. Adding that, as a third storage, fixed the problem and I can now select the installed disk as the boot target. Thanks for a really nice system!