Notepad:Hackintosh: Difference between revisions
From Amar
Jump to navigationJump to search
No edit summary |
→General: Force Sleep |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
= General = | |||
* Fix UFI Partition Error | * Fix UFI Partition Error | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
Line 12: | 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 = | = 10Gbe Aquantia Fixes = | ||
* [https://github.com/CaseySJ/Aquantia-macOS-Patches CaseyJ 10Gbe pacthes -> working!] | * [https://github.com/CaseySJ/Aquantia-macOS-Patches CaseyJ 10Gbe pacthes -> working!] | ||
Line 35: | Line 58: | ||
41 c7 45 00 01 00 00 00 e9 | 41 c7 45 00 01 00 00 00 e9 | ||
{{notepad}} | == 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> |