IPB

Bienvenue invité ( Connexion | Inscription )

 
Reply to this topicStart new topic
> Gigabyte Z170X-UD3/Intel Core i7-6700 3,4GHz /Boitier :Be Quiet ! Silent Base 600, noir
Options
odemolay
posté 15 May 2017, 20:48
Message #1


Macbidouilleur de bronze !
**

Groupe : Membres
Messages : 528
Inscrit : 24 Jan 2017
Membre no 200 986



Ma configuration :


Gigabyte Z170X-UD3 ATX
Intel Core i7-6700 3,4GHz Skylake
DDR4 Ballistix Sport LT, 2 x 8 Go, 2400 MHz
Samsung Série 750 EVO, 500 Go, SATA III
Samsung Série 750 EVO,250 Go, SATA III W10pro
Seagate BarraCuda, 1 To
Boitier :Be Quiet ! Silent Base 600, noir
Alimentation : Be Quiet ! Power Zone, 750W
Carte graphique GTX Titan reconnue nativement après avoir utilisé une GTX960
ABWB 802.11AC, Bluetooth 4.0 WI-FI PCI Express (PCI-E)-Carte Combo BCM94360CD Hackintosh (pour MAC OS X) aéroport ordinateurs


Je me suis inspiré du hackintosh de Nicolas sur macgénération, qui s’est inspiré du formidable travail de legallou (legallou.com)

Les réglages du bios pour ma carte mère

In BIOS Features
Fast Boot: Disabled
Windows 8/10 Fatures: other
CSM Support: Enabled
Network Stack: Disabled
In Peripherals:
Intel Platform Trust Technology: Disabled
Initial Display Output: PCIe 1 Slot (Or whatever slot your GFX is in)
Legacy USB Support: Enabled
XHCI Hand-off: Enabled
Port 60/64 Emulation: Disabled
In Super IO Configuration:
Serial Port 1: Disabled
In Chipset:
VT-d: Disabled
Internal Graphics: Disabled
Audio Controller: Enabled
PCH LAN Controller: Enabled
IOAPIC 24-119 Entries: Enabled


Après une tentative unibeast sad.gif , je n’avais pas encore découvert macbidouille, grace aux conseils de wub.gif polyzargone qui a été tellement patient le saint homme, j’ai tout refait sous Clover

Création de la clé nommée USB lors du formatage grâce à utilitaire de disque avec le terminal en tapant :

Code
sudo /Applications/Install\ macOS\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/USB --applicationpath /Applications/Install\ macOS\ Sierra.app –nointeraction


puis installation de clover EFI sur la clé comme indiqué dans le tuto

dans le dossier EFI/Clover/Kext/Other j’ai placé ces kexts :

FakeSMC
NullCPUPowerManagement
Mais aussi : IntelMausiEthernet.kext et AtherosE2200Ethernet.kext pour internet en RJ45 dès l’installation

dans le dossier EFI/CLOVER/Driver64UEFI/ ajoutez HFSPlus-64.efi et supprimez VboxHfs-64.efi

post-installation : clover sur le SSD comme indiqué dans le tuto

dans le dossier EFI/Clover/Kext/Other j’ai placé ces kexts :

FakeSMC
NullCPUPowerManagement
IntelMausiEthernet.kext
AtherosE2200Ethernet
Lilu.kext et NvidiaGraphicsFixup.kext pour les cartes nvidia et les webdrivers
AppleALC.kext

dans le dossier EFI/CLOVER/Driver64UEFI/ ajoutez HFSPlus-64.efi et supprimez VboxHfs-64.efi

comme tout le monde quoi biggrin.gif


j’ai suivi les tutos pour le son, imessage (à l’ancienne blink.gif ) de macbidouille

pour l’usb je ne sais pas pourquoi j’ai du passer par un SSDT : SSDT-USB-GMA-Z170X-UD3.aml que j’ai modifié à la main à partir d’un SSDT pour une autre carte, il faut dire qu’à l’epoque j’avais mal reglé le SMBIOS, depuis que polyzargone me l’a remis en 17,1 tout est parfait.
J’ai gardé les ports USB2 et USB3 de la façade de mon boitier j’ai gardé 2 autres USB3 derrière sur la carte mère, ça me suffit, je n’utilise en fait que ceux de la façade (plus pratique)

J’ai patché mon SSDT dans Clover/APCI/patched

CODE
/*
* Intel ACPI Component Architecture
* AML Disassembler version 20140926-64 [Oct 24 2014]
* Copyright © 2000 - 2014 Intel Corporation
*
* Disassembly of iASLIYbDu8.aml, Mon May 15 21:10:19 2017
*
* Original Table Header:
* Signature "SSDT"
* Length 0x000002B5 (693)
* Revision 0x01
* Checksum 0x4A
* OEM ID "sample"
* OEM Table ID "USBFix"
* OEM Revision 0x00003000 (12288)
* Compiler ID "INTL"
* Compiler Version 0x20140926 (538183974)
*/
DefinitionBlock ("iASLIYbDu8.aml", "SSDT", 1, "sample", "USBFix", 0x00003000)
{
Device (UIAC)
{
Name (_HID, "UIA00000") // _HID: Hardware ID
Name (RMCF, Package (0x02)
{
"8086_a12f",
Package (0x04)
{
"port-count",
Buffer (0x04)
{
0x19, 0x00, 0x00, 0x00 /* .... */
},

"ports",
Package (0x1E)
{
"HS01",
Package (0x04)
{
"UsbConnector",
0x03,
"port",
Buffer (0x04)
{
0x01, 0x00, 0x00, 0x00 /* .... */
}
},

"HS02",
Package (0x04)
{
"UsbConnector",
0x03,
"port",
Buffer (0x04)
{
0x02, 0x00, 0x00, 0x00 /* .... */
}
},

"HS05",
Package (0x04)
{
"UsbConnector",
0x03,
"port",
Buffer (0x04)
{
0x05, 0x00, 0x00, 0x00 /* .... */
}
},

"HS06",
Package (0x04)
{
"UsbConnector",
0x03,
"port",
Buffer (0x04)
{
0x06, 0x00, 0x00, 0x00 /* .... */
}
},

"HS07",
Package (0x04)
{
"UsbConnector",
Zero,
"port",
Buffer (0x04)
{
0x07, 0x00, 0x00, 0x00 /* .... */
}
},

"HS08",
Package (0x04)
{
"UsbConnector",
Zero,
"port",
Buffer (0x04)
{
0x08, 0x00, 0x00, 0x00 /* .... */
}
},

"HS09",
Package (0x04)
{
"UsbConnector",
0x03,
"port",
Buffer (0x04)
{
0x09, 0x00, 0x00, 0x00 /* .... */
}
},

"HS11",
Package (0x04)
{
"UsbConnector",
Zero,
"port",
Buffer (0x04)
{
0x0B, 0x00, 0x00, 0x00 /* .... */
}
},

"HS12",
Package (0x04)
{
"UsbConnector",
Zero,
"port",
Buffer (0x04)
{
0x0C, 0x00, 0x00, 0x00 /* .... */
}
},

"HS13",
Package (0x04)
{
"UsbConnector",
Zero,
"port",
Buffer (0x04)
{
0x0D, 0x00, 0x00, 0x00 /* .... */
}
},

"HS14",
Package (0x04)
{
"UsbConnector",
Zero,
"port",
Buffer (0x04)
{
0x0E, 0x00, 0x00, 0x00 /* .... */
}
},

"SS01",
Package (0x04)
{
"UsbConnector",
0x03,
"port",
Buffer (0x04)
{
0x11, 0x00, 0x00, 0x00 /* .... */
}
},

"SS02",
Package (0x04)
{
"UsbConnector",
0x03,
"port",
Buffer (0x04)
{
0x12, 0x00, 0x00, 0x00 /* .... */
}
},

"SS06",
Package (0x04)
{
"UsbConnector",
0x03,
"port",
Buffer (0x04)
{
0x16, 0x00, 0x00, 0x00 /* .... */
}
},

"SS09",
Package (0x04)
{
"UsbConnector",
0x03,
"port",
Buffer (0x04)
{
0x19, 0x00, 0x00, 0x00 /* .... */
}
}
}
}
})
}
}


Pour le Wifi/Bluetooth j’ai mis une carte reconnue nativement connectée éléctriquement sur un port usb 2 interne, elle ne marche que sur le connecteur pci-e le plus proche du processeur
la carte est une: ABWB 802.11AC, Bluetooth 4.0 WI-FI PCI Express (PCI-E)-Carte Combo BCM94360CD Hackintosh (pour MAC OS X) aéroport ordinateurs

Pour que handoff fonctionne il a fallu que je connecte mon iphone en bluetooth, apres l’avoir activé sur le hack et sur le téléphone,

mon config.plist sans mes identifiants donne :
CODE
<?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>FixShutdown_0004</key>
<true/>
</dict>
<key>Name</key>
<string>DSDT.aml</string>
<key>Patches</key>
<array>
<dict>
<key>Comment</key>
<string>Rename HDAS to HDEF</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>
SERBUw==
</data>
<key>Replace</key>
<data>
SERFRg==
</data>
</dict>
</array>
<key>ReuseFFFF</key>
<false/>
</dict>
<key>DropTables</key>
<array>
<dict>
<key>Signature</key>
<string>DMAR</string>
</dict>
</array>
<key>SSDT</key>
<dict>
<key>DropOem</key>
<false/>
<key>Generate</key>
<false/>
</dict>
</dict>
<key>Boot</key>
<dict>
<key>Arguments</key>
<string>-v nvda_drv=1</string>
<key>CustomLogo</key>
<false/>
<key>Debug</key>
<false/>
<key>DefaultVolume</key>
<string>LastBootedVolume</string>
<key>Legacy</key>
<string>PBR</string>
<key>NoEarlyProgress</key>
<true/>
<key>Secure</key>
<false/>
<key>Timeout</key>
<integer>10</integer>
<key>XMPDetection</key>
<string>Yes</string>
</dict>
<key>CPU</key>
<dict>
<key>UseARTFrequency</key>
<false/>
</dict>
<key>Devices</key>
<dict>
<key>Audio</key>
<dict>
<key>Inject</key>
<string>1</string>
</dict>
<key>FakeID</key>
<dict>
<key>ATI</key>
<string>0x0</string>
<key>IMEI</key>
<string>0x0</string>
<key>IntelGFX</key>
<string>0x0</string>
<key>LAN</key>
<string>0x0</string>
<key>NVidia</key>
<string>0x0</string>
<key>SATA</key>
<string>0x0</string>
<key>WIFI</key>
<string>0x0</string>
<key>XHCI</key>
<string>0x0</string>
</dict>
<key>USB</key>
<dict>
<key>AddClockID</key>
<true/>
<key>FixOwnership</key>
<true/>
<key>Inject</key>
<true/>
</dict>
</dict>
<key>GUI</key>
<dict>
<key>Custom</key>
<dict>
<key>Entries</key>
<array>
<dict>
<key>Disabled</key>
<false/>
<key>FullTitle</key>
<string>News ENFANT</string>
<key>Ignore</key>
<false/>
<key>Image</key>
<string>\EFI\CLOVER\themes\Metro\icons\Sayonara Spinning Ball.icns</string>
<key>NoCaches</key>
<false/>
<key>Type</key>
<string>OSX</string>
<key>Volume</key>
<string>????????????/string>
<key>VolumeType</key>
<string>Internal</string>
</dict>
<dict>
<key>CustomLogo</key>
<string>Theme</string>
<key>Disabled</key>
<false/>
<key>FullTitle</key>
<string>Windows10</string>
<key>Ignore</key>
<false/>
<key>Type</key>
<string>Windows</string>
<key>Volume</key>
<string>????????????</string>
<key>VolumeType</key>
<string>Internal</string>
</dict>
<dict>
<key>Disabled</key>
<false/>
<key>FullTitle</key>
<string>OldSierra</string>
<key>Ignore</key>
<false/>
<key>Image</key>
<string>\EFI\CLOVER\themes\blur\icons\os_mac.icns</string>
<key>NoCaches</key>
<false/>
<key>Type</key>
<string>OSX</string>
<key>Volume</key>
<string>?????????????</string>
<key>VolumeType</key>
<string>Internal</string>
</dict>
<dict>
<key>Disabled</key>
<false/>
<key>FullTitle</key>
<string>W7pro</string>
<key>Ignore</key>
<false/>
<key>Image</key>
<string>\EFI\CLOVER\themes\blur\icons\os_legacy.icns</string>
<key>Type</key>
<string>Windows</string>
<key>Volume</key>
<string>????????????/string>
<key>VolumeType</key>
<string>Internal</string>
</dict>
</array>
</dict>
<key>CustomIcons</key>
<true/>
<key>Language</key>
<string>fr:0</string>
<key>Mouse</key>
<dict>
<key>DoubleClick</key>
<integer>500</integer>
<key>Enabled</key>
<true/>
<key>Mirror</key>
<false/>
<key>Speed</key>
<integer>8</integer>
</dict>
<key>Scan</key>
<dict>
<key>Entries</key>
<true/>
<key>Legacy</key>
<false/>
<key>Linux</key>
<false/>
<key>Tool</key>
<true/>
</dict>
<key>Theme</key>
<string>Metro</string>
</dict>
<key>Graphics</key>
<dict>
<key>Inject</key>
<dict>
<key>ATI</key>
<false/>
<key>Intel</key>
<true/>
<key>NVidia</key>
<false/>
</dict>
<key>NvidiaSingle</key>
<false/>
<key>ig-platform-id</key>
<string>0x19120000</string>
</dict>
<key>KernelAndKextPatches</key>
<dict>
<key>AppleRTC</key>
<false/>
<key>AsusAICPUPM</key>
<false/>
<key>Debug</key>
<false/>
<key>DellSMBIOSPatch</key>
<false/>
<key>KernelCpu</key>
<false/>
<key>KernelHaswellE</key>
<false/>
<key>KernelLapic</key>
<false/>
<key>KernelPm</key>
<false/>
<key>KextsToPatch</key>
<array>
<dict>
<key>Comment</key>
<string>10.11-SKL530-Port_0-DP2HDMI</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>
/wAAAAEAAABAAAAA
</data>
<key>Name</key>
<string>AppleIntelSKLGraphicsFramebuffer</string>
<key>Replace</key>
<data>
AAAIAAAIAACCAAAA
</data>
</dict>
<dict>
<key>Comment</key>
<string>10.11 change 15 port limit to 30</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>
g72M/v//EA==
</data>
<key>MatchOS</key>
<string>10.11.x</string>
<key>Name</key>
<string>AppleUSBXHCIPCI</string>
<key>Replace</key>
<data>
g72M/v//Hw==
</data>
</dict>
<dict>
<key>Comment</key>
<string>Sierra USB limite ports de 15 à 20 to AppleUSBXHICIPCI</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>
g710////EA==
</data>
<key>MatchOS</key>
<string>10.12.x</string>
<key>Name</key>
<string>AppleUSBXHICIPCI</string>
<key>Replace</key>
<data>
g710////Fg==
</data>
</dict>
</array>
</dict>
<key>RtVariables</key>
<dict>
<key>BooterConfig</key>
<string>0x28</string>
<key>CsrActiveConfig</key>
<string>0x67</string>
<key>MLB</key>
<string>C02PWUKAGG7GI2R5D</string>
<key>ROM</key>
<string>6e4853f2207b</string>
</dict>
<key>SMBIOS</key>
<dict>
<key>BiosReleaseDate</key>
<string>12/22/2016</string>
<key>BiosVendor</key>
<string>Apple Inc.</string>
<key>BiosVersion</key>
<string>IM171.88Z.0105.B15.1612221002</string>
<key>Board-ID</key>
<string>Mac-?????????????</string>
<key>BoardManufacturer</key>
<string>Apple Inc.</string>
<key>BoardSerialNumber</key>
<string>?????????????</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>0x13</string>
<key>Family</key>
<string>iMac</string>
<key>LocationInChassis</key>
<string>Part Component</string>
<key>Manufacturer</key>
<string>Apple Inc.</string>
<key>Mobile</key>
<false/>
<key>ProductName</key>
<string>iMac17,1</string>
<key>SerialNumber</key>
<string>?????????????</string>
<key>SmUUID</key>
<string>??????????????</string>
<key>Trust</key>
<false/>
<key>Version</key>
<string>1.0</string>
</dict>
<key>SystemParameters</key>
<dict>
<key>InjectKexts</key>
<string>Yes</string>
<key>InjectSystemID</key>
<true/>
<key>NvidiaWeb</key>
<true/>
</dict>
</dict>
</plist>


voilà si ça peut aider.....

merci encore à polyzargone, legallou, sebinouze (pour le cube) wink.gif smile.gif

depuis j'ai monté un mac G4 cube, merci pour le virus....

Ce message a été modifié par odemolay - 16 May 2017, 12:54.


--------------------
MacBookAir mi-2011 OpenCore Legacy Patcher OCLP 0.6.1 HighSierra et Ventura 13.2.1 Imac 2009 vidé et devenu un écran MacBookPro 2010 Apple2C
Mac G5 case :MSI MPG Z390 Gaming Pro Carbon Bios 7B17v1B, i7-9700K, 32 Go 3200, UHD 630/RX6800XT, OpenCore 091 smbios 7,1/19,1 Clover 5150 OS 13.3, 11.6.1 et W10 sur nvme
Hackintosh : GA-Z170X-UD3 i7 6700 3,4 GTX Titan 6Go Radeon RX 580 8 Go, 32Go de RAM sous OSX 10.12.4 SSD, 10.15.7 et SSD 11.6.1, 13.3 Clover 5150 et openCore 091, W10 SSD et Debian
hackCube G4 : GA-Z170N-wifi, i3 6300 3,8 Ghz 8 GO DDR4 GTX 750 Ti Clover 5146/opencore 088 Catalina SSD
Go to the top of the page
 
+Quote Post
Flore
posté 16 May 2017, 12:19
Message #2


Adepte de Macbidouille
*

Groupe : Membres
Messages : 141
Inscrit : 10 May 2005
Membre no 38 917



Bonjour Odemolay,

J'ai une question sur ta configuration : pourquoi avoir branché la carte wifi BT sur un port interne USB 3 ? Ça n'apporte rien à priori...
Je te demande ça, parce que je suis en train de monter un hack avec des composants similaires au tien (http://forum.macbidouille.com/index.php?showtopic=403254) et du coup je me pose pas mal de questions et j'essaie de trouver les raisons et les explications derrière tout.

Merci de ton aide


--------------------
Hackintosh : Gigabyte Z170 Gaming K3-EU - i5-6600K @ 3.5 ghz - 16 Go @ 3000MHz Corsair (2x8Go) - SAPPHIRE Nitro+ AMD Radeon RX 6600 XT Gaming OC 8GB - ABWB 802.11AC, Bluetooth 4.0 WI-FI PCI Express (PCI-E)-Carte Combo BCM94360CD - SanDisk SSD PLUS 1 To Sata III (système) - SSD PLUS SanDisk SATA III 2,5" 240 Go (Backup Système) - SanDisk SSD Plus 240 Go SATA III (Windows 10) - SSD PLUS SanDisk SATA III 2,5" 120 Go (Cache) - Seagate BarraCuda Disque dur interne 2 To SATA (Données) - Corsair CP-9020078-EU Builder Series CS750M ATX/EPS Modulaire 80 PLUS Gold 750W
Go to the top of the page
 
+Quote Post
odemolay
posté 16 May 2017, 12:53
Message #3


Macbidouilleur de bronze !
**

Groupe : Membres
Messages : 528
Inscrit : 24 Jan 2017
Membre no 200 986



salut oups coquille biggrin.gif merci je vais coriger tout de suite
je n ai pas été clair, navré elle est branchée électriquement en USB2 et connectée en pci-e

ce qu'il faut retenir, c'est que tu dois la brancher sur ton pci-e le plus proche de ton processeur sinon ça fonctionne rarement (ça évite de tourner en rond en se disant que la carte Wifi/BT ne fonctionne pas wink.gif )

Ce message a été modifié par odemolay - 16 May 2017, 12:57.


--------------------
MacBookAir mi-2011 OpenCore Legacy Patcher OCLP 0.6.1 HighSierra et Ventura 13.2.1 Imac 2009 vidé et devenu un écran MacBookPro 2010 Apple2C
Mac G5 case :MSI MPG Z390 Gaming Pro Carbon Bios 7B17v1B, i7-9700K, 32 Go 3200, UHD 630/RX6800XT, OpenCore 091 smbios 7,1/19,1 Clover 5150 OS 13.3, 11.6.1 et W10 sur nvme
Hackintosh : GA-Z170X-UD3 i7 6700 3,4 GTX Titan 6Go Radeon RX 580 8 Go, 32Go de RAM sous OSX 10.12.4 SSD, 10.15.7 et SSD 11.6.1, 13.3 Clover 5150 et openCore 091, W10 SSD et Debian
hackCube G4 : GA-Z170N-wifi, i3 6300 3,8 Ghz 8 GO DDR4 GTX 750 Ti Clover 5146/opencore 088 Catalina SSD
Go to the top of the page
 
+Quote Post
Flore
posté 16 May 2017, 14:45
Message #4


Adepte de Macbidouille
*

Groupe : Membres
Messages : 141
Inscrit : 10 May 2005
Membre no 38 917



OK, merci pour cette précision que j'avais notée, effectivement. Je suis en pleine phase de montage, et je n'ai pas encore reçu la carte wifi/BT (demain normalement). Donc ça va être facile.
Surtout depuis que j'ai compris que les ports PCIe 1x c'était les petits machins noirs... Au départ j'avais seulement repéré les ports pour cartes graphiques. Pas l'habitude de si petits ports d'extension.


--------------------
Hackintosh : Gigabyte Z170 Gaming K3-EU - i5-6600K @ 3.5 ghz - 16 Go @ 3000MHz Corsair (2x8Go) - SAPPHIRE Nitro+ AMD Radeon RX 6600 XT Gaming OC 8GB - ABWB 802.11AC, Bluetooth 4.0 WI-FI PCI Express (PCI-E)-Carte Combo BCM94360CD - SanDisk SSD PLUS 1 To Sata III (système) - SSD PLUS SanDisk SATA III 2,5" 240 Go (Backup Système) - SanDisk SSD Plus 240 Go SATA III (Windows 10) - SSD PLUS SanDisk SATA III 2,5" 120 Go (Cache) - Seagate BarraCuda Disque dur interne 2 To SATA (Données) - Corsair CP-9020078-EU Builder Series CS750M ATX/EPS Modulaire 80 PLUS Gold 750W
Go to the top of the page
 
+Quote Post
jeanchrijaz
posté 16 May 2017, 18:58
Message #5


Macbidouilleur d'Or !
*****

Groupe : Modérateurs
Messages : 2 500
Inscrit : 22 Sep 2015
Lieu : Aix-en-Provence (France)
Membre no 196 549



Citation (Flore @ 16 May 2017, 15:45) *
OK, merci pour cette précision que j'avais notée, effectivement. Je suis en pleine phase de montage, et je n'ai pas encore reçu la carte wifi/BT (demain normalement). Donc ça va être facile.
Surtout depuis que j'ai compris que les ports PCIe 1x c'était les petits machins noirs... Au départ j'avais seulement repéré les ports pour cartes graphiques. Pas l'habitude de si petits ports d'extension.

par contre petite précision si tu n'as pas de slot pci-e en x1 ou que la carte graphique te bloque l'accès au slot (ca arrive souvent),
tu peux quand même brancher ta carte sur n'importe quel PCI express
même si elle est plus courte tu peux la mettre aussi bien sur un PCI expres x4, x8 ou même un x16....
a partir du moment que c'est un port PCI express (pci-e) elle y va... wink.gif

voila a quoi ressemble les différents ports



Ce message a été modifié par jeanchrijaz - 16 May 2017, 19:04.


--------------------
⦿ iPhone 12 Pro ⦿ Apple Watch 5 ⦿ iPad Pro ⦿ Apple TV 4K
⦿ Macbook Pro 13" 2019 Core i5 quadricœur 2,4 GHz / 16 Go ⦿ iMac Pro Xeon W 14 cores 2,5 GHz / Ram 64 Go / Vega 64X

⦿ Hackintosh : SMBIOS iMac 15,1 / macOS High Sierra 10.13.6 (17G13033) | Voir ici |
___Carte mère : Asus Z97-Pro (wifi-ac) • CPU : Core i7-4790K • Ram : 32 Go (4 x 8 Go) 2133Mhz • CG : EVGA GTX 1080 FTW
___• 2 x moniteurs 27" WQHD (2560 x 1440) • Carte combo PCI-E BCM94360CSAX • Carte son : AVID Pro Tools Quartet (Apogee)
____Disque Système : 960 EVO 250 Go • Disque de Rendus : 950 PRO 256 Go • Disque Cache : 850 EVO 500 Go • Stockage interne : 3 x 3 To en Raid 0

⦿ Serveur Hackintosh : SMBIOS iMac 14,2 / macOS Catalina 10.15.5 (19F101) | Voir ici |
___Carte mère : Gigabyte GA-Z97N-Wifi • CPU : Core i5-4690 • Ram : 2 x 4 Go • Disque Système : SSD 128 Go • Stockage interne : 2 x 8 To en Raid 0


--------------------
Politique vis à vis des outils automatisésFAQ Générale du HackintoshFAQ des BootloadersFAQ des BootflagsFAQ des problèmes les plus courantsGuide d'installation

Go to the top of the page
 
+Quote Post
odemolay
posté 7 Jan 2021, 19:43
Message #6


Macbidouilleur de bronze !
**

Groupe : Membres
Messages : 528
Inscrit : 24 Jan 2017
Membre no 200 986



mon hack a été mis à jour il est opérationnel de Sierra à bigSur sous Clover 5128 et openCore 0.6.5

si vous avez besoin d'EFI n'hésitez pas


--------------------
MacBookAir mi-2011 OpenCore Legacy Patcher OCLP 0.6.1 HighSierra et Ventura 13.2.1 Imac 2009 vidé et devenu un écran MacBookPro 2010 Apple2C
Mac G5 case :MSI MPG Z390 Gaming Pro Carbon Bios 7B17v1B, i7-9700K, 32 Go 3200, UHD 630/RX6800XT, OpenCore 091 smbios 7,1/19,1 Clover 5150 OS 13.3, 11.6.1 et W10 sur nvme
Hackintosh : GA-Z170X-UD3 i7 6700 3,4 GTX Titan 6Go Radeon RX 580 8 Go, 32Go de RAM sous OSX 10.12.4 SSD, 10.15.7 et SSD 11.6.1, 13.3 Clover 5150 et openCore 091, W10 SSD et Debian
hackCube G4 : GA-Z170N-wifi, i3 6300 3,8 Ghz 8 GO DDR4 GTX 750 Ti Clover 5146/opencore 088 Catalina SSD
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic
1 utilisateur(s) sur ce sujet (1 invité(s) et 0 utilisateur(s) anonyme(s))
0 membre(s) :

 



Nous sommes le : 29th March 2024 - 08:28