-
** Hackintosh ** Tips to make a bare metal MacOS
Here is the EFI that I made but doesn't work causing a constant boot loop showing the Tiano Core Bios Screen... OpenCoreEFI.zip Now here is where things get interesting... I found this post https://www.nicksherlock.com/2020/04/installing-macos-catalina-on-proxmox-with-opencore/ and used his OpenCore efi file and it actually works, allowing me to select boot of install media. His is a .iso though. It also doesn't really help because its kernal panics while loading the installer in verbose mode and I don't know how to change the files in it besides turning on verbose mode from shell. Will post a xml when I can.
-
-
** Hackintosh ** Tips to make a bare metal MacOS
Ok i followed this guide but I get a constant boot loop showing the OVMF bios then black reboot. Never shows the opencore interface. Only part I didn't do is this... since I don't have a vm up yet. "Rename the EFI partition from "NO NAME" to "EFI" From the virtual machine you can mount the new EFI partition and rename it with the command: sudo diskutil rename /dev/disk0s1 "EFI" where disk0s1 is the EFI partition." Any ideas?
-
** Hackintosh ** Tips to make a bare metal MacOS
Looking for help / guide on how to create a OpenCoreEFI qcow2 or img file that boots. I already have my Efi folder configured and ready. Cheers!
-
Passthrough an entire SSD directly to a windows VM?
Post your IOMMU groups, I can tell from that which can be passed through.
-
Passthrough an entire SSD directly to a windows VM?
You don't need a plugin to do it, just add it to the syslinux file. Works with all VM OS's.
-
Passthrough an entire SSD directly to a windows VM?
For NVME drives that are in their own IOMMU group just add it to the vfio.pci list and check it as a pci devices in VM creation. NVME are really just pcie cards so no need to add them as a drive, Windows will see a pcie drive that it can install on.
-
**VIDEO GUIDE** How to Install MacOS Mojave or High Sierra as a VM
I am really frustrated, I am stuck at installer boot. Starting in verbose shows that the installer stops with End RandomSeed +++++++++++++++++++++++++++++++++++++++++++++++++++++ Oh joy, 2 days gone troubleshooting still a RandomSeed. Note: Using Kubuntu 18.04lts with IOMMU enabled for KVM.
-
**VIDEO GUIDE** How to Install MacOS Mojave or High Sierra as a VM
Getting Stuck on the Apple Logo with black background... no progress bar ever appears. <domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'> <name>MacOSMojave</name> <uuid>d27d1be3-af45-4f8b-b5fe-3ae6930a52f0</uuid> <memory unit='KiB'>8388608</memory> <currentMemory unit='KiB'>8388608</currentMemory> <vcpu placement='static'>4</vcpu> <os> <type arch='x86_64' machine='pc-q35-2.11'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/OVMF/OVMF_CODE.fd</loader> <nvram>/var/lib/libvirt/qemu/nvram/MacOSMojave_VARS.fd</nvram> <bootmenu enable='yes'/> </os> <features> <acpi/> <apic/> </features> <cpu mode='host-passthrough' check='none'> <topology sockets='1' cores='4' threads='1'/> </cpu> <clock offset='utc'> <timer name='rtc' tickpolicy='catchup'/> <timer name='pit' tickpolicy='delay'/> <timer name='hpet' present='no'/> </clock> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>destroy</on_crash> <pm> <suspend-to-mem enabled='no'/> <suspend-to-disk enabled='no'/> </pm> <devices> <emulator>/usr/bin/kvm-spice</emulator> <disk type='file' device='disk'> <driver name='qemu' type='qcow2'/> <source file='/var/lib/libvirt/images/MacOSMojave.qcow2'/> <target dev='sda' bus='sata'/> <boot order='3'/> <address type='drive' controller='0' bus='0' target='0' unit='0'/> </disk> <disk type='file' device='disk'> <driver name='qemu' type='qcow2'/> <source file='/home/myusername/Downloads/osx support files mojave and high sierra/clover.qcow2'/> <target dev='sdc' bus='sata'/> <boot order='1'/> <address type='drive' controller='0' bus='0' target='0' unit='2'/> </disk> <disk type='file' device='disk'> <driver name='qemu' type='raw'/> <source file='/home/myusername/Desktop/mojave.img'/> <target dev='sdd' bus='sata'/> <address type='drive' controller='0' bus='0' target='0' unit='3'/> </disk> <controller type='usb' index='0' model='ich9-ehci1'> <address type='pci' domain='0x0000' bus='0x00' slot='0x1d' function='0x7'/> </controller> <controller type='usb' index='0' model='ich9-uhci1'> <master startport='0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x1d' function='0x0' multifunction='on'/> </controller> <controller type='usb' index='0' model='ich9-uhci2'> <master startport='2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x1d' function='0x1'/> </controller> <controller type='usb' index='0' model='ich9-uhci3'> <master startport='4'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x1d' function='0x2'/> </controller> <controller type='sata' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/> </controller> <controller type='pci' index='0' model='pcie-root'/> <controller type='pci' index='1' model='dmi-to-pci-bridge'> <model name='i82801b11-bridge'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x1e' function='0x0'/> </controller> <controller type='pci' index='2' model='pci-bridge'> <model name='pci-bridge'/> <target chassisNr='2' chassis='2'/> <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/> </controller> <controller type='pci' index='3' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='3' port='0x10'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0' multifunction='on'/> </controller> <controller type='pci' index='4' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='4' port='0x11'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x1'/> </controller> <controller type='pci' index='5' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='5' port='0x12'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x2'/> </controller> <controller type='virtio-serial' index='0'> <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0'/> </controller> <interface type='network'> <mac address='52:54:00:56:3c:2f'/> <source network='default'/> <model type='e1000-82545em'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x01' function='0x0'/> </interface> <serial type='pty'> <target type='isa-serial' port='0'> <model name='isa-serial'/> </target> </serial> <console type='pty'> <target type='serial' port='0'/> </console> <channel type='unix'> <target type='virtio' name='org.qemu.guest_agent.0'/> <address type='virtio-serial' controller='0' bus='0' port='1'/> </channel> <input type='tablet' bus='usb'> <address type='usb' bus='0' port='1'/> </input> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <graphics type='vnc' port='-1' autoport='yes'> <listen type='address'/> </graphics> <video> <model type='qxl' ram='65536' vram='65536' vgamem='16384' heads='1' primary='yes'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0'/> </video> <memballoon model='virtio'> <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0'/> </memballoon> </devices> <qemu:commandline> <qemu:arg value='-device'/> <qemu:arg value='isa-applesmc,osk=deleted'/> <qemu:arg value='-smbios'/> <qemu:arg value='type=2'/> <qemu:arg value='-cpu'/> <qemu:arg value='Penryn,vendor=GenuineIntel,kvm=on,+invtsc,+avx,+avx2,+aes,+xsave,+xsaveopt,+ssse3,+sse4_2,+popcnt,vmware-cpuid-freq=on,'/> </qemu:commandline> </domain> PLEASE HELP!
-
**VIDEO GUIDE** How to Install MacOS Mojave or High Sierra as a VM
Any difference between using the osk key or using fakesmc.kext in Mojave? Do you need both?
-
**VIDEO GUIDE** How to Install MacOS Mojave or High Sierra as a VM
Looks like Mojave now needs +ssse3,+sse4.2 added to the xml as Mojave now uses these instructions that were introduced with Nehalem. Anyone know if +popcnt also needs to be added on all systems or just some, for Mojave to work?
-
ControlR (Android/iOS app for unRAID)
You should think about adding the ability to VNC into a VM from the VM cards in your app. There is a VNC SDK you could use... follow link for more info. https://www.realvnc.com/en/developer/docs/latest/overview.html#evaluating-the-sdk
Carbongrip
Members
-
Joined
-
Last visited