Notepad:Hackintosh: Difference between revisions
From Amar
Jump to navigationJump to search
→General: Force Sleep |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
= General = | |||
* Fix UFI Partition Error | |||
<syntaxhighlight lang="bash"> | |||
fsck_msdos disk0s1 | |||
</syntaxhighlight> | |||
* [https://github.com/CloverHackyColor/CloverBootloader/releases Clover Releases] | * [https://github.com/CloverHackyColor/CloverBootloader/releases Clover Releases] | ||
* [https://github.com/jerw84/Z87-D3H Switch from Clover to OpenCore] | * [https://github.com/jerw84/Z87-D3H Switch from Clover to OpenCore] | ||
Line 8: | Line 13: | ||
# Also, add OcQuirk.efi (More Info: https://github.com/ReddestDream/OcQuirks) | # Also, add OcQuirk.efi (More Info: https://github.com/ReddestDream/OcQuirks) | ||
# select: config.plist/Quirks > DisableIoMapper | # select: config.plist/Quirks > DisableIoMapper | ||
= XQuartz Menu Change = | |||
defaults write org.xquartz.X11 apps_menu '( | |||
( | |||
Terminal, | |||
xterm, | |||
n | |||
), | |||
( | |||
xman, | |||
xman, | |||
"" | |||
), | |||
( | |||
xlogo, | |||
xlogo, | |||
"" | |||
) | |||
)' | |||
= Networking = | |||
List all network hardware | |||
networksetup -listallhardwareports | |||
= 10Gbe Aquantia Fixes = | |||
* [https://github.com/CaseySJ/Aquantia-macOS-Patches CaseyJ 10Gbe pacthes -> working!] | |||
* 10GbE Support [https://www.insanelymac.com/forum/topic/330614-marvell-aquantia-10-gb-ethernet-support-thread/ Marvel Aquantia 10GBE patch ] | * 10GbE Support [https://www.insanelymac.com/forum/topic/330614-marvell-aquantia-10-gb-ethernet-support-thread/ Marvel Aquantia 10GBE patch ] | ||
Kext to patch | Kext to patch | ||
Line 28: | Line 57: | ||
and replace it with | and replace it with | ||
41 c7 45 00 01 00 00 00 e9 | 41 c7 45 00 01 00 00 00 e9 | ||
== Sleep == | |||
From : [https://www.tonymacx86.com/threads/asus-z690-proart-creator-wifi-thunderbolt-4-i7-12700k-amd-rx-6800-xt.318311/ z690 OC] | |||
<code>sudo pmset -a hibernatemode 0 standby 0 autopoweroff 0</code>{{notepad}} |
Latest revision as of 19:46, 11 December 2023
General
- Fix UFI Partition Error
fsck_msdos disk0s1
pmset -g assertions
These are the steps
- replacing the drivers > UEFI > AptioMemoryFix.efi with OpenRuntime.efi
- Also, add OcQuirk.efi (More Info: https://github.com/ReddestDream/OcQuirks)
- select: config.plist/Quirks > DisableIoMapper
XQuartz Menu Change
defaults write org.xquartz.X11 apps_menu '( ( Terminal, xterm, n ), ( xman, xman, "" ), ( xlogo, xlogo, "" ) )'
Networking
List all network hardware
networksetup -listallhardwareports
10Gbe Aquantia Fixes
- CaseyJ 10Gbe pacthes -> working!
- 10GbE Support Marvel Aquantia 10GBE patch
Kext to patch com.apple.driver.AppleEthernetAquantiaAqtion Find 41C70424 00000000 E9 Replace 41C70424 01000000 E9 comment Marvell AQC107 10GBE Patch
- Monterey 10GBE Patch by Mieze Monterey Patch by Mieze
We've got to modify the patch.
You need to find 41 c7 45 00 00 00 00 00 e9 and replace it with 41 c7 45 00 01 00 00 00 e9
Sleep
From : z690 OC
sudo pmset -a hibernatemode 0 standby 0 autopoweroff 0
----
← Back to Notepad
<insert>googlesearchwiki</insert> | <insert>paypal</insert> | <insert>analytics</insert> |