Everything posted by RiDDiX
-
Virtualizing Windows 11 and TPM 2.0 requirement
For me it is a lil bit of nastynes cuz Unraid will when upgraded to stable 6.10 maybe remove the patched / updated files. So why I should do it myself, when already a update will come which add the wanted "features"? I mostly like to use a system like it is (system as is). Just for better error findings and so on. 🙂 I wont say that the "new prebuilt binaries" are bad or something near like this. It is nice that someone found a way to do it for earlier unraid builds but as I said, if some new errors or problems can come through such doings no one can really help if they happen or I will say it will just be harder to find solutions then.
-
Windows 11 System Requirements Announced - does it pose any issues?
Ups yeah sorry forgot to mention it.
-
** Hackintosh ** Tips to make a bare metal MacOS
I used nearly the same guid for creating the usb installer, but I used Big Sur then upgraded to Monterey. If you are able to passthrough a usb card or even the onboard usb controller to the vm I should work just fine. Its what I did. I created the usb installer within a linux vm, then passthrough my usb onboard to the mac vm, I used FreeBSD as template for my hackintosh vm, added the qemu arg lines (at the bottom of my xml) and edited my xml for my gpu to be paired instead of splitted, keyword "multifunction=on". Then I added the kexts which I needed for my Hackintosh VM. Lilu and Whatevergreen also RestrictEvents are needed in most of the cases. My VM runs smoth and nicely, for me the badside is that my Unraid Server atm is stuck with a GT630 so I needed the geforce-kepler patcher from chris1111 which added the needed geforce kexts to get my monitor looking correct and full resolution.
-
NordVPN
It seems that the "LATEST" isnt the LATEST This is why I added the :master Because it uses NordVPN Client 3.11 instead 3.10
-
Virtualizing Windows 11 and TPM 2.0 requirement
If you want you can already install latest Test Version of unraid: https://s3.amazonaws.com/dnld.lime-technology.com/test/unRAIDServer.plg OVMF TMP already there without any nasty patches. 🙂
-
video=efifb:off,vesafb:off not working in UNRAID 6.10-rc1
As ghost wrote it already. The bootarg still works as it should and as you see. Your monitor just freezed up where Unraid stopped using your monitor. (Like a frozen Picture)
-
IOMMU is being disabled
ASRock X570 Phantom Gaming 4S no problems here. Try to update your BIOS'es maybe?
-
NordVPN
Found a fix: Edit the docker template and add/replace for repository: bubuntux/nordvpn:master Start the container, when stuck at "connecting" Go into Unraid -> Docker -> Click on nordvpn Icon -> Console -> type curl ifconfig.io Check IP against your WAN-IP. Should work 🙂
-
NordVPN
I try now a few and check which one is my favorite. Here my Logs / Username and Password wont show. But it is stuck at connecting -.-
-
NordVPN
So I tried with chaning my password within nordvpn control panel.. Dont work So Ill go back to an other nordvpn docker....
-
NordVPN
Ok. I will try this also but afaik if this happens every week it seems nearly useless. Because why should I change my Password every week?
-
Windows 10 VM with slow/non working browser
Post your diagnotic log file or try to check your network settings within Unraid.
-
Windows 11 System Requirements Announced - does it pose any issues?
I dont know if I am supposed to post a 6.10.0-rc2h Build here... But with this no "external" Patches are needed. Decided to do because it is visible within the forums itself: https://s3.amazonaws.com/dnld.lime-technology.com/test/unRAIDServer.plg This will bring into the "Test"-Branche but you will be able to get the "OVMF TPM"-BIOS. Just edit then your xml or from the drop down menu..
-
NordVPN
Also for me since last night completly broken. Used an other one... Sad cuz NordLynx and KillSwitch worked great till yesterday night.
-
** Hackintosh ** Tips to make a bare metal MacOS
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>ACPI</key> <dict> <key>Add</key> <array> <dict> <key>Comment</key> <string></string> <key>Enabled</key> <true/> <key>Path</key> <string>SSDT-PLUG.aml</string> </dict> <dict> <key>Comment</key> <string></string> <key>Enabled</key> <true/> <key>Path</key> <string>SSDT-GFX.aml</string> </dict> <dict> <key>Comment</key> <string></string> <key>Enabled</key> <true/> <key>Path</key> <string>SSDT-ARPT.aml</string> </dict> <dict> <key>Comment</key> <string></string> <key>Enabled</key> <true/> <key>Path</key> <string>SSDT-XGE.aml</string> </dict> <dict> <key>Comment</key> <string></string> <key>Enabled</key> <true/> <key>Path</key> <string>SSDT-NVME.aml</string> </dict> <dict> <key>Comment</key> <string></string> <key>Enabled</key> <true/> <key>Path</key> <string>SSDT-XHC.aml</string> </dict> <dict> <key>Comment</key> <string></string> <key>Enabled</key> <true/> <key>Path</key> <string>SSDT-EC-USBX-DESKTOP.aml</string> </dict> </array> <key>Delete</key> <array/> <key>Patch</key> <array/> <key>Quirks</key> <dict> <key>FadtEnableReset</key> <false/> <key>NormalizeHeaders</key> <false/> <key>RebaseRegions</key> <false/> <key>ResetHwSig</key> <false/> <key>ResetLogoStatus</key> <true/> <key>SyncTableIds</key> <false/> </dict> </dict> <key>Booter</key> <dict> <key>MmioWhitelist</key> <array/> <key>Patch</key> <array/> <key>Quirks</key> <dict> <key>AllowRelocationBlock</key> <false/> <key>AvoidRuntimeDefrag</key> <true/> <key>DevirtualiseMmio</key> <false/> <key>DisableSingleUser</key> <false/> <key>DisableVariableWrite</key> <false/> <key>DiscardHibernateMap</key> <false/> <key>EnableSafeModeSlide</key> <true/> <key>EnableWriteUnprotector</key> <false/> <key>ForceBooterSignature</key> <false/> <key>ForceExitBootServices</key> <false/> <key>ProtectMemoryRegions</key> <false/> <key>ProtectSecureBoot</key> <false/> <key>ProtectUefiServices</key> <false/> <key>ProvideCustomSlide</key> <true/> <key>ProvideMaxSlide</key> <integer>0</integer> <key>RebuildAppleMemoryMap</key> <true/> <key>SetupVirtualMap</key> <true/> <key>SignalAppleOS</key> <false/> <key>SyncRuntimePermissions</key> <true/> </dict> </dict> <key>DeviceProperties</key> <dict> <key>Add</key> <dict/> <key>Delete</key> <dict/> </dict> <key>Kernel</key> <dict> <key>Add</key> <array> <dict> <key>Arch</key> <string>Any</string> <key>BundlePath</key> <string>Lilu.kext</string> <key>Comment</key> <string></string> <key>Enabled</key> <true/> <key>ExecutablePath</key> <string>Contents/MacOS/Lilu</string> <key>MaxKernel</key> <string></string> <key>MinKernel</key> <string></string> <key>PlistPath</key> <string>Contents/Info.plist</string> </dict> <dict> <key>Arch</key> <string>Any</string> <key>BundlePath</key> <string>WhateverGreen.kext</string> <key>Comment</key> <string></string> <key>Enabled</key> <true/> <key>ExecutablePath</key> <string>Contents/MacOS/WhateverGreen</string> <key>MaxKernel</key> <string></string> <key>MinKernel</key> <string></string> <key>PlistPath</key> <string>Contents/Info.plist</string> </dict> <dict> <key>Arch</key> <string>Any</string> <key>BundlePath</key> <string>BlueToolFixup.kext</string> <key>Comment</key> <string></string> <key>Enabled</key> <true/> <key>ExecutablePath</key> <string>Contents/MacOS/BlueToolFixup</string> <key>MaxKernel</key> <string></string> <key>MinKernel</key> <string></string> <key>PlistPath</key> <string>Contents/Info.plist</string> </dict> <dict> <key>Arch</key> <string>Any</string> <key>BundlePath</key> <string>AppleALC.kext</string> <key>Comment</key> <string></string> <key>Enabled</key> <true/> <key>ExecutablePath</key> <string>Contents/MacOS/AppleALC</string> <key>MaxKernel</key> <string></string> <key>MinKernel</key> <string></string> <key>PlistPath</key> <string>Contents/Info.plist</string> </dict> <dict> <key>Arch</key> <string>Any</string> <key>BundlePath</key> <string>RestrictEvents.kext</string> <key>Comment</key> <string></string> <key>Enabled</key> <true/> <key>ExecutablePath</key> <string>Contents/MacOS/RestrictEvents</string> <key>MaxKernel</key> <string></string> <key>MinKernel</key> <string></string> <key>PlistPath</key> <string>Contents/Info.plist</string> </dict> </array> <key>Block</key> <array/> <key>Emulate</key> <dict> <key>Cpuid1Data</key> <data>VwYFAAAAAAAAAAAAAAAAAA==</data> <key>Cpuid1Mask</key> <data>/////wAAAAAAAAAAAAAAAA==</data> <key>DummyPowerManagement</key> <false/> <key>MaxKernel</key> <string></string> <key>MinKernel</key> <string></string> </dict> <key>Force</key> <array/> <key>Patch</key> <array/> <key>Quirks</key> <dict> <key>AppleCpuPmCfgLock</key> <false/> <key>AppleXcpmCfgLock</key> <false/> <key>AppleXcpmExtraMsrs</key> <false/> <key>AppleXcpmForceBoost</key> <false/> <key>CustomSMBIOSGuid</key> <false/> <key>DisableIoMapper</key> <false/> <key>DisableLinkeditJettison</key> <true/> <key>DisableRtcChecksum</key> <false/> <key>ExtendBTFeatureFlags</key> <false/> <key>ExternalDiskIcons</key> <false/> <key>ForceSecureBootScheme</key> <false/> <key>IncreasePciBarSize</key> <false/> <key>LapicKernelPanic</key> <false/> <key>LegacyCommpage</key> <false/> <key>PanicNoKextDump</key> <false/> <key>PowerTimeoutKernelPanic</key> <false/> <key>ProvideCurrentCpuInfo</key> <true/> <key>SetApfsTrimTimeout</key> <integer>-1</integer> <key>ThirdPartyDrives</key> <false/> <key>XhciPortLimit</key> <false/> </dict> <key>Scheme</key> <dict> <key>CustomKernel</key> <false/> <key>FuzzyMatch</key> <true/> <key>KernelArch</key> <string>x86_64</string> <key>KernelCache</key> <string>Auto</string> </dict> </dict> <key>Misc</key> <dict> <key>BlessOverride</key> <array/> <key>Boot</key> <dict> <key>ConsoleAttributes</key> <integer>0</integer> <key>HibernateMode</key> <string>None</string> <key>HideAuxiliary</key> <false/> <key>LauncherOption</key> <string>Disabled</string> <key>LauncherPath</key> <string>Default</string> <key>PickerAttributes</key> <integer>1</integer> <key>PickerAudioAssist</key> <false/> <key>PickerMode</key> <string>Builtin</string> <key>PickerVariant</key> <string>Acidanthera\Syrah</string> <key>PollAppleHotKeys</key> <false/> <key>ShowPicker</key> <true/> <key>TakeoffDelay</key> <integer>0</integer> <key>Timeout</key> <integer>5</integer> </dict> <key>Debug</key> <dict> <key>AppleDebug</key> <true/> <key>ApplePanic</key> <true/> <key>DisableWatchDog</key> <true/> <key>DisplayDelay</key> <integer>0</integer> <key>DisplayLevel</key> <integer>2147483648</integer> <key>SerialInit</key> <false/> <key>SysReport</key> <false/> <key>Target</key> <integer>3</integer> </dict> <key>Entries</key> <array/> <key>Security</key> <dict> <key>AllowNvramReset</key> <true/> <key>AllowSetDefault</key> <true/> <key>AllowToggleSip</key> <false/> <key>ApECID</key> <integer>0</integer> <key>AuthRestart</key> <false/> <key>BlacklistAppleUpdate</key> <true/> <key>DmgLoading</key> <string>Signed</string> <key>EnablePassword</key> <false/> <key>ExposeSensitiveData</key> <integer>6</integer> <key>HaltLevel</key> <integer>2147483648</integer> <key>PasswordHash</key> <data></data> <key>PasswordSalt</key> <data></data> <key>ScanPolicy</key> <integer>0</integer> <key>SecureBootModel</key> <string>Disabled</string> <key>Vault</key> <string>Optional</string> </dict> <key>Tools</key> <array/> </dict> <key>NVRAM</key> <dict> <key>Add</key> <dict> <key>4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14</key> <dict> <key>DefaultBackgroundColor</key> <data>AAAAAA==</data> <key>UIScale</key> <data>AQ==</data> </dict> <key>4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102</key> <dict> <key>revcpu</key> <integer>1</integer> <key>rtc-blacklist</key> <data></data> </dict> <key>7C436110-AB2A-4BBB-A880-FE41995C9F82</key> <dict> <key>ForceDisplayRotationInEFI</key> <integer>50</integer> <key>SystemAudioVolume</key> <data>Rg==</data> <key>boot-args</key> <string>-v keepsyms=1 debug=0x100 alcid=1</string> <key>csr-active-config</key> <data>7w8AAA==</data> <key>run-efi-updater</key> <string>No</string> </dict> </dict> <key>Delete</key> <dict> <key>4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14</key> <array> <string>UIScale</string> <string>DefaultBackgroundColor</string> </array> <key>4D1FDA02-38C7-4A6A-9CC6-4BCCA8B30102</key> <array> <string>rtc-blacklist</string> </array> <key>7C436110-AB2A-4BBB-A880-FE41995C9F82</key> <array> <string>boot-args</string> <string>ForceDisplayRotationInEFI</string> </array> </dict> <key>LegacyEnable</key> <false/> <key>LegacyOverwrite</key> <false/> <key>LegacySchema</key> <dict> <key>7C436110-AB2A-4BBB-A880-FE41995C9F82</key> <array> <string>EFILoginHiDPI</string> <string>EFIBluetoothDelay</string> <string>LocationServicesEnabled</string> <string>SystemAudioVolume</string> <string>SystemAudioVolumeDB</string> <string>SystemAudioVolumeSaved</string> <string>bluetoothActiveControllerInfo</string> <string>bluetoothInternalControllerInfo</string> <string>flagstate</string> <string>fmm-computer-name</string> <string>fmm-mobileme-token-FMM</string> <string>fmm-mobileme-token-FMM-BridgeHasAccount</string> <string>nvda_drv</string> <string>prev-lang:kbd</string> </array> <key>8BE4DF61-93CA-11D2-AA0D-00E098032B8C</key> <array> <string>Boot0080</string> <string>Boot0081</string> <string>Boot0082</string> <string>BootNext</string> <string>BootOrder</string> </array> </dict> <key>WriteFlash</key> <true/> </dict> <key>PlatformInfo</key> <dict> <key>Automatic</key> <true/> <key>CustomMemory</key> <false/> <key>Generic</key> <dict> </dict> <key>UpdateDataHub</key> <true/> <key>UpdateNVRAM</key> <true/> <key>UpdateSMBIOS</key> <true/> <key>UpdateSMBIOSMode</key> <string>Create</string> <key>UseRawUuidEncoding</key> <false/> </dict> <key>UEFI</key> <dict> <key>APFS</key> <dict> <key>EnableJumpstart</key> <true/> <key>GlobalConnect</key> <false/> <key>HideVerbose</key> <true/> <key>JumpstartHotPlug</key> <false/> <key>MinDate</key> <integer>0</integer> <key>MinVersion</key> <integer>0</integer> </dict> <key>AppleInput</key> <dict> <key>AppleEvent</key> <string>Builtin</string> <key>CustomDelays</key> <false/> <key>GraphicsInputMirroring</key> <false/> <key>KeyInitialDelay</key> <integer>0</integer> <key>KeySubsequentDelay</key> <integer>5</integer> <key>PointerSpeedDiv</key> <integer>1</integer> <key>PointerSpeedMul</key> <integer>1</integer> </dict> <key>Audio</key> <dict> <key>AudioCodec</key> <integer>0</integer> <key>AudioDevice</key> <string>PciRoot(0x0)/Pci(0x1b,0x0)</string> <key>AudioOut</key> <integer>0</integer> <key>AudioSupport</key> <false/> <key>MinimumVolume</key> <integer>20</integer> <key>PlayChime</key> <string>Auto</string> <key>ResetTrafficClass</key> <false/> <key>SetupDelay</key> <integer>0</integer> <key>VolumeAmplifier</key> <integer>0</integer> </dict> <key>ConnectDrivers</key> <true/> <key>Drivers</key> <array> <dict> <key>Arguments</key> <string></string> <key>Comment</key> <string></string> <key>Enabled</key> <true/> <key>Path</key> <string>AudioDxe.efi</string> </dict> <dict> <key>Arguments</key> <string></string> <key>Comment</key> <string></string> <key>Enabled</key> <true/> <key>Path</key> <string>OpenCanopy.efi</string> </dict> <dict> <key>Arguments</key> <string></string> <key>Comment</key> <string></string> <key>Enabled</key> <true/> <key>Path</key> <string>OpenHfsPlus.efi</string> </dict> <dict> <key>Arguments</key> <string></string> <key>Comment</key> <string></string> <key>Enabled</key> <true/> <key>Path</key> <string>OpenRuntime.efi</string> </dict> </array> <key>Input</key> <dict> <key>KeyFiltering</key> <false/> <key>KeyForgetThreshold</key> <integer>5</integer> <key>KeySupport</key> <true/> <key>KeySupportMode</key> <string>Auto</string> <key>KeySwap</key> <false/> <key>PointerSupport</key> <false/> <key>PointerSupportMode</key> <string>ASUS</string> <key>TimerResolution</key> <integer>50000</integer> </dict> <key>Output</key> <dict> <key>ClearScreenOnModeSwitch</key> <false/> <key>ConsoleMode</key> <string></string> <key>DirectGopRendering</key> <false/> <key>ForceResolution</key> <false/> <key>GopPassThrough</key> <string>Disabled</string> <key>IgnoreTextInGraphics</key> <false/> <key>ProvideConsoleGop</key> <true/> <key>ReconnectOnResChange</key> <false/> <key>ReplaceTabWithSpace</key> <false/> <key>Resolution</key> <string>Max</string> <key>SanitiseClearScreen</key> <false/> <key>TextRenderer</key> <string>BuiltinGraphics</string> <key>UgaPassThrough</key> <false/> </dict> <key>ProtocolOverrides</key> <dict> <key>AppleAudio</key> <false/> <key>AppleBootPolicy</key> <false/> <key>AppleDebugLog</key> <false/> <key>AppleEg2Info</key> <false/> <key>AppleFramebufferInfo</key> <false/> <key>AppleImageConversion</key> <false/> <key>AppleImg4Verification</key> <false/> <key>AppleKeyMap</key> <false/> <key>AppleRtcRam</key> <false/> <key>AppleSecureBoot</key> <false/> <key>AppleSmcIo</key> <false/> <key>AppleUserInterfaceTheme</key> <false/> <key>DataHub</key> <false/> <key>DeviceProperties</key> <false/> <key>FirmwareVolume</key> <false/> <key>HashServices</key> <false/> <key>OSInfo</key> <false/> <key>UnicodeCollation</key> <false/> </dict> <key>Quirks</key> <dict> <key>ActivateHpetSupport</key> <false/> <key>DisableSecurityPolicy</key> <false/> <key>EnableVectorAcceleration</key> <true/> <key>ExitBootServicesDelay</key> <integer>0</integer> <key>ForceOcWriteFlash</key> <false/> <key>ForgeUefiSupport</key> <false/> <key>IgnoreInvalidFlexRatio</key> <false/> <key>ReleaseUsbOwnership</key> <false/> <key>ReloadOptionRoms</key> <false/> <key>RequestBootVarRouting</key> <true/> <key>TscSyncTimeout</key> <integer>0</integer> <key>UnblockFsConnect</key> <false/> </dict> <key>ReservedMemory</key> <array/> </dict> </dict> </plist> Nothing special inside here. Just some kexts which are needed for my hardware... No / less Patches and yeah it just works.. I removed my platform info cuz of ID and s/n. But anyway just my setup. 🙂
-
VMs Freezing
It is so sad. That this problem persists without any logs -.- I am getting mad and sad....
-
** Hackintosh ** Tips to make a bare metal MacOS
I am using "MacPro7,1" as SMBIOS. Because yeah the raw power of my CPU / Cores and RAM. Also I just use OpenCore Configurator when I am lazy. But you should avoid using it. (Mostly atm it breaks things/settings). Also shows your "log" that you malformatted your config.plist (Maybe OpenCore Configurator related).
-
** Hackintosh ** Tips to make a bare metal MacOS
Nice to read, that now it works 🙂 Sometimes small things make a big difference... BTW my Mac OS Hackintosh VM runs better then my Win 11 VM This is such a strange behaviour XD
-
VMs Freezing
Strange... For me just my Win 10 and Win 11 VMs are freezing up... My Mac OS - / Ubuntu - / Debian - VMs are running fine without any problems. May logs dont even provide any errors or warnings -.-
-
Unable to boot Windows 10 VM using NVMe passthrough
<os> <type arch='x86_64' machine='pc-i440fx-5.1'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/7176a4af-1950-f1ff-e71e-804c92c5c7a7_VARS-pure-efi.fd</nvram> <boot dev='hd'/> </os> Maybe try this.
-
Cant get VMs to work
With the arrow-keys go to Boot Manager and look if some bootdevices shown up. Maybe you forgot to set a boot device within your VM-Settings / post your xml file, for this thick the advanced within vm edit.
-
VMs Freezing
Did you find anyway around your freezes? Would be interesting...
-
** Hackintosh ** Tips to make a bare metal MacOS
<?xml version='1.0' encoding='UTF-8'?> <domain type='kvm' id='4' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'> <name>MacOS - RiDDiX</name> <uuid>XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX</uuid> <description>MacOS-RiDDiX</description> <metadata> <vmtemplate xmlns="unraid" name="FreeBSD" icon="freebsd.png" os="freebsd"/> </metadata> <memory unit='KiB'>33554432</memory> <currentMemory unit='KiB'>33554432</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>12</vcpu> <cputune> <vcpupin vcpu='0' cpuset='3'/> <vcpupin vcpu='1' cpuset='15'/> <vcpupin vcpu='2' cpuset='4'/> <vcpupin vcpu='3' cpuset='16'/> <vcpupin vcpu='4' cpuset='5'/> <vcpupin vcpu='5' cpuset='17'/> <vcpupin vcpu='6' cpuset='6'/> <vcpupin vcpu='7' cpuset='18'/> <vcpupin vcpu='8' cpuset='7'/> <vcpupin vcpu='9' cpuset='19'/> <vcpupin vcpu='10' cpuset='8'/> <vcpupin vcpu='11' cpuset='20'/> </cputune> <resource> <partition>/machine</partition> </resource> <os> <type arch='x86_64' machine='pc-q35-6.0'>hvm</type> <loader readonly='yes' type='pflash'>XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX</loader> <nvram>XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX</nvram> </os> <features> <acpi/> <apic/> </features> <cpu mode='host-passthrough' check='none' migratable='on'> <cache mode='passthrough'/> <feature policy='require' name='topoext'/> </cpu> <clock offset='localtime'> <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'/> <source file='/mnt/user/isos/OpenCore.img' index='1'/> <backingStore/> <target dev='hda' bus='sata'/> <boot order='1'/> <alias name='sata0-0-2'/> <address type='drive' controller='0' bus='0' target='0' unit='2'/> </disk> <controller type='pci' index='0' model='pcie-root'> <alias name='pcie.0'/> </controller> <controller type='pci' index='1' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='1' port='0x8'/> <alias name='pci.1'/> <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'/> <alias name='pci.2'/> <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'/> <alias name='pci.3'/> <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='0xb'/> <alias name='pci.4'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x3'/> </controller> <controller type='pci' index='5' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='5' port='0xc'/> <alias name='pci.5'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x4'/> </controller> <controller type='pci' index='6' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='6' port='0xd'/> <alias name='pci.6'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x5'/> </controller> <controller type='pci' index='7' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='7' port='0xe'/> <alias name='pci.7'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x6'/> </controller> <controller type='pci' index='8' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='8' port='0xf'/> <alias name='pci.8'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x7'/> </controller> <controller type='pci' index='9' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='9' port='0x10'/> <alias name='pci.9'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0' multifunction='on'/> </controller> <controller type='pci' index='10' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='10' port='0x11'/> <alias name='pci.10'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x1'/> </controller> <controller type='pci' index='11' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='11' port='0x12'/> <alias name='pci.11'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x2'/> </controller> <controller type='pci' index='12' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='12' port='0x13'/> <alias name='pci.12'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x3'/> </controller> <controller type='pci' index='13' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='13' port='0x14'/> <alias name='pci.13'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x4'/> </controller> <controller type='pci' index='14' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='14' port='0x15'/> <alias name='pci.14'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x5'/> </controller> <controller type='pci' index='15' model='pcie-to-pci-bridge'> <model name='pcie-pci-bridge'/> <alias name='pci.15'/> <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/> </controller> <controller type='virtio-serial' index='0'> <alias name='virtio-serial0'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/> </controller> <controller type='sata' index='0'> <alias name='ide'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/> </controller> <controller type='usb' index='0' model='qemu-xhci' ports='15'> <alias name='usb'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/> </controller> <interface type='bridge'> <mac address='XX:XX:XX:XX:XX:XX'/> <source bridge='br0'/> <target dev='vnet3'/> <model type='virtio-net'/> <alias name='net0'/> <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0'/> </interface> <serial type='pty'> <source path='/dev/pts/0'/> <target type='isa-serial' port='0'> <model name='isa-serial'/> </target> <alias name='serial0'/> </serial> <console type='pty' tty='/dev/pts/0'> <source path='/dev/pts/0'/> <target type='serial' port='0'/> <alias name='serial0'/> </console> <channel type='unix'> <source mode='bind' path='/var/lib/libvirt/qemu/channel/target/domain-4-MacOS - RiDDiX/org.qemu.guest_agent.0'/> <target type='virtio' name='org.qemu.guest_agent.0' state='connected'/> <alias name='channel0'/> <address type='virtio-serial' controller='0' bus='0' port='1'/> </channel> <input type='tablet' bus='usb'> <alias name='input0'/> <address type='usb' bus='0' port='1'/> </input> <input type='mouse' bus='ps2'> <alias name='input1'/> </input> <input type='keyboard' bus='ps2'> <alias name='input2'/> </input> <audio id='1' type='none'/> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x04' slot='0x00' function='0x0'/> </source> <alias name='hostdev0'/> <rom file='/mnt/user/isos/vbios/GeForceGT630OEM.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='0x04' slot='0x00' function='0x1'/> </source> <alias name='hostdev1'/> <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='0x4'/> </source> <alias name='hostdev2'/> <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='0x0a' slot='0x00' function='0x0'/> </source> <alias name='hostdev3'/> <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='0x1'/> </source> <alias name='hostdev4'/> <address type='pci' domain='0x0000' bus='0x09' 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> <alias name='hostdev5'/> <address type='pci' domain='0x0000' bus='0x0a' slot='0x00' function='0x0'/> </hostdev> <memballoon model='none'/> </devices> <seclabel type='dynamic' model='dac' relabel='yes'> <label>+0:+100</label> <imagelabel>+0:+100</imagelabel> </seclabel> <qemu:commandline> <qemu:arg value='-device'/> <qemu:arg value='************************'/> <qemu:arg value='-smbios'/> <qemu:arg value='type=2'/> <qemu:arg value='-cpu'/> <qemu:arg value='host,vendor=GenuineIntel,+invtsc,kvm=on'/> </qemu:commandline> </domain> my Mac OS XML. Works like a charm with Big Sur and also Monterey 🙂 Just special maybe is my OpenCore Config, but even this is just simple without any patches just some kexts. If wanted I can publish this also May Ill upgrade my GPU, when prices are dropping nearly MSRP. But atm it does it jobs and yeah, performance and stability are great. Better then my Win 11 VM which just freezes randomly...
-
VMs Freezing
Hi darrenyorston, maybe you could provide a diagnostic log. But I am not sure to help you out, because I got the same problem. My Mac OS VM also Linux are working without any problems.. But Windows 10 - 11 VMs are also freezing randomly. Even my logs are "emtpy" not showing any problems... For me maybe my AMD Server, but not sure why, because with Unraid 6.9.2 this doenst happend... I dont know why and how to fix this.
-
** Hackintosh ** Tips to make a bare metal MacOS
Thank you for your help. But it fixed it self. Booted from wrong partition