Everything posted by derpuma
-
[Support] SpaceinvaderOne - Macinabox
Sorry for that missleading link. I thought we are talking about, as @alturismo did the voodooHDA install on High Sierra! Try to setup you card as here in this example: <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x0c' slot='0x00' function='0x0'/> </source> <rom file='/mnt/user/isos/YOURROMFILENAME.rom'/> <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0' multifunction='on'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x0c' slot='0x00' function='0x1'/> </source> <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x1'/> </hostdev> Red should be your GPU Device, yellow the name of your rom file (at the correct location) and green should be a bus which does not conflict with other pci devices you use. Before you go for the multifunction solution, you should watch if your GPU is separated in a single IOMMU Group. If it is not, then you can use the VM Manager functions "PCIe ACS override: multifunction or both" to get it separated as much as possible. Which Board do you use? Which Verison of Unraid?
-
[Support] SpaceinvaderOne - Macinabox
@steve1977 Simply grab the voodoohda installer, install and reboot. Backup before you do. The installer does all by itself, just do what installation says. It also installs a prefpane under system settings. https://sourceforge.net/projects/voodoohda/ But remember, I recommend this only as a last option if nothing else works. AMD RX580 works 100% without VoodooHDA simply by setup the VM XML GPU part as multifunction device and the right vbios loaded. Best option to getbthe vbios is selfexctract it from a running windows 10 with the help of GPU-Z.
-
Big sir Macinabox- iCloud works but iMessage error
I am 100% sure, that a B550 Board does not need an extra kext to get Ethernet working with iMessages/iCloud. As ghost82 already mentioned I would try the following steps: 1) Setup propper XML with the right bios OVMF and Q35 for mac OS. 2) Setup network to <model type='e1000-82545em'/> 3) Setup propper SMBios with a non registered Serial, etc. 4) Delete network kexts in /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist /Library/Preferences/SystemConfiguration/preferences.plist and reboot. 5) Look if your En switched to En0 via System Preferences/Network 6) Setup network to "internal" with the help of hackintool to get the pciRoot and add that via opencore config.plist to the boot process. 7) Done Using the Nulleternet.kext might work, but it is not the vanilla way to get your network point up to the start and you might suffer at the other end with bad latency or lower transfer speeds as this kext is made for other network cards. https://github.com/RehabMan/OS-X-Null-Ethernet
-
Big sir Macinabox- iCloud works but iMessage error
May I ask which motherboard and chipset you have? So you do not use onboard Ethernet? Usually the vanilla version works fine and only machines with external Network card (USB to network for example) need the extra kext to fix that kind of problem.
-
Big sir Macinabox- iCloud works but iMessage error
The posted method is usual procedure since many mac OS / OSX versions back and it still works. If en0 appears and the message app, etc. still not works there is an error in the SMBios, wrong version, serialboard number, or serial number... https://www.hackintosh-forum.de/forum/thread/35160-imessage-facetime-fix/
-
Big sir Macinabox- iCloud works but iMessage error
en0 fix needed http://jeremywininger.blogspot.com/2012/02/change-en1-to-en0-mac-os-x.html
-
[Support] SpaceinvaderOne - Macinabox
For anybody interested in mounting apfs images in UNRAID. Here is a little tutorial (with the help of fuse and apfs-fuse), how to install and mount virtual apfs images. Credits to @ich777 for the files and his help and to @giganode for writing the little tutorial. ~How to mount an apfs volume in Unraid~
-
** Hackintosh ** Tips to make a bare metal MacOS
As I have a lot of sparesbundle backups of older mac OS, OSX system disks, and also some SSDs with Sierra, Mojave, High Sierra, I thought it would be nice to get them bootabele as a VM in UNRAID. As I know, each individual Apple OS needs its own opencore or clover (kexts, config.plist, etc.) to boot properly. So my thought was, to build some universal opencore versions, which suit the boot of older macOS images or disks. So far I have tested it with an older Mojave SSD and the Mojave-opencore.img from the Spaceinvaderone Macinabox install. First try was, that I was able to boot into opencore, seeing Mojave on my SSD, but booting from it ends in a bootloop going back to opencore selection. Then I tried to make a vdisk from my SSD: qemu-img convert -p -O raw /dev/sdX /mnt/disks/xxx.img This worked but trying to boot from the image ended in the same bootloop. So there might be an error in my macOS Files or in the opencore Folder, to make a boot possible. Unfortunately I am not able to mount the created vdsik via unraid, cause it has apfs file-system. I thought the SSD or image should be bootable, as there is a Mojave which should boot out of the box with the Mojave specific opencore I used. Any hints what I could do to solve the issue? Help would be great! As always...
-
** Hackintosh ** Tips to make a bare metal MacOS
Do you use a proper Rom File for your GPU? If you do not save your bios rom from your own GPU card, you can use a techpowerup bios rom. https://www.techpowerup.com/vgabios/194592/asus-rx580-8192-170417 But you have to edit this with a hexeditor and make minor changes!
-
** Hackintosh ** Tips to make a bare metal MacOS
Passthrough sometimes needs newer bios to get the newest functions for virtualisation. NVME for example need bifurcation in the bios to split up the pcie lanes correctly, that unraid can passthrough these devices. So have a look at your bios if it supports bifurication or if newer bios versions will give you this feature. Without it might be hard to channel your pcie devices all together. PS: Remember that you have to edit your XML to the root of your unassigned NVME. For example: /dev/disk/by-id/ata-myNVMW-XXXXX The red part ist the identification of your unassigned NVME you find this under unassigned devices in Unraid main window.
-
[Support] SpaceinvaderOne - Macinabox
Yes defenitly possible! 1) Full manually by hand and changing the bootloader from clover to opencore. 2) Or half manual by uninstalling the old macinabox and reinstall the new version, create a new XML and bootloader move your old Catalina image in this newly created VM Folder and boot it up with opencore and the new settings. I guess you already watched the new video from SpaceinvaderOne on youtube?
-
** Hackintosh ** Tips to make a bare metal MacOS
I am onboard. Happy to test the patch!
-
** Hackintosh ** Tips to make a bare metal MacOS
Can you give me a code example please?!
-
** Hackintosh ** Tips to make a bare metal MacOS
This is what ./gfxutil -f ethernet gives me. So do I have to set 3 DeviceProperties? One for my en0: <key>Add</key> <dict> <key>PciRoot(0x1)/Pci(0x1,0x0)/Pci(0x0,0x0)/Pci(0x1,0x0)</key> <dict> <key>built-in</key> <data>AQ==</data> </dict> </dict> <key>Delete</key> <dict/> And two for the 2x 10Gbe ports on the 10Gb network card? <key>DeviceProperties</key> <dict> <key>Add</key> <dict> <key>PciRoot(0x1)/Pci(0x9,0x0)</key> <dict> <key>built-in</key> <data>AQ==</data> </dict> </dict> <key>Delete</key> <dict/> </dict> <key>Add</key> <dict> <key>PciRoot(0x1)/Pci(0x9,0x1)</key> <dict> <key>built-in</key> <data>AQ==</data> </dict> </dict> <key>Delete</key> <dict/>
-
** Hackintosh ** Tips to make a bare metal MacOS
David, thx so far. I tried both methods. Unfortunately the card does not show up in mac OS, neither with multifunction='on' nor with both on bus 00 and slot 09 function 0x0 and 0x1... Could it be another problem? Maybe kext related? Any other idea?
-
** Hackintosh ** Tips to make a bare metal MacOS
Hmm, I am not 100% sure but I thought I have to reset the 5700XT also when I shut down my Windows 10 VM and start it again. As said not 100% sure cause 99% of my work I use mac OS. But I will check this out!
-
** Hackintosh ** Tips to make a bare metal MacOS
Thx for the help. Will try this and report back! Not sure if I am able to test it right now, for sure tomorrow morning.
-
** Hackintosh ** Tips to make a bare metal MacOS
This is the part I should move up? <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x04' slot='0x00' function='0x0'/> </source> <address type='pci' domain='0x0000' bus='0x07' slot='0x00' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x04' slot='0x00' function='0x1'/> </source> <address type='pci' domain='0x0000' bus='0x08' slot='0x00' function='0x0'/> </hostdev> Another thing I though, do I have to put the vendor id 8086:10fb into info.plist in my SmallTreeIntel8259x.kext? Update: Ckecked that, it is already in there! 0x10fb8086 <key>CFBundleIdentifier</key> <string>com.SmallTree.driver.SmallTreeIntel8259x</string> <key>IOClass</key> <string>SmallTreeIntel8259x</string> <key>IOPCIPauseCompatible</key> <true/> <key>IOPCIPrimaryMatch</key> <string>0x10c68086 0x10c78086 0x10c88086 0x10ec8086 0x10d88086 0x10fb8086 0x10f18086 0x151c8086 0x150b8086 0x15288086 0x10fc8086 0x15608086 0x15638086</string> <key>IOPCITunnelCompatible</key> <true/> <key>IOProviderClass</key> <string>IOPCIDevice</string> <key>IOResourceMatch</key> <string>IOBSD</string> <key>IOUserClientClass</key> <string>SmallTreeUserClient</string> Here is my XML: <!-- WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE OVERWRITTEN AND LOST. Changes to this xml configuration should be made using: virsh edit macOS or other application using the libvirt API. --> <domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'> <name>macOS</name> <uuid>XXX</uuid> <description>MacOS Catalina</description> <metadata> <vmtemplate xmlns="unraid" name="MacOS" icon="/mnt/user/domains/macOS/icon/catalina.png" os="Catalina"/> </metadata> <memory unit='KiB'>33554432</memory> <currentMemory unit='KiB'>33554432</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>16</vcpu> <cputune> <vcpupin vcpu='0' cpuset='1'/> <vcpupin vcpu='1' cpuset='13'/> <vcpupin vcpu='2' cpuset='2'/> <vcpupin vcpu='3' cpuset='14'/> <vcpupin vcpu='4' cpuset='3'/> <vcpupin vcpu='5' cpuset='15'/> <vcpupin vcpu='6' cpuset='4'/> <vcpupin vcpu='7' cpuset='16'/> <vcpupin vcpu='8' cpuset='5'/> <vcpupin vcpu='9' cpuset='17'/> <vcpupin vcpu='10' cpuset='6'/> <vcpupin vcpu='11' cpuset='18'/> <vcpupin vcpu='12' cpuset='7'/> <vcpupin vcpu='13' cpuset='19'/> <vcpupin vcpu='14' cpuset='8'/> <vcpupin vcpu='15' cpuset='20'/> </cputune> <resource> <partition>/machine</partition> </resource> <os> <type arch='x86_64' machine='pc-q35-4.2'>hvm</type> <loader readonly='yes' type='pflash'>/mnt/user/domains/macOS/ovmf/OVMF_CODE.fd</loader> <nvram>/mnt/user/domains/macOS/ovmf/OVMF_VARS.fd</nvram> </os> <features> <acpi/> <apic/> </features> <cpu mode='host-passthrough' check='none'> <topology sockets='1' cores='8' threads='2'/> <cache mode='passthrough'/> <feature policy='require' name='topoext'/> </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>restart</on_crash> <devices> <emulator>/usr/local/sbin/qemu</emulator> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='none' io='native' discard='unmap'/> <source file='/mnt/user/domains/macOS/boot_opencore.dmg'/> <target dev='hdc' 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' cache='writeback'/> <source file='/mnt/user/domains/macOS/Catalina-install.img'/> <target dev='hdd' bus='sata'/> <address type='drive' controller='0' bus='0' target='0' unit='3'/> </disk> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='none' io='native' discard='unmap'/> <source file='/mnt/user/domains/macOS/macos_disk.img'/> <target dev='hde' bus='sata'/> <address type='drive' controller='0' bus='0' target='0' unit='4'/> </disk> <disk type='block' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source dev='/dev/disk/by-id/ata-APPLE_SSD_SM512E_S0VMNYAC802141'/> <target dev='hdf' bus='sata'/> <address type='drive' controller='0' bus='0' target='0' unit='5'/> </disk> <disk type='block' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source dev='/dev/disk/by-id/ata-ST8000AS0002-1NA17Z_Z840GAEA'/> <target dev='hdg' bus='sata'/> <address type='drive' controller='1' bus='0' target='0' unit='0'/> </disk> <controller type='pci' index='0' model='pcie-root'/> <controller type='pci' index='1' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='1' port='0xb'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x3'/> </controller> <controller type='pci' index='2' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='2' port='0xd'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x5'/> </controller> <controller type='pci' index='3' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='3' port='0xe'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x6'/> </controller> <controller type='pci' index='4' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='4' port='0x13'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x3'/> </controller> <controller type='pci' index='5' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='5' port='0x8'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0' multifunction='on'/> </controller> <controller type='pci' index='6' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='6' port='0x9'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/> </controller> <controller type='pci' index='7' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='7' port='0xa'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x2'/> </controller> <controller type='pci' index='8' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='8' port='0xc'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x4'/> </controller> <controller type='pci' index='9' model='pcie-to-pci-bridge'> <model name='pcie-pci-bridge'/> <address type='pci' domain='0x0000' bus='0x06' slot='0x00' function='0x0'/> </controller> <controller type='virtio-serial' index='0'> <address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/> </controller> <controller type='sata' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/> </controller> <controller type='sata' index='1'> <address type='pci' domain='0x0000' bus='0x09' slot='0x01' function='0x0'/> </controller> <controller type='usb' index='0' model='ich9-ehci1'> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x7'/> </controller> <controller type='usb' index='0' model='ich9-uhci1'> <master startport='0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0' multifunction='on'/> </controller> <controller type='usb' index='0' model='ich9-uhci2'> <master startport='2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x1'/> </controller> <controller type='usb' index='0' model='ich9-uhci3'> <master startport='4'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x2'/> </controller> <controller type='pci' index='10' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='10' port='0xf'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x7'/> </controller> <interface type='bridge'> <mac address='XXX'/> <source bridge='br0'/> <model type='e1000-82545em'/> <address type='pci' domain='0x0000' bus='0x01' slot='0x00' 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'/> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x0c' slot='0x00' function='0x0'/> </source> <rom file='/mnt/disk1/isos/Sapphire.RX5700XT.8192.191101.rom'/> <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x0c' slot='0x00' function='0x1'/> </source> <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x0f' slot='0x00' function='0x4'/> </source> <address type='pci' domain='0x0000' bus='0x05' slot='0x00' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x04' slot='0x00' function='0x0'/> </source> <address type='pci' domain='0x0000' bus='0x07' slot='0x00' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x04' slot='0x00' function='0x1'/> </source> <address type='pci' domain='0x0000' bus='0x08' slot='0x00' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x07' slot='0x00' function='0x3'/> </source> <address type='pci' domain='0x0000' bus='0x0a' slot='0x00' function='0x0'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x0b05'/> <product id='0x18e1'/> </source> <address type='usb' bus='0' port='2'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x1038'/> <product id='0x0100'/> </source> <address type='usb' bus='0' port='3'/> </hostdev> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x1e7d'/> <product id='0x38a4'/> </source> <address type='usb' bus='0' port='4'/> </hostdev> <memballoon model='none'/> </devices> <seclabel type='dynamic' model='dac' relabel='yes'/> <qemu:commandline> <qemu:arg value='-usb'/> <qemu:arg value='-device'/> <qemu:arg value='usb-kbd,bus=usb-bus.0'/> <qemu:arg value='-device'/> <qemu:arg value='************************'/> <qemu:arg value='-smbios'/> <qemu:arg value='type=2'/> <qemu:arg value='-cpu'/> <qemu:arg value='Skylake-Client,kvm=on,vendor=GenuineIntel,+invtsc,+hypervisor,vmware-cpuid-freq=on,+pcid,+popcnt,check'/> <qemu:arg value='-set'/> <qemu:arg value='device.sata0-0-2.rotation_rate=1'/> <qemu:arg value='-set'/> <qemu:arg value='device.sata0-0-4.rotation_rate=1'/> </qemu:commandline> </domain>
-
** Hackintosh ** Tips to make a bare metal MacOS
I have a problem installing my 10 Gbe Intel Ethernet Card under VM mac OS Catalina 10.5.7. I was able to passthrough the card via VFIO-PCI Config. The card is prepared for the use with the SmallTreeIntel8259x drivers and it was running in my Hackintosh without any problem. Unfortunately mac OS Systems does not show the card neither it loads the Smalltree driver, which is in /Library/Extensions. As it is a PCI device, where should it be shown? It is not under PCI and also not under Ethernet-Cards. What else can I check and do, to get this card on the run? I checked that the card can be reset. Do I have to isolate the card via Syslinux config to reset the card? vfio-pci.ids=8086:10fb
-
** Hackintosh ** Tips to make a bare metal MacOS
Yeah, that is the reset problem. Hoped the fix would have been compiled into the kernel. For that reason I use a script via CA User Scripts Plugin. The use avoids me from restarting the whole server. It simply powers the 5700xt off/on and then you are able to reboot the VM. Be sure not to simply copy the script, enter the individual PCI root for your card. I use VFIO-PCI Config and it shows me the the PCI address of my card. #!/bin/bash echo "disconnecting amd graphics" echo "1" | tee -a /sys/bus/pci/devices/0000\:0c\:00.0/remove echo "disconnecting amd sound counterpart" echo "1" | tee -a /sys/bus/pci/devices/0000\:0c\:00.1/remove echo "entered suspended state press power button to continue" echo -n mem > /sys/power/state echo "reconnecting amd gpu and sound counterpart" echo "1" | tee -a /sys/bus/pci/rescan echo "AMD graphics card sucessfully reset"
-
** Hackintosh ** Tips to make a bare metal MacOS
Hi, I see you have also a 5700 XT. Just a quick question: How do you handle the reset bug? I use a script to reset the GPU after a force stop. Any news there or a solution?
-
[Support] SpaceinvaderOne - Macinabox
I know, nothing very important on my catalina install. Expect of one folder with files where I worked on for some hours and did not backup them cause of stupidity. 🙂 Indeed I did clone it before updating, but I lost my backup yesterday. It was the first time a diskimage dissapeared from my domain share folder. What happend: While I was rendering my system crashed and after restart of the unraid server I was unable to mount my folders and the disk of my array. After XFS repair all came back, except my Catalina vdsik image. 😞 guess It was lost, because the system crahed while writing to it and XFY was not able to recover it. If there is another chance to get it back, I will be happy to know how... Unfortunately I am not able to mount the Big Sur vdisk image. When I try to mount it I get this (see screenshot). But I guess I can reinstall Catalina via recovery boot dialog over the existing bootfail partition and the apps and data will stay there. Never had to do this before...
-
[Support] SpaceinvaderOne - Macinabox
I deleted my prior post and I changed my config.plist according to your settings. Still the same boot error as shown in my screenshot. Can you share your EFI Folder? Which Hardware are you using? Is there a difference if I use AMD instead of Intel? My Hardware: x570 aorus pro Mainboard, AMD 3900X, AMD 5700XT I guess there is no way to undo the update and go back to Catalina? EFI.zip
-
[Support] SpaceinvaderOne - Macinabox
Thx for the help. I think I might be on 0.6.4 but I am not sure, as I am completely new in OpenCore. I do not use filevault, no encryption at all. Attatched you find my EFI OpenCore Folder, also my macOS BigSur XML. I am not sure how to setup my OpenCore while running BigSur. I used ZEN settings for Opencore, but this might be wrong, as Virtualisation needs it setup for penryn? EFI_Opencore.zip BigSur-XML.txt
-
[Support] SpaceinvaderOne - Macinabox
Thx a lot. I was able to make a EFI image (dmg) and boot into it. With Clover everything is fine and it works like booting from the qcow2 file except that the EFI disk is mounted in the OS after boot. Right now I am installing the Big Sur 11.0.1 update with Opencore. Had some problems after I found out, that 11.0.1 needs the newest OpenCore Version, updated from 0.6.3 to 0.6.4 and now update runs. I report if everything goes fine... Update: I get a Panic. 11.0.1 System does not boot after update! See screenshot. Any help?