Jump to content

MACSO

Members
  • Posts

    10
  • Joined

  • Last visited

Reputation

0 Neutral

Hackintosh Specs

  • CPU
    i7-7700K
  • MOTHERBOARD
    GA-Z170X-UD5 TH
  • GPU
    Gigabyte GeForce GTX 980Ti G1

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I need help to install Big Sur on Asus Z10PE-D16 WS Sytem: Catalina / 2x Xeon E5-2650 v3 / Samsung 960 PRO M.2 SSD 500GB / Graphic GeForce GT 710 In use: OpenCore 0.6.9 I'm trying to install via USB-Big Sur and the same EFI file, but stuck at boot screen with AppleNVMe Assert failed Error With same EFI and Catalina 10.5.17 system runs just great, also the Installation via USB-Catalina run's without problem. I attached the EFI and Screenshot EFI.zip EFI.zip
  2. yes IGFX installed in BIOS, but this does not work:( its should be done something like this, but I do not know much about it DefinitionBlock ("", "SSDT", 2, "PCI", "PEGP", 0x00000000) { External (_SB_.PCI0, DeviceObj) // (from opcode) External (_SB_.PCI0.PEG1.PEGP, DeviceObj) // (from opcode) Scope (_SB.PCI0.PEG1.PEGP) { Device (PCI) { Name (_ADR, 0x04) // _ADR: Address Method (_DSM, 4, NotSerialized) // _DSM: Device-Specific Method { Store (Package (0x04) { "class-code", Buffer (0x04) { 0x00, 0x00, 0x00, 0x00 }, "device-id", Buffer (0x04) { 0x00, 0x00, 0x00, 0x00 } }, Local0) Return (Local0) } } } }
  3. I don't want to change Slot, I wanna Slot disable, so that it de-energized the card, but I don't know how to do it, maybe you have an idea?
  4. @MaLd0n could you help me to completely disable the PCI slot-1, because DSDT.aml or the script is not able to cope with this, it's only removes Nvidia from System, but the card is not completely de-energized. The card fans are still spinning and the Nvidia card glows and that is exactly what I doesn't need right now! PCI-Slot-1.zip
  5. i've done it also before with script: SSDT-DiscreteSpoof.dsl but it's not enough for me, so I need the card to STOP glowing and the fans STOP spinning. DefinitionBlock ("", "SSDT", 2, "hack", "spoof", 0x00000000) { Method (_SB.PCI0.PEG0.PEGP._DSM, 4, NotSerialized) // _DSM: Device-Specific Method { If (!Arg2) { Return (Buffer (One) { 0x03 }) } Return (Package (0x06) { "name", Buffer (0x09) { "#display" }, "IOName", "#display", "class-code", Buffer (0x04) { 0xFF, 0xFF, 0xFF, 0xFF } }) } }
  6. Now the Nvidia Card has gone from System Report> Graphics / Displays, but unfortunately it doesn’t completely remove the card, because the card fans are still spinning and card glows here new extract new SEND_ME FILES: Send me iMac.zip
  7. ok done Send me iMac.zip
  8. Added in 1 minute 57 seconds: [ref]MACSO[/ref], DSDT.aml.zip USE change GFX0 to IGPU 47465830 49475055 change HDAS to HDEF 48444153 48444546 change HECI to IMEI 48454349 494d4549 change SAT0 to SATA 53415430 53415441 @MaLd0n Great M8! Thanks for quick reply!!!! The NVidia card is still work and is still visible by System report>Graphics/Displays as PCIe Slot 1, and now Intel graphics 630 on PCI Slot-3
  9. hi there! I'm looking for a way to completely disable the NVidia card (GTX 980 ti G1) on a regular desktop PC, all the information I found related only to laptops that don't really work for me. I need it because I would like to use Nvida Card only on Windows 10 and on Hackintosh only Intel HD Graphics 630 My Hardware Setup: Motherboard: GA-Z170X-UD5 TH CPU: i7-7700K, GeForce GTX 980Ti 6GB G1 GAMING OC I attached my DSDT/SSDT files (already disassembled) and Clover DSDTs_SSDTs.zip CLOVER.zip
×
×
  • Create New...