mSedek

Members
  • Posts

    120
  • Joined

  • Last visited

Everything posted by mSedek

  1. no man my bad.. but if you are usinf opencore you need to use the default ovmf files create a new vm linux for example and copy the OS sectio from there
  2. read my first post in this same page aswering the same question as you have the same problem
  3. yes, you migh have missplaced the boot arg it is in NVRAM (SECOND UUID LINE) right click boot-args whatevergreen select from the list agdpmod=pikera close saving changes and reboot side note if you are in a failed boot attempt, reset the whole server becasue AMD reset bug will prevent the VM from booting
  4. in order to load you need to change the isa-applesmc line in the qemu tag for the real one, search in google for qemu isa-applesmc 64-byte-OSK-string and you may find it
  5. those are the right steps but after shutdown , remove all the boot dirves and images and leave only your os disk and check if everything is booting from the disk, if you did everything right then the macOS resolution would be much higher than with clover and it should shows 16mb video memory allocation or around that.. then you passthrough the card check that your OS tags are pointing to YOUR native default ovmf files and not the modified ones from macinabox
  6. if you are using clover, change the gpu back to vnc, in vnc change from clover to opencore following this https://github.com/Leoyzen/KVM-Opencore and then , peronally I use a tool called opencore configurator to edit the config.plist to add the agdpmod=pikera boot arg needed to boot with the 5700XT and update to the latest whatevergreen which the opencore configurtor will allow to
  7. change you OS tag for this <os> <type arch='x86_64' machine='pc-q35-3.1'>hvm</type> <loader readonly='yes' type='pflash'>/mnt/user/domains/MacinaboxCatalina/ovmf/OVMF_CODE.fd</loader> <nvram>/mnt/user/domains/MacinaboxCatalina/ovmf/OVMF_VARS.fd</nvram> </os> and add this between the 2 final bottom tag devices and domain <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='isa-applesmc,osk=???????????????????????????????(c)AppleComputerInc'/> <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> but change the ?????????????????????????????????????????????????? part for the correct word which is forbidden in the forum and finally change the network interface to <interface type='bridge'> <mac address='52:54:00:6e:06:d1'/> <source bridge='br0'/> <model type='e1000-82545em'/> <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/> </interface>
  8. Nice, advice you to also passthrough 1 nvme drive for each vm and use a pcie usb controller for each vm too. You just need to create 6 machines with macinabox naming each for your desired name and then following the guides right here in the post to get all working Also advice you to wait a little bit until @SpaceInvaderOne updates the container with the new changes like being able to installl everything with opencore from the start, so everything is easier and rock stable from the beginning. Thats a thing thats about to happen once apple releases big sur
  9. Just a question out of curiosity, do you plan to add also 6 graphic cards? because the macOS experience without it is really bad and I see you are putting A LOT of resources to it.
  10. I currently have an nvme array with all my vms and data there, now I bought 3x 4TB HDDS 5400RPM and want to transfer my current setup to the new disks in order to free up the 3x nvme.. so Im asking how to do this without losing my data and VMs
  11. Hello, currently have 3 nvme 512GB working with the array but getting tomorrow 3x 4TB nas drives 5400 RPM WD RED, 1 for data and 2 for parity. The question is, how to add the new drives to the array with the described configuration in such way that I dont lose any data and releasing the nvme drives to also use one of those as cache drive.. Thanks in advance.
  12. <os> <type arch='x86_64' machine='pc-q35-3.1'>hvm</type> <loader readonly='yes' type='pflash'>/mnt/user/domains/MacinaboxCatalina/ovmf/OVMF_CODE.fd</loader> <nvram>/mnt/user/domains/MacinaboxCatalina/ovmf/OVMF_VARS.fd</nvram> </os> this tag is what you need to change
  13. You eddited the machine vía visual settings and lost the OS tags, and kvm tags
  14. If you need 32 bits programs, you must go rx400/500 series to be able to run mojave. From Catalina and up navi 10 with boot arg adgpmod=pikera works flawless
  15. Works flawlessly in My production environment.. Just be sure to grab the 1.x version tho
  16. Opencore offers you Better performance when satup with the lyonzen tips Also if you want to pasthrough things like a graphics card it is easier too. I think @SpaceInvaderOne should update macinabox to get installed with opencore otb.
  17. Clover does runs 15.7 without mods, but the best thing you can do is to switch to lyonzen opencore right away.
  18. Native, worked out of the box when passedthrough
  19. I got an nvidia 710 that I Use for troubleshooting and works flawlessly in mojave, havent tried it in Catalina tho.