Jump to content

1812

Members
  • Posts

    2,626
  • Joined

  • Last visited

  • Days Won

    16

Everything posted by 1812

  1. has worked on 3 nvidia cards for me, after I was pointed in the right direction This worked almost perfectly for me to get HDMI sound from my Radeon RX460! Thanks!! Only issue I have is that there seems to be a very minor crackle/pop every few seconds from the sound. It's easiest to hear if you listen to something without any variation. I find listening to a tone makes any crackles/pops immediately obvious: Ex: https://www.youtube.com/embed/TxHctJZflh8 Any thoughts on a cure? Later in the thread there's talk of isolating cpus and such. Would this cure a minor crackle/pop in the sound from HDMI? It wouldn't hurt and will make it perform a little bit better. How many cores does your system have and how are you assigning them?
  2. downgrade to 6.2.4 And that solves what exactly? 6.3 uses 6.2 ovmf as far as I know. it solves making you vm working again and eliminates all the other things in the release client that you don't know about that could be causing the issue.
  3. So far so good! No video issues with it at all. Boots every time, and has been running without problems for a week straight. Only thing I haven't tested is audio. My monitor does not support HDMI, so I'm not sure how the audio functions on it. That said, I have purchased an hdmi matrix that splits the hdmi audio out and will hopefully prove to be a solution to macOS audio. I've tried external usb cards (dongles), and they work great on my WInodws 10 VM, but I cannot get them functioning in Sierra... It doesn't benchmark very well, from a gaming perspective, but if you're just looking for Office and design use, I think it's a great choice... Awesome! thanks for the info! yea, I don't care about gaming. Just looking to sell my iMac and use this as my desktop machine for general stuff! I run 2 zotac gt 710 and 1 msi gt 730 cards. All have worked out of the box for video. All run audio with the hdmi kext added. They are very inexpensive good choices for basic computing and very light gaming (like roblox, but with some image tearing here and there.) I haven't watched the video yet but is it mentioned in the video or somewhere here how to add the hdmi kext, and which one to get? I used to build hackintosh's but its been a few years. Thanks! +1! Not sure which kext. Please expand :-) nvidia (and maybe others?) hdmi audio you need: https://dl.dropboxusercontent.com/u/248599/HDMIAudio-1.0.dmg note: as with all downloads, be vigilant. this link come from https://www.tonymacx86.com/threads/clover-hdmi-audio-for-nvidia-amd-cards-easy-way.145399/ and is probably fine. then: has worked on 3 nvidia cards for me, after I was pointed in the right direction
  4. So far so good! No video issues with it at all. Boots every time, and has been running without problems for a week straight. Only thing I haven't tested is audio. My monitor does not support HDMI, so I'm not sure how the audio functions on it. That said, I have purchased an hdmi matrix that splits the hdmi audio out and will hopefully prove to be a solution to macOS audio. I've tried external usb cards (dongles), and they work great on my WInodws 10 VM, but I cannot get them functioning in Sierra... It doesn't benchmark very well, from a gaming perspective, but if you're just looking for Office and design use, I think it's a great choice... Awesome! thanks for the info! yea, I don't care about gaming. Just looking to sell my iMac and use this as my desktop machine for general stuff! I run 2 zotac gt 710 and 1 msi gt 730 cards. All have worked out of the box for video. All run audio with the hdmi kext added. They are very inexpensive good choices for basic computing and very light gaming (like roblox, but with some image tearing here and there.)
  5. Though I have different hardware, I figured I'd give this a shot. Since I am new to unRAID, where do I find the sysconfig file? the sysconfig file is on your flash drive, in the syslinux folder. modified with the text added, it would look like this. default /syslinux/menu.c32 menu title Lime Technology, Inc. prompt 0 timeout 50 label unRAID OS menu default kernel /bzimage append vfio_iommu_type1.allow_unsafe_interrupts=1 initrd=/bzroot label unRAID OS GUI Mode kernel /bzimage append initrd=/bzroot,/bzroot-gui label unRAID OS Safe Mode (no plugins, no GUI) kernel /bzimage append initrd=/bzroot unraidsafemode label Memtest86+ kernel /memtest are you getting the "unable to get iommu group" error or something else? allowing unsafe interrupts can sometimes fix that, as is the problem on my hardware. I only started using unRaid about 6 months ago and learn something new almost every other day...
  6. I was setting up my last server tonight and was having issues getting a vm running via passing through a gpu, getting iommu error as follows: internal error: process exited while connecting to monitor: 2016-12-18T02:12:40.093534Z qemu-system-x86_64: -device vfio-pci,host=07:00.0,id=hostdev0,bus=pci.2,addr=0x1: vfio: failed to set iommu for container: Operation not permitted 2016-12-18T02:12:40.093567Z qemu-system-x86_64: -device vfio-pci,host=07:00.0,id=hostdev0,bus=pci.2,addr=0x1: vfio: failed to setup container for group 18 2016-12-18T02:12:40.093575Z qemu-system-x86_64: -device vfio-pci,host=07:00.0,id=hostdev0,bus=pci.2,addr=0x1: vfio: failed to get group 18 2016-12-18T02:12:40.093588Z qemu-system-x86_64: -device vfio-pci,host=07:00.0,id=hostdev0,bus=pci.2,addr=0x1: Device initialization failed The offending device is a gt 710. the trick i've learned on dl 380 servers to passthrough a gpu is by adding vfio_iommu_type1.allow_unsafe_interrupts=1 to the sysconfig file. So, it's there, and correct for this server (actually copied the file from one of the others that works perfectly. This server, is one of 3 that are nearly identical in every way: memory, cpu, gpu (including location.) so I started digging through the logs and noticed a few differences between the working server vs this one with the error in regards to the gpu. Instead of posting the entire log, i'll list the differences: working server Dec 17 17:50:12 Brahms4 kernel: DMAR: Hardware identity mapping for device 0000:03:00.1 Dec 17 17:50:12 Brahms4 kernel: DMAR: Hardware identity mapping for device 0000:07:00.0 Dec 17 17:50:12 Brahms4 kernel: DMAR: Hardware identity mapping for device 0000:07:00.1 Dec 17 17:50:12 Brahms4 kernel: DMAR: Hardware identity mapping for device 0000:3e:00.0 error server Dec 17 17:59:12 Brahms2 kernel: DMAR: Hardware identity mapping for device 0000:03:00.1 Dec 17 17:59:12 Brahms2 kernel: DMAR: Hardware identity mapping for device 0000:07:00.0 Dec 17 17:59:12 Brahms2 kernel: DMAR: Hardware identity mapping for device 0000:3e:00.0 so device 0000:07:00.1, the audio portion of the gpu is missing. Now, before you say "ok, the gpu is bad" I actually swapped it out from another server with a known working one. So the gpu is good. continuing on.... iommu assignments from the log: working server Dec 17 17:50:12 Brahms4 kernel: iommu: Adding device 0000:04:00.0 to group 18 Dec 17 17:50:12 Brahms4 kernel: iommu: Adding device 0000:07:00.0 to group 19 Dec 17 17:50:12 Brahms4 kernel: iommu: Adding device 0000:07:00.1 to group 19 Dec 17 17:50:12 Brahms4 kernel: iommu: Adding device 0000:3e:00.0 to group 20 error server Dec 17 17:59:12 Brahms2 kernel: iommu: Adding device 0000:03:00.1 to group 14 Dec 17 17:59:12 Brahms2 kernel: iommu: Adding device 0000:07:00.0 to group 18 Dec 17 17:59:12 Brahms2 kernel: iommu: Adding device 0000:07:00.1 to group 18 Dec 17 17:59:12 Brahms2 kernel: iommu: Adding device 0000:3e:00.0 to group 19 so, different group assignment, but both required parts of the gpu are there. but before the error server iommu groupings is the following: error server Dec 17 17:59:12 Brahms2 kernel: DMAR: Ignoring identity map for HW passthrough device 0000:07:00.0 [0xcf63e000 - 0xcf63ffff] Dec 17 17:59:12 Brahms2 kernel: DMAR: Setting identity map for device 0000:07:00.1 [0xcf63e000 - 0xcf63ffff] a little bit later the following shows up: error server Dec 17 18:06:59 Brahms2 kernel: br0: port 2(vnet0) entered forwarding state Dec 17 18:06:59 Brahms2 kernel: vfio-pci 0000:07:00.1: Device is ineligible for IOMMU domain attach due to platform RMRR requirement. Contact your platform vendor. Dec 17 18:06:59 Brahms2 kernel: br0: port 2(vnet0) entered disabled state I compared the bios dates on the error server and the other working ones, and oddly enough it has a roughly 1 year NEWER date. Perhaps functionality broke because of that. Either way, I'm not going to pay hp for their most up to date firmware on older hardware like this. Looking around this forum, this issue only appears a few times but with no real resolutions for the gpu assignment (one for hdd availability but no gpu conclusion stated.) In one of the previous threads on this topic, jonp made a suggestion about using acs override only for the offending device: This suggestion seemed to not work for the original poster, but I thought i'd give it a shot. So i changed the device id's appropriately, and rebooted. This split the gpu into 2 different iommu groups. I then fired up the vm and NOPE. Same error. I went back to the log and it still showed "0000:07:00.1: Device is ineligible for IOMMU domain attach due to platform RMRR requirement." So I tried removing that part of the gpu (07:00.1) from the xml (since it was now in a different iommu group) and the vm booted up just fine. Since i'm not using hdmi audio passthrough, it doesn't really matter that the audio portion of the gpu is not there. This was a bit of a long read, but I thought it was better to document it incase someone else comes across this issue. Actually, this post started off as a request for help, and as I got half way trough, I thought I should at least search the forums first regarding this problem and voila! This turned from a question to a solved problem.
  7. Leaving this here for anyone doing what I'm doing and making an apple compressor transcoding cluster. I spent all day on this error. Finally figured it out. Running Compressor 4.3 in Sierra apparently now requires you to pass through a video card to the vm. Otherwise, it gives you the following error "Failed 3x [computer name] crash service down" and will not transcode. This generic error message can mean many things, but was resolved when I fed the vm a geforce gt 710. Looks like i'm going to go buy a few more tomorrow.
  8. Just to confirm, you're talking about the GTX 760, not the 760ti, right? yes, Gtx 760, 2GB, EVGA.
  9. For the sake of not having too many nested quotes, the mouse being stuck is no longer an issue with the geforce 710. I did not do anything in clover or add drivers. All I did was plug in a monitor. It appears the issue arises when trying to access it only as a vm with splashtop, vnc, or other viewer but not apple screen share (which has no audio.) Seems as if I will need one of those monitor emulators they sell on amazon as a solution for now.
  10. In clover there shall be a boot argument that shall enable use of this driver, check nvda_drv=1 EDIT For me I was loosing HDMI sound with nvidia drivers, even if I reinstalled HDMIAudio-1.1.dmg. Back to OSX Default drivers :-) //Peter I'm trying to assign a GT 710 to sierra. I've tried all combinations of no driver and boot arg: nada_drv=1, with drivers and boot arg, and can't get the mouse out of the left hand corner. What am I missing? machine type is 14,2 and recognizes the card in system information. My understanding is the nvda_drv=1 boot arg is no longer applicable to Sierra. See this thread for more info on the new solution. Also, I'm not sure if this will fix the mouse in the corner issue. Frankly, I'm still struggling to get passthrough video working in Sierra so unfortunately can't be of more help. I'm hoping the upcoming holiday may give me some time to dedicate to the problem! my gtx 760 works fine in sierra using web drivers. I sort of fumbled around and found what worked with it, including mouse. This little 710 is becoming a pita. I'll check out the tonymac link.
  11. In clover there shall be a boot argument that shall enable use of this driver, check nvda_drv=1 EDIT For me I was loosing HDMI sound with nvidia drivers, even if I reinstalled HDMIAudio-1.1.dmg. Back to OSX Default drivers :-) //Peter I'm trying to assign a GT 710 to sierra. I've tried all combinations of no driver and boot arg: nada_drv=1, with drivers and boot arg, and can't get the mouse out of the left hand corner. What am I missing? machine type is 14,2 and recognizes the card in system information.
  12. Figured it out. On a whim, I re downloaded the sierra install app, made a new installer iso, and the new vm made with that is 100%. So somehow, either the creation of the installer or the two different installer apps I previously used caused the error. Either way, glad it's fixed now!
  13. sorry, was looking at the configurator (just woke up and not quite awake so I didn't understand the question.) clover boot is rev 2.3k 3579
  14. clean install yielded similar results in terms of audio distortion and being running faster than video.... even tried some different kexts that others said made theirs work, still no luck. seems i'm stuck on el cap for a bit until i get this all sorted. After spending days playing with many different variations of GPU drivers and rom pass throughs etc.... I have been able to isolate my audio problem in sierra. It is occurring even before I assign it a gpu (currently gtx760.) So there has to be a problem somewhere in sierra, or clover, or something? I have no idea were to go from here. When I make a new vm, and connect with splashtop, the audio is present (via soundflower,the only listed output) but has distortions in it. After assigning the gtx 760 to the vm, and passing through the rom file to the video card (and updating to newer web driver) the audio/video sync issue is gone, but the audio distortion remains. If I install the HDMI audio kext, it will output over HDMI with the same distortion. If I plug in an external usb digital to analog convertor, same distortion. I've even created a new installer file on the off chance something was corrupt with the one I was previously using. But the problem remains. Maybe i'm overlooking something? This is my base xml file, with a fresh install, no video card. xml <domain type='kvm' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'> <name>Sierra 47</name> <uuid>c3c4c996-21a3-acd7-6d2b-a1ada1329a06</uuid> <metadata> <vmtemplate xmlns="unraid" name="Ubuntu" icon="ubuntu.png" os="ubuntu"/> </metadata> <memory unit='KiB'>12582912</memory> <currentMemory unit='KiB'>12582912</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> <os> <type arch='x86_64' machine='pc-q35-2.5'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/c3c4c996-21a3-acd7-6d2b-a1ada1329a06_VARS-pure-efi.fd</nvram> <boot dev='hd'/> </os> <features> <acpi/> </features> <cpu mode='custom' match='exact'> <model fallback='allow'>Penryn</model> </cpu> <clock offset='utc'/> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>destroy</on_crash> <devices> <emulator>/usr/local/sbin/qemu</emulator> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/user/domains/Sierra 47/vdisk1.img'/> <target dev='hda' bus='sata'/> <address type='drive' controller='0' bus='0' target='0' unit='0'/> </disk> <controller type='usb' index='0'> <address type='pci' domain='0x0000' bus='0x02' slot='0x02' function='0x0'/> </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'/> <address type='pci' domain='0x0000' bus='0x01' slot='0x01' function='0x0'/> </controller> <interface type='bridge'> <mac address='52:54:00:9b:2f:b3'/> <source bridge='br0'/> <model type='e1000-82545em'/> <address type='pci' domain='0x0000' bus='0x02' slot='0x03' function='0x0'/> </interface> <memballoon model='none'/> </devices> <seclabel type='none' model='none'/> <qemu:commandline> <qemu:arg value='-device'/> <qemu:arg value='usb-kbd'/> <qemu:arg value='-device'/> <qemu:arg value='usb-mouse'/> <qemu:arg value='-device'/> <qemu:arg value='isa-applesmc,osk=anappleadaykeepsthedoctoraway'/> <qemu:arg value='-smbios'/> <qemu:arg value='type=2'/> <qemu:arg value='-cpu'/> <qemu:arg value='Penryn,vendor=GenuineIntel'/> </qemu:commandline> </domain> I'm also new to clover configurator, so maybe there is something I should or shouldn't be doing? <?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>DSDT</key> <dict> <key>Debug</key> <false/> <key>DropOEM_DSM</key> <false/> <key>Fixes</key> <dict> <key>AddPNLF_1000000</key> <true/> <key>DeleteUnused_400000</key> <true/> <key>FIX_ACST_4000000</key> <true/> <key>FIX_ADP1_800000</key> <true/> <key>FIX_RTC_20000</key> <true/> <key>FIX_S3D_2000000</key> <true/> <key>FixRegions_10000000</key> <true/> </dict> <key>Name</key> <string>q35-acpi-dsdt.aml</string> <key>ReuseFFFF</key> <false/> </dict> <key>SSDT</key> <dict> <key>DropOem</key> <false/> <key>Generate</key> <false/> </dict> </dict> <key>Boot</key> <dict> <key>Debug</key> <false/> <key>DefaultLoader</key> <string>boot.efi</string> <key>DefaultVolume</key> <string>LastBootedVolume</string> <key>Legacy</key> <string>PBR</string> <key>Secure</key> <false/> <key>Timeout</key> <integer>5</integer> <key>XMPDetection</key> <string>Yes</string> </dict> <key>CPU</key> <dict> <key>BusSpeedkHz</key> <integer>6500</integer> <key>FrequencyMHz</key> <integer>3333</integer> <key>QEMU</key> <true/> <key>QPI</key> <integer>6500</integer> <key>Type</key> <string>Westmere</string> <key>UseARTFrequency</key> <false/> </dict> <key>Devices</key> <dict> <key>USB</key> <dict> <key>FixOwnership</key> <false/> <key>Inject</key> <false/> </dict> </dict> <key>GUI</key> <dict> <key>Mouse</key> <dict> <key>DoubleClick</key> <integer>500</integer> <key>Enabled</key> <false/> <key>Mirror</key> <false/> <key>Speed</key> <integer>8</integer> </dict> <key>Scan</key> <true/> <key>ScreenResolution</key> <string>800x600</string> <key>Theme</key> <string>embedded</string> </dict> <key>Graphics</key> <dict> <key>Inject</key> <false/> <key>NvidiaSingle</key> <false/> </dict> <key>KernelAndKextPatches</key> <dict> <key>AppleRTC</key> <false/> <key>AsusAICPUPM</key> <false/> <key>Debug</key> <false/> <key>KernelCpu</key> <false/> <key>KernelHaswellE</key> <false/> <key>KernelLapic</key> <false/> <key>KernelPm</key> <false/> </dict> <key>RtVariables</key> <dict> <key>BooterConfig</key> <string>0x28</string> <key>CsrActiveConfig</key> <string>0x67</string> <key>ROM</key> <string>UseMacAddr0</string> </dict> <key>SMBIOS</key> <dict> <key>BiosReleaseDate</key> <string>09/03/2013</string> <key>BiosVendor</key> <string>Apple Inc.</string> <key>BiosVersion</key> <string>IM142.88Z.0118.B00.1309031249</string> <key>Board-ID</key> <string>Mac-27ADBB7B4CEE8E61</string> <key>BoardManufacturer</key> <string>Apple Inc.</string> <key>BoardType</key> <integer>10</integer> <key>ChassisAssetTag</key> <string>iMac-Aluminum</string> <key>ChassisManufacturer</key> <string>Apple Inc.</string> <key>ChassisType</key> <string>13</string> <key>Family</key> <string>iMac</string> <key>Manufacturer</key> <string>Apple Inc.</string> <key>Mobile</key> <false/> <key>ProductName</key> <string>iMac14,2</string> <key>SerialNumber</key> <string>C02KYTI7F8JC</string> <key>Trust</key> <false/> <key>Version</key> <string>1.0</string> </dict> <key>SystemParameters</key> <dict> <key>InjectKexts</key> <string>Detect</string> <key>InjectSystemID</key> <true/> </dict> </dict> </plist> In el capitan, this same video card performs audio/video flawlessly. So..... any thoughts?
  15. look and see if the card is used by anyone building hackintoshes. It may not be os x compatible. Also, download DPCImanager, and see what driver/kext is associated with the usb card. Might help to see what it sees.
  16. clean install yielded similar results in terms of audio distortion and being running faster than video.... even tried some different kexts that others said made theirs work, still no luck. seems i'm stuck on el cap for a bit until i get this all sorted.
  17. aaaand moving to an ssd via unsigned devices did not fix the audio which is moving ahead of the video...... hmm.... update- i attempted to use a usb audio interface and it has the same issues. Perhaps something went awry with the install. Going to attempt a new clean install in a day or so.
  18. bingo. Audio works. Has some syncing issues and "glitches/drops." Vm is on an ssd cache drive and didn't have problems before this but i'm going to try moving it to an ssd mounted outside the array and see if that helps (some people have said it does.) THANKS!
  19. In clover there shall be a boot argument that shall enable use of this driver, check nvda_drv=1 EDIT For me I was loosing HDMI sound with nvidia drivers, even if I reinstalled HDMIAudio-1.1.dmg. Back to OSX Default drivers :-) //Peter I am having quite a difficult time getting HDMI audio to work in sierra. It worked in el capitan for me after installing the hdmi audio kext (1.0). Since creating the new sierra vm, i've tried everything I can think of and would appreciate any assistance: smbios is set o 14,2 video card: gtx760 (passes through to vm just fine) tried hdmiAudio 1.0 and 1.1 kexts added in multiple ways to system/library/extensions, library/extensions, manually adding it, using DPCI manager, a standalone kext installer, adding it to efi: clover/....kexts/other & 10.11 (even made a 10.12 to see if that would work). Have tried all the above using nvidia web drivers and OS X drivers. HDMI audio is displayed as an output option but no audio comes through. I know it's not a cable/hardware issue because it still works in the el capitan vm. any help? I don't know of any other options....
  20. I haven't tried Bluetooth, but I did try 2.4GHZ wireless from 15ft, and it just wasn't reliable (even though the specs said it should be fine). I ended up buying a 50ft ACTIVE extension usb cable (to pass it through the walls) from PrimeCables (cdn company that also resells a bunch of monoprice stuff), and USB works great. Only caveat is it couldn't power an external drive. I've bought a powered hub to see if that helps, but haven't received it yet. As for HDMI, I spent hours researching all the options, and in the end went with 50ft PASSIVE HDMI cable. I considered cat6 hdmi, various active hdmi solutions, and ended up going with this cable because it was cheap ($20cdn), and was overwhelmingly positively reviewed. Tested and works without issue! Hope that helps! they make hdmi+usb over ethernet. but it's not cheap. https://jet.com/product/detail/3de56a6b14e44e3e91775521d7b350ae?jcmp=pla:ggl:gen_electronics_a1:electronics_accessories_audio_video_splitters_switches_a1_other:na:PLA_348772140_24231279300_pla-161708547660:na:na:na:2&code=PLA15&ds_c=gen_electronics_a1&ds_cid=&ds_ag=electronics_accessories_audio_video_splitters_switches_a1_other&product_id=3de56a6b14e44e3e91775521d7b350ae&product_partition_id=161708547660&gclid=CKy068rcqdACFdcRgQod_kACVQ&gclsrc=aw.ds http://www.newegg.com/Product/Product.aspx?Item=9SIA1UH4FD7374&ignorebbr=1&nm_mc=KNC-GoogleMKP-PC&cm_mmc=KNC-GoogleMKP-PC-_-pla-_-Pro+A%2FV+Extender+%26+Repeater-_-9SIA1UH4FD7374&gclid=CP6VxMfcqdACFYQkgQodCzwB3A&gclsrc=aw.ds I believe that is for use with an independent, non-networked ethernet cable.
  21. Just wanted to thank gridrunner (and everyone else who has contributed along the way.) This is great guide with many helpful tips. I now have a couple Sierra vm's up, each using a separate nvidia card (gtx 760, gt710) with no issues (well, after having a few issues that got resolved with some reading.) OVMF and clover are really much more useful (for me) than seabios for tailoring the system to specific needs.
  22. Does this only work in 6.2? I (sort of) attempted it on 6.1.9 and the vm would only at the guest has not initialize the the display adapter (paraphrased) after creating the new EFI and rebooting. I also could have messed something up (probably.)
  23. I get about 3-5% loss in cpu performance, but I'm also using older business class hardware.
×
×
  • Create New...