ds10

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by ds10

  1. Hey there! Sorry to bring back an old thread, but I just upgraded from 6.9.2 to 6.11.5 and am having this exact issue. Were you able to figure out what was wrong? thx! EDIT/UPDATE: To answer my own question, I was able to resolve my issue by changing the following lines in my xml config. I changed this: <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/18c0c596-a5fe-45f5-ae00-6a86497a4b3f_VARS-pure-efi.fd</nvram> to: <loader readonly='yes' type='pflash'>/mnt/user/domains/MacinaboxCatalina/ovmf/OVMF_CODE.fd</loader> <nvram>/mnt/user/domains/MacinaboxCatalina/ovmf/OVMF_VARS.fd</nvram> Hope this helps someone.
  2. Hey everyone, I created a Catalina VM that is working with no issues. Two quick questions that I'm hoping someone can help me with: 1. Can I change the name of the VM that's going to be created? 2. How can I create additional macOS VMs after creating the first one. Any help is appreciated!