Jump to content

[pre-release] macOS High Sierra


3,737 posts in this topic

Recommended Posts

OK so it still failed with the same error but this time the error came up without the computer rebooting the second time. Also I was getting ACPI errors from the patches that were disabled.

 

And by doing that, it solved the Firmware issues while installing? I only have drivers64UEFI as during Clover setup I installed Clover on UEFI only.

Well you can enable all the patches and try again if you didn't get the Firmware Verification error. I think the SMBIOS information is correct, there was an error in the BIOS Release Date which I fixed it in the latest config I posted. I also changed the SMBIOS to MacBookPro11,4.

 

Try it and let me know.

Link to comment
Share on other sites

Man, if I knew how it got it to work, I'd have written a tutorial on it.  It was really a fluke.  However, I did determine that my problem, like yours was SMBIOS related.  I changed my SMBIOS version from MBP9,2 to MBP9,1 and used the May 1, 2017 date. (I entered it as 01/05/17.)  I also downloaded what I think was a modified version of Clover 4084 from here:  http://www.insanelymac.com/forum/topic/284656-clover-general-discussion/?p=2438129. Thanks Needy.  (I only used the boot64.efi and clover64.efi files.  I did not use the entire Clover directory with all the files and folders in it.). However, it did install and it installed with apfs format.

You are the man! I want to thank you and @cyberdevs as I now got it to install. I used the MacBookPro11,4 that @cyberdevs provided with the date and file that you suggested. So far I have QE/CI, audio, WiFi so not bad for a beta.

  • Like 2
Link to comment
Share on other sites

Good evening Cengiz Sevinir. Did you have to perform any specific procedure to make your graphic card available?

Any news about AMD HD 5xxx?

no any specificition HD 5870 Native working but there are promlems referance models but if you flash new vga bios it wil be solve

  • Like 1
Link to comment
Share on other sites

hello guys

i updated wifi patches i posted before.

BCM4352-Airport-Extreme, (credit skvo)
com.apple.driver.AirPort.Brcm4360
6b100000 750d
6b100000 9090
10.13.x

BCM4352-Airport-Extreme, (credit Sherlocks based on skvo original)
com.apple.driver.AirPort.BrcmNIC
6b100000 750d
6b100000 9090

BCM4352-fvco, (credit Sherlocks based on the-darkvoid original)
com.apple.driver.AirPort.BrcmNIC
81f952aa 000074bf 
81f952aa 00006690 

BCM4352-iovar, (credit Sherlocks)
com.apple.driver.AirPort.BrcmNIC
85db4c8b 65c87971 
85db4c8b 65c8eb71 

BCM4352-iovar, (credit Sherlocks)
com.apple.driver.AirPort.BrcmNIC
4883c410 89c385db 7946
4883c410 89c385db eb46


BCM4352-Airport-Extreme, (credit Sherlocks based on skvo original)
com.apple.driver.AirPort.BrcmNIC-MFG
6b100000 750d
6b100000 9090

BCM4352-fvco, (credit Sherlocks based on the-darkvoid original)
com.apple.driver.AirPort.BrcmNIC-MFG
81ff52aa 000074c4 
81ff52aa 00006690 

BCM4352-iovar, (credit Sherlocks)
com.apple.driver.AirPort.BrcmNIC-MFG
0f896201 0000
0f886201 0000

BCM4352-iovar, (credit Sherlocks)
com.apple.driver.AirPort.BrcmNIC-MFG
4883c410 89c385db 7944
4883c410 89c385db eb44

in DP1, flood log about wifi. don't worry we still got DP1.. i fixed powerstate problem(ivoar).

 

i will add board-id patch(original rehabman), contury code.

 

enjoy :rolleyes:

  • Like 3
Link to comment
Share on other sites

Hi,

 

Because there's no OSBundleRequired entry inside AirPortBrcmNIC-MFG, and thus it won't be loaded. Also, its funny IOProbeScore. ;) I guess this is still a work in progress from Apple.

As for AirPortBrcmNIC. Yes, indeed. There's still a function to check board-id (See __ZN15AirPort_BrcmNIC12checkBoardIdEPKc: ), we can always let it return true and the board-id check is gone. It's unfortunate that Clover doesn't support symbol patching, so making a new Lilu plugin that does so can be a better idea. :)

  • Like 1
Link to comment
Share on other sites

no any specificition HD 5870 Native working but there are promlems referance models but if you flash new vga bios it wil be solve

Hi Cengiz sevinir! Thanks for response. My video card is HD 5670 but won't works in HS. I have put Kexts from 10.12.5 and got a partially working card, no QE CI (no translucent menu bar, etc).

Link to comment
Share on other sites

Hi,

 

Because there's no OSBundleRequired entry inside AirPortBrcmNIC-MFG, and it won't be loaded. I guess this is a testing one.

As for AirPortBrcmNIC. Yes, indeed. There's still a function to check board-id (See __ZN15AirPort_BrcmNIC12checkBoardIdEPKc: ), we can always let it return true and the board-id check is gone. It's unfortunate that Clover doesn't support symbol patching, so making a new Lilu plugin that does so can be a better idea. :)

 

this one also works for bcm4352 tested ;)

 

http://www.insanelymac.com/forum/topic/324194-pre-release-macos-high-sierra/?p=2440320

 

Fred

Link to comment
Share on other sites

Great, I see!

 

But it seems that yours on fcvo is totally reversed from Sherlocks's... I think only one of them should work.

 

===============

 

[uPDATE]

 

Here is the new country code patch, if someone has interest:

41 83 FC FF 74 35 48 8D 55 D0 -> 66 C7 06 23 61 EB 34 8D 55 D0

Note: 23 61 means '#' 'a', it appears that "#a" is universal for all countries, you can customize it (e.g. 55 53 -> US , 43 4e -> CN , etc)

hello guys

i updated wifi patches i posted before.

BCM4352-Airport-Extreme, (credit skvo)
com.apple.driver.AirPort.Brcm4360
6b100000 750d
6b100000 9090
10.13.x

BCM4352-Airport-Extreme, (credit Sherlocks based on skvo original)
com.apple.driver.AirPort.BrcmNIC
6b100000 750d
6b100000 9090

BCM4352-fvco, (credit Sherlocks based on the-darkvoid original)
com.apple.driver.AirPort.BrcmNIC
81f952aa 000074bf 
81f952aa 00006690 

BCM4352-iovar, (credit Sherlocks)
com.apple.driver.AirPort.BrcmNIC
85db4c8b 65c87971 
85db4c8b 65c8eb71 

BCM4352-iovar, (credit Sherlocks)
com.apple.driver.AirPort.BrcmNIC
4883c410 89c385db 7946
4883c410 89c385db eb46


BCM4352-Airport-Extreme, (credit Sherlocks based on skvo original)
com.apple.driver.AirPort.BrcmNIC-MFG
6b100000 750d
6b100000 9090

BCM4352-fvco, (credit Sherlocks based on the-darkvoid original)
com.apple.driver.AirPort.BrcmNIC-MFG
81ff52aa 000074c4 
81ff52aa 00006690 

BCM4352-iovar, (credit Sherlocks)
com.apple.driver.AirPort.BrcmNIC-MFG
0f896201 0000
0f886201 0000

BCM4352-iovar, (credit Sherlocks)
com.apple.driver.AirPort.BrcmNIC-MFG
4883c410 89c385db 7944
4883c410 89c385db eb44

in DP1, flood log about wifi. don't worry we still got DP1.. i fixed powerstate problem(ivoar).

 

i will add board-id patch(original rehabman), contury code.

 

enjoy :rolleyes:

Hi, country code patched added at http://www.insanelymac.com/forum/topic/324194-pre-release-macos-high-sierra/?p=2440611:)

Edited by PMheart
  • Like 2
Link to comment
Share on other sites

Sherlocks,

 

BCM4352-fvco, (credit Sherlocks based on the-darkvoid original)

com.apple.driver.AirPort.BrcmNIC
81f952aa 000074bf 
81f952aa 00006690 -> 81f952aa 0000ebbf

 

this does not work, test has been inverted need a jump to 

 

Fred

  • Like 1
Link to comment
Share on other sites

Has anyone installed Mac OS 10.13 on an X79 platform? It's absurd I've been trying for three days and I can not get boot. I installed but when I boot, it be stuck.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...