Greetings!
tl,dr:
Is there an easy way to import settings from an independent qemu vm (running on the proxmox host) to the web interface managed vm's??
I've recently started dabbling in proxmox kvm's as I got some new hardware and wanted to share it with various systems, one of which is MacOS (preferably Mojave - 10.14) but here's my problem:
I can't get any MacOS installer to boot (or apparently recognise) despite following multiple guides (with a fresh vm each time to avoid contamination) when I create a vm with the web interface. The vm WILL boot either clover bootloader OR opencore bootloader, and they can both (in some cases) see that there is install media present (configured as a hard drive rather than cdrom by changing 'media=cdrom' to 'cache=unsafe' in the 1xx.conf for the vm.
So to make sure my hardware was actually capable I followed this guide..
https://github.com/foxlet/macOS-Simple-KVM
And managed to get a working MacOS (which I could vnc into with ssh tunneling - gotta love ssh) which I installed Mojave on to, and even made bootable without clover by copying the EFI folder to the vm's hd.
Now that I have a functional vm using qemu, I'd like to create a matching vm using proxmox's web interface (adjusting settings via bash if required) so that I can manage said machine along with the others I have. These being: a freenas server for file share, a windows 10 vm to run steam with gpu passthrough and a debian workstation, among others.
I notice there's a make.sh script included with the 'simple kvm' git repo, that creates a 'virt-manager' configuration, is this something I could use? I've looked through the xml template to try to match settings when configuring the proxmox vm to no avail.
My setup:
Asus B550-PLUS
Ryzen 7 3700X
Virtual Environment 6.3-6
Appreciate any help or suggestions that could point me in the right direction, I've been tinkering with this for a few days!
tl,dr:
Is there an easy way to import settings from an independent qemu vm (running on the proxmox host) to the web interface managed vm's??
I've recently started dabbling in proxmox kvm's as I got some new hardware and wanted to share it with various systems, one of which is MacOS (preferably Mojave - 10.14) but here's my problem:
I can't get any MacOS installer to boot (or apparently recognise) despite following multiple guides (with a fresh vm each time to avoid contamination) when I create a vm with the web interface. The vm WILL boot either clover bootloader OR opencore bootloader, and they can both (in some cases) see that there is install media present (configured as a hard drive rather than cdrom by changing 'media=cdrom' to 'cache=unsafe' in the 1xx.conf for the vm.
So to make sure my hardware was actually capable I followed this guide..
https://github.com/foxlet/macOS-Simple-KVM
And managed to get a working MacOS (which I could vnc into with ssh tunneling - gotta love ssh) which I installed Mojave on to, and even made bootable without clover by copying the EFI folder to the vm's hd.
Now that I have a functional vm using qemu, I'd like to create a matching vm using proxmox's web interface (adjusting settings via bash if required) so that I can manage said machine along with the others I have. These being: a freenas server for file share, a windows 10 vm to run steam with gpu passthrough and a debian workstation, among others.
I notice there's a make.sh script included with the 'simple kvm' git repo, that creates a 'virt-manager' configuration, is this something I could use? I've looked through the xml template to try to match settings when configuring the proxmox vm to no avail.
My setup:
Asus B550-PLUS
Ryzen 7 3700X
Virtual Environment 6.3-6
Appreciate any help or suggestions that could point me in the right direction, I've been tinkering with this for a few days!