RiDDiX

Members
  • Posts

    172
  • Joined

  • Last visited

Everything posted by RiDDiX

  1. Fresh Installations should work fine. I added already two new Big Sur 11.3.1 without any problems. Maybe I am just lucky? I already own a MacBook Air 2018 and I like the fact of working with both simutainusly. I Love Unraid and Spaceinvaderone for this script/app. Hackintosh-Systems are often just pain in the a**, but with Unraid everything seems so clean ❤️
  2. Thats bad. Maybe you could provide me the XML file of your VM? I updated now two times my Mac Big Sur VM without any problems. My first problem was a bad OpenCore config (my fault)
  3. Ups Here you go. Macinabox_CODE-pure-efi.fd Macinabox_VARS-pure-efi.fd
  4. You should just try to recreate your Macinabox. This means. Delete both created userscripts, then remove the Docker-App and then remove the "app" macinabox. Now go into the Community-Apps and reinstall the Macinabox app with your settings.
  5. You should be able to update if you use the "Big-Sur-OpenCore.img" provided by macinabox (which you maybe have removed like me because you want to use your "boot drive (efi)". If you use the clear BigSurOpenCore.img which macinabox provide in /mnt/users/isos then you should be able to update. But maybe some devices wont work while you update it. After the update you should be able to use your own OpenCore again. I tested this within a cloned version of my bigsur without editing again my OpenCore. ^^ https://easyupload.io/zyte8s Here I uploaded the standard BigSur-opencore.img Your xml should then be looks like this: <disk type='block' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source dev='/dev/nvme0n1'/> <--- SHOULD BE EDITED WITH YOUR HDD IF PASSTHROUG! ---> <backingStore/> <target dev='hda' bus='sata'/> <boot order='5'/> <--- Your Boot-Order needed to be changed! ---> <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/isos/BigSur-opencore.img'/> <--- PATH TO YOUR BigSur-opencore.img FILE! ---> <target dev='hdb' bus='sata'/> <boot order='1'/> <--- Your Boot-Order needed to be changed set this while you want to update to "1" ---> <address type='drive' controller='0' bus='0' target='0' unit='3'/> </disk>
  6. Nah, you dont messed up your server. You should just enable "expert view" within editing the VM and empty your xml completely. Than you should be able to remove your VM (without the vdisk!). The vdisk can you manually remove within the domains folder on your server. I fixed my problem myself. I got a bad OpenCore Config.plist. I just redid my OpenCore and then I was able to update just fine from Big Sur 11.2.3 to 11.3.
  7. Does anyone managed to update Big Sur 11.2* to Big Sur 11.3? For me it seems to install but after I booted back into mac os (after 15-20 Minutes update installation) it want again to update xD
  8. I got this problem a few days back ago too. I justed removed the "app" Macinabox and deleted all userscripts (macinabox) and reinstalled the app within community apps. After this I was able to get which OSX I wanted. Maybe this helps?
  9. Maybe try restarting the VM? Because VNC always works for me, when I cracked up my xml file and need to edit it back to get a working gpu-passthrough When the keyboard works normally, than maybe something is wrong within your browser settings (inside the VNC window). What OS you are browsing to your unraid.
  10. Maybe this is wrong here. But I have to say thank you for this great Plugin, because this helped me alot to get my drives sorted for me. 🙂 Thanks!
  11. Server seems fine for his "workload". Within you NIXDESK I would passthrough the 1TB M2 directly to a Win 10 VM. So you are able to use your Win 10 Installation within a VM or if you want to boot directly from it, you can just boot directly from it 🙂 It should then looks like this: With this setting you can use your already installed and setuped Windows within Unraid as VM, and you are still able to boot directly from it. (If you want to). Keep in mind that just one VM at once can be booted up with passthrouged Graphicscards, USB-Controllers and so on... Maybe for the Ubuntu VM it is enough when you just use VNC as Graphicscard and emulated USBs
  12. Thank you so much! It now works sound over hdmi to my display. I updated all kext files and also tried it with alcid=1 and alcid=11 (not both at once). But still I cant get my onboard sound passthroughed Maybe I'll look into this later. Thank you for your great help with my HDMI Sound. Appriciate it!
  13. Maybe but as I wrote here I am at the office (work) and connected via VPN to my Home-Network. Connection seems to be stable. Anyway maybe there hang something up I really dont know. But I am happy that it work again. Thank you for your effort 🙂
  14. As mentioned I tried uninstalling reinstalling. Now I let my unraid server rebooting (3 Times). Now everything seems to work again. I really dont know why or how this happend. I am sorry for posting my problems here, which are just away cuz of a few reboots Thank you for your help!
  15. I attached my settings there are like yours but with the error as mentioned. I already uninstalled both plugins and reinstalled them. But I still see this "error/warning".
  16. Since Unraid Version: 6.9.2. I just get the messege: Following are missing or not loaded: usbip_host module. Did there got something remove for usbip? With Version 6.9.1 everything worked -.-
  17. Thank you for the clearification. I try it by setting up my xml. This is my actual xml file. This is my corrected xml I hope it'll work! Thank you. <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'> <name>Macinabox BigSur</name> <uuid>f99ca344-b927-4632-b4f5-549c3cba4124</uuid> <description>MacOS Big Sur</description> <metadata> <vmtemplate xmlns="unraid" name="Windows 10" icon="default.png" os="osx"/> </metadata> <memory unit='KiB'>16777216</memory> <currentMemory unit='KiB'>16777216</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>8</vcpu> <cputune> <vcpupin vcpu='0' cpuset='0'/> <vcpupin vcpu='1' cpuset='1'/> <vcpupin vcpu='2' cpuset='2'/> <vcpupin vcpu='3' cpuset='3'/> <vcpupin vcpu='4' cpuset='4'/> <vcpupin vcpu='5' cpuset='5'/> <vcpupin vcpu='6' cpuset='6'/> <vcpupin vcpu='7' cpuset='7'/> </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/system/custom_ovmf/Macinabox_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/f99ca344-b927-4632-b4f5-549c3cba4124_VARS-pure-efi.fd</nvram> </os> <features> <acpi/> <apic/> </features> <cpu mode='host-passthrough' check='none' migratable='on'> <topology sockets='1' dies='1' cores='4' 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='block' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source dev='/dev/nvme0n1'/> <target dev='hdc' bus='sata'/> <boot order='1'/> <address type='drive' controller='0' bus='0' target='0' unit='2'/> </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='0x8'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0' multifunction='on'/> </controller> <controller type='pci' index='2' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='2' port='0x9'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/> </controller> <controller type='pci' index='3' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='3' port='0xa'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x2'/> </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='0x14'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x4'/> </controller> <controller type='pci' index='6' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='6' port='0xb'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x3'/> </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='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> <interface type='bridge'> <mac address='52:54:00:e7:7b:c0'/> <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='0x0b' slot='0x00' function='0x0'/> </source> <rom file='/mnt/user/isos/vbios/GeForce GT 630 OEM'/> <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='0x0d' slot='0x00' function='0x4'/> </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='0x0b' slot='0x00' function='0x1'/> </source> <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x1'/> </hostdev> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x0d' slot='0x00' function='0x3'/> </source> <address type='pci' domain='0x0000' bus='0x06' slot='0x00' function='0x0'/> </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='Penryn,kvm=on,vendor=GenuineIntel,+invtsc,vmware-cpuid-freq=on,+pcid,+ssse3,+sse4.2,+popcnt,+avx,+aes,+xsave,+xsaveopt,check'/> </qemu:commandline> </domain>
  18. I already tried these steps but still no luck with hdmi sound and onboard sound. Just my headphone usb dongle works [emoji22] Gesendet von iPhone mit Tapatalk Pro
  19. Hello I got a quick question. I am unable to get sound within my MacOS Big Sur VM. I added the onboard sound card (Asrock X570 with 3900X). But within the MacOS my sound devices are empty. I already played around with kext files and efi driver files but nothing seems to work... Attached a screenshot which shows how I set it up. I also tried to change the first sound card to the nvidia one and the AMD onboard to the second one. But nothing seems to work. Even the nvidia sound (hdmi) wont show up...)