Jump to content

The final release of macOS Sierra are available to download.

 

You can download it from App Store.

 

You can consult the list of useful tips created by @fantomas:

Soon we'll have the methods to create a Penboot to all Hacks.

You can use the createinstallmedia, and after the process been concluded just install Clover in your Pendrive. ;)

sudo /Applications/Install\ macOS\ High\ Sierra.app/Contents/Resources/createinstallmedia --volume /Volumes/Untitled  —nointeraction

EDIT: The list above will be constantly been updated as we got new methods and fixes.


User Feedback

Recommended Comments



gujiangjiang

Posted

 

Just suddenly happen if playing music or keep itunes without play music.
since 10.13 dp1 ~ now, this issue happen. i tried all to fix itunes crash. but can't fix. in sierra, there was no problem.
strangely, sandybridge laptop is no problem. only happen skylake laptop.
 
EDIT1.
10.13.2 beta1's apfs seems to be help for itunes crash. not sure. need to test many times

 

try this. it seems to help itunes crash.

 

my step

1. put apfs.efi in drivers64UEFI

2. reboot

3. macos start diskutility

4. automately reboot

5. booted osx

 

and tested it. not sure. better than before now.

 

 

Test this apfs.efi from 10.13.2dp1 but still crash....

Cyberdevs

Posted

hi.. mouse works fine after adding xhci200..kext with smbios imac18.3..but the cpu always keeped high frequency..so i changed macpro6.1 again.

For CPU's frequency you need to have the SSDTs, find Pike's SSDT generator and run it, it will create SSDT's required for power management.

xtddd

Posted

For CPU's frequency you need to have the SSDTs, find Pike's SSDT generator and run it, it will create SSDT's required for power management.

i only check hwp in clover with macpro6.1..all works fine.....i have not  used pike's ssdt for a long time

Cyberdevs

Posted

i only check hwp in clover with macpro6.1..all works fine.....i have not  used pike's ssdt for a long time

Well whatever works for you ;)

  • Like 1
Mr MagOO

Posted

Fix for ICH10 with High Sierra. Now with hot-plug support.

 

For this we need two binary patches.

First patch fix I/O error for ICH10:

4585F60F 95C289C8 83E0FE66 85C9780F 84D2750B -> 89C883E0 FE6685C9 0F98C141 08CC9090 9090750B 

With second patch will work hot-plug:

89C82540 6002003D 40200000 750C81E1 BF7FFFFF 898B5101 0000 -> 90909090 90909090 90909090 90909090 90909090 90909090 9090

With these two patches I got ICH10 with hot-plug.

attachicon.gifСнимок экрана 2017-09-30 в 14.40.42.png

 

Good luck ;)

 

Works with my old P5Q DLX (ICH10R), but i noticed that my HDD doesn't sleep with this fix.

I've got a SSD for OS and a HDD for medias on my hack.

I used to use the ESB2 DSDT fake ID and it does the same as this patch (works but no HDD sleep).

The only way to have HDD sleep stills AppleAHCIPort from DP for me.

 

Did you see this too, guys ?

Anyway, thank you for your work.

Orion's Sword

Posted

 

Just suddenly happen if playing music or keep itunes without play music.
since 10.13 dp1 ~ now, this issue happen. i tried all to fix itunes crash. but can't fix. in sierra, there was no problem.
strangely, sandybridge laptop is no problem. only happen skylake laptop.
 
EDIT1.
10.13.2 beta1's apfs seems to be help for itunes crash. not sure. need to test many times

 

try this. it seems to help itunes crash.

 

my step

1. put apfs.efi in drivers64UEFI

2. reboot

3. macos start diskutility

4. automately reboot

5. booted osx

 

and tested it. not sure. better than before now.

 

Same here on my Kaby Lake laptop. How can it be related to apfs.efi when I'm using HFS+J?

Badruzeus

Posted

Same here on my Sky Lake laptop. How can it be related to apfs.efi when I'm using HFS+J?

Is this file exist on ur hSierra installation?

/System/Library/LaunchAgents/com.apple.MDCrashReportd.plist
Orion's Sword

Posted

 

Is this file exist on ur hSierra installation?

/System/Library/LaunchAgents/com.apple.MDCrashReportd.plist

No.

Orion's Sword

Posted

10.13.2 public beta 2 (17C67b) has been released.

chris1111

Posted

10.13.2 beta 2 (17C67b) has been released.

last week yes  :P

Orion's Sword

Posted

last week yes  :P

Public beta 2 is released yesterday.

  • Like 1
Orion's Sword

Posted

I think bcoz 10.13.2 Beta 2 and Dev Beta 2 have a same build number, the reason why.. only Apple devs could give the answer  ^_^

https://developer.apple.com/news/releases/

It's been happening since the first public beta of 10.13. It can be quite clear if you look at the software update history. In my hack, it's showing "Developer beta" although it is set to receive only the public betas. For example, today I've updated the OS to public beta 2 (which is released two days ago), but look at the history, it says "macOS High Sierra 10.13.2 Developer Beta". Similarly, ALL of the entries in the history contain "Developer beta" NOT "Public beta" which I have never seen in the previous OSes.

Muntashirs-MBP:~ muntashir$ softwareupdate --history | grep "Dev"
macOS High Sierra 10.13.2 Developer Beta           2          11/09/2017, 09:49:13  
macOS High Sierra Developer Beta                   1          11/03/2017, 07:54:58  
macOS High Sierra Developer Beta                   1          11/03/2017, 03:08:38  
macOS High Sierra Developer Beta                   9          11/02/2017, 07:14:49  
macOS High Sierra Developer Beta                   7          08/22/2017, 22:57:37  
macOS High Sierra Developer Beta                   6          08/17/2017, 07:58:35  
macOS High Sierra Developer Beta                   5          08/10/2017, 17:52:36  
macOS High Sierra Developer Beta                   4          07/27/2017, 06:22:08  
macOS High Sierra Developer Beta                   3          07/25/2017, 03:45:58
  • Like 2
pinarek

Posted

@Muntashir.... 

 

softwareupdate --history | grep "Dev"

 

thank  you for this good Tip !

  • Like 1
esmith1977

Posted

Fix for ICH10 with High Sierra. Now with hot-plug support.

 

For this we need two binary patches.

First patch fix I/O error for ICH10:

4585F60F 95C289C8 83E0FE66 85C9780F 84D2750B -> 89C883E0 FE6685C9 0F98C141 08CC9090 9090750B 

With second patch will work hot-plug:

89C82540 6002003D 40200000 750C81E1 BF7FFFFF 898B5101 0000 -> 90909090 90909090 90909090 90909090 90909090 90909090 9090

With these two patches I got ICH10 with hot-plug.

attachicon.gifСнимок экрана 2017-09-30 в 14.40.42.png

 

Good luck ;)

 

 

Sunki

 

I don't think this patch works for High Sierra 10.13.2...

 

Can you  confirm this?

 

What is the new patch?

KGP-iMacPro

Posted

:thumbsup_anim:  :drool: World's first iMac Pro Hackintosh  :drool:  :thumbsup_anim:

 

 

 

:plane:  :hbd:

post-1362934-0-61542000-1514734757_thumb.png

post-1362934-0-94704100-1514737399_thumb.png

post-1362934-0-57197200-1514744680_thumb.png

  • Like 3
BALDY_MAN

Posted

Great news. well  done

  • Like 1
ramontorres

Posted

Because all the sata ports are well recognized, I try only Hot-Plug patch : Hot-Pluging work like a charm on my system. Great Job  :)

After patching, do the HDD icons shown as external ? (orange = hot swap capable)

I applied the patch but nothing change:

 

<key>KextsToPatch</key>

        <array>

            <dict>

                <key>Comment</key>

                <string>Fix hotplug for 10.13</string>

                <key>Find</key>

                <data>

                icglQGACAD1AIAAAdQyB4b9///+Ji1EBAAA=

                </data>

                <key>Name</key>

                <string>AppleAHCIPort</string>

                <key>Replace</key>

                <data>

                kJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJA=

                </data>

            </dict>

        </array>

chris1111

Posted

After patching, do the HDD icons shown as external ? (orange = hot swap capable)

I applied the patch but nothing change:

 

<key>KextsToPatch</key>

        <array>

            <dict>

                <key>Comment</key>

                <string>Fix hotplug for 10.13</string>

                <key>Find</key>

                <data>

                icglQGACAD1AIAAAdQyB4b9///+Ji1EBAAA=

                </data>

                <key>Name</key>

                <string>AppleAHCIPort</string>

                <key>Replace</key>

                <data>

                kJCQkJCQkJCQkJCQkJCQkJCQkJCQkJCQkJA=

                </data>

            </dict>

        </array>

You need this for Orange Icon HD

 

<dict>
     <key>Comment</key>
     <string>External icons patch</string>
     <key>Disabled</key>
     <false/>
     <key>Find</key>
     <data>RXh0ZXJuYWw=</data>
     <key>Name</key>
     <string>AppleAHCIPort</string>
     <key>Replace</key>
     <data>SW50ZXJuYWw=</data>
</dict>
  • Like 1
ramontorres

Posted

 

You need this for Orange Icon HD

 

<dict>
     <key>Comment</key>
     <string>External icons patch</string>
     <key>Disabled</key>
     <false/>
     <key>Find</key>
     <data>RXh0ZXJuYWw=</data>
     <key>Name</key>
     <string>AppleAHCIPort</string>
     <key>Replace</key>
     <data>SW50ZXJuYWw=</data>
</dict>

 

 

 

Thaks for your reply.

 

When hot plug is activated in BIOS, macOS shows the drives capable of that feature as external (orange icons), some users don't like that and apply this patch for change orange icons (it's just a cosmetic change).

 

I'm facing the oposite situation, I activate hot plug in BIOS but the icons don't change to orange as supose to, and Disk Utility report the drives are not ejectable, even using the second patch posted by SunKi (post #185).

  • Like 1
Atomic_Sheep

Posted (edited)

On 9/30/2017 at 3:09 AM, SunKi said:

Fix for ICH10 with High Sierra. Now with hot-plug support.

 

For this we need two binary patches.

First patch fix I/O error for ICH10:



4585F60F 95C289C8 83E0FE66 85C9780F 84D2750B -> 89C883E0 FE6685C9 0F98C141 08CC9090 9090750B 

With second patch will work hot-plug:



89C82540 6002003D 40200000 750C81E1 BF7FFFFF 898B5101 0000 -> 90909090 90909090 90909090 90909090 90909090 90909090 9090

With these two patches I got ICH10 with hot-plug.

post-234237-0-89322400-1506764449_thumb.png

 

Good luck ;)

How do you apply this patch? What do I need to do? I haven't applied these kinds of patches before.

Edited by Atomic_Sheep
chris1111

Posted

@Atomic_Sheep

applying under <key>KextsToPatch</key> with Clover Configurator

Find / Replace

Frank Nitty

Posted

Has anyone figured out a method to update from 10.13.1 to 10.13.3 using incremental updates w/o having to reinstall from the macOS app store

arsradu

Posted (edited)

On 3/18/2018 at 10:40 PM, Frank Nitty said:

Has anyone figured out a method to update from 10.13.1 to 10.13.3 using incremental updates w/o having to reinstall from the macOS app store

 

Maybe this will work (assuming you are already on 10.13.1):

10.13.2 Update: https://support.apple.com/kb/DL1946?locale=en_US

10.13.2 Supplemental Update: https://support.apple.com/kb/DL1951?locale=en_US (this should probably be installed after the regular 10.13.2 update)

10.13.3 Update: https://support.apple.com/kb/DL1954?locale=en_US

OR

10.13.3 Combo Update: https://support.apple.com/kb/DL1953?locale=en_US

Edited by arsradu
BALDY_MAN

Posted (edited)

Updated to 10.13.4 Reinstalled  back up sound kext and Enabler in System Extensions folder with ikext tool.

Screen Shot 2018-03-30 at 01.16.58.png

Edited by BALDY_MAN
  • Like 2


×
×
  • Create New...