Jump to content

macOS 10.13.2 Update is out


Mork vom Ork
 Share

122 posts in this topic

Recommended Posts

Strange, I see some with 17c89 and not sure why.

 

Sent from my SM-G930F using Tapatalk

I found this: Developer Apple: Current Version: 10.13.2 Build 17C88 via Mac App Store / Build 17C89 via Combo Update (December 06th 2017). https://www.jamf.com/jamf-nation/third-party-products/648/macos-high-sierra?view=info

  • Like 3
Link to comment
Share on other sites

downloaded again from fantomas1  link(combo)

 

it says in distribution file 17c89 now

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<installer-gui-script minSpecVersion="1">
    <options post-logout="true" allow-install-later="true" should-authenticate-reboot="true" should-launch-first-login-optimization="true" affects-system-files="true"/>
    <title>SU_TITLE</title>
    <script/>
    <volume-check script="VolumeCheck()"/>
    <installation-check script="InstallationCheck()"/>
    <license file="License.rtf"/>
    <readme file="SUDescription.html"/>
    <choices-outline>
        <line choice="manual"/>
    </choices-outline>
    <choice id="manual" title="SU_TITLE">
        <pkg-ref id="com.apple.pkg.update.os.Combo10.13.2.17C89" auth="Root" packageIdentifier="com.apple.pkg.update.os.Combo10.13.2.17C89" onConclusion="RequireRestart">#macOSUpdCombo10.13.2.pkg</pkg-ref>
        <pkg-ref id="com.apple.pkg.macOSUpdCombo10.13.2.RecoveryHDUpdate.17C89" auth="Root" packageIdentifier="com.apple.pkg.macOSUpdCombo10.13.2.RecoveryHDUpdate.17C89" active="RecoveryHD5(my.target.mountpoint)" installEnvironment="ClientOS">#macOSUpdCombo10.13.2.RecoveryHDUpdate.pkg</pkg-ref>
        <pkg-ref id="com.apple.pkg.FirmwareUpdate" auth="Root" packageIdentifier="com.apple.pkg.FirmwareUpdate" installEnvironment="ClientOS">#FirmwareUpdate.pkg</pkg-ref>
        <pkg-ref id="com.apple.update.fullbundleupdate.17C89" auth="Root" packageIdentifier="com.apple.update.fullbundleupdate.17C89">#FullBundleUpdate.pkg</pkg-ref>
        <pkg-ref id="com.apple.pkg.EmbeddedOSFirmware" auth="Root" packageIdentifier="com.apple.pkg.EmbeddedOSFirmware">#EmbeddedOSFirmware.pkg</pkg-ref>
        <pkg-ref id="com.apple.pkg.BridgeOSUpdateCustomer" auth="Root" packageIdentifier="com.apple.pkg.BridgeOSUpdateCustomer">#BridgeOSUpdateCustomer.pkg</pkg-ref>
        <pkg-ref id="com.apple.pkg.BridgeOSBrain" auth="Root" packageIdentifier="com.apple.pkg.BridgeOSBrain">#BridgeOSBrain.pkg</pkg-ref>
    </choice>
    <script>
function isCoreStorageOperationsAllowed (){
	try {
		system.log('my.target.isDisallowedForCoreStorageOperations = ' + my.target.isDisallowedForCoreStorageOperations);
		if ( my.target.isDisallowedForCoreStorageOperations ) {
			return false;
		}
	} catch(e) {
		system.log('isDisallowedForCoreStorageOperations threw exception ' + e);
	}
	return true;
}
function InstallationCheck(prefix) {
	var boardIds = ['Mac-06F11F11946D27C5','Mac-031B6874CF7F642A','Mac-A5C67F76ED83108C','Mac-CAD6701F7CEA0921','Mac-50619A408DB004DA','Mac-F22C8AC8','Mac-B809C3757DA9BB8D','Mac-AFD8A9D944EA4843','Mac-F2268DC8','Mac-942B59F58194171B','Mac-27ADBB7B4CEE8E61','Mac-F305150B0C7DEEEF','Mac-35C1E88140C3E6CF','Mac-77EB7D7DAF985301','Mac-2E6FAB96566FE58C','Mac-473D31EABEB93F9B','Mac-7BA5B2794B2CDB12','Mac-66E35819EE2D0D05','Mac-BE0E8AC46FE800CC','Mac-00BE6ED71E35EB86','Mac-4B7AC7E43945597E','Mac-F22C89C8','Mac-937CB26E2E02BB01','Mac-942459F5819B171B','Mac-FFE5EF870D7BA81A','Mac-2BD1B31983FE1663','Mac-F222BEC8','Mac-4BC72D62AD45599E','Mac-4B682C642B45593E','Mac-90BE64C3CB5A9AEB','Mac-3CBD00234E554E41','Mac-031AEE4D24BFF0B1','Mac-66F35F19FE2A0D05','Mac-F221BEC8','Mac-B4831CEBD52A0C4C','Mac-C08A6BB70A942AC2','Mac-8ED6AF5B48C039E1','Mac-FA842E06C61E91C5','Mac-FC02E91DDD3FA6A4','Mac-65CE76090165799A','Mac-9AE82516C7C6B903','Mac-6F01561E16C75D06','Mac-F60DEB81FF30ACF6','Mac-81E3E92DD6088272','Mac-F2208EC8','Mac-F22586C8','Mac-189A3D4F975D5FFC','Mac-942C5DF58193131B','Mac-F2238BAE','Mac-9F18E312C5C2BF0B','Mac-C3EC7CD22292981F','Mac-F221DCC8','Mac-742912EFDBEE19B3','Mac-CF21D135A7D34AA6','Mac-942452F5819B1C1B','Mac-112B0A653D3AAB9C','Mac-DB15BD556843C820','Mac-F22589C8','Mac-77F17D7DA9285301','Mac-F2238AC8','Mac-BE088AF8C5EB4FA2','Mac-551B86E5744E2388','Mac-35C5E08120C7EEAF','Mac-F65AE981FFA204ED','Mac-94245B3640C91C81','Mac-EE2EBD4B90B839A8','Mac-42FD25EABCABB274','Mac-7DF2A3B5E5D671ED','Mac-F2268DAE','Mac-06F11FD93F0323C5','Mac-7DF21CB3ED6977E5','Mac-A369DDC4E67F1C45','Mac-F2268CC8','Mac-94245A3940C91C80','Mac-E43C1C25D4880AD6','Mac-942B5BF58194151B',];
	var cpuFeatures = system.sysctl( 'machdep.cpu.features' );
	cpuFeatures=cpuFeatures.split(" ");
	for( var i = 0; i < cpuFeatures.length; i++ ){
		if( cpuFeatures[i] == "VMM" ){
			return true;
		}
	}
	var nonSupportedModels = ['MacBookPro4,1','MacPro2,1','MacBookPro5,1','MacBookPro1,1','MacBookPro5,3','MacBookPro5,2','iMac8,1','MacBookPro5,4','iMac5,1','iMac5,2','iMac6,1','MacBookPro3,1','MacBookPro1,2','iMac9,1','Macmini3,1','Macmini1,1','iMac4,2','MacBookPro2,2','MacBookPro2,1','MacBook3,1','MacBook5,1','MacBook5,2','MacBook2,1','iMac4,1','MacBook1,1','MacBookPro5,5','Xserve2,1','MacBookAir1,1','Xserve3,1','MacBookAir2,1','Xserve1,1','Macmini2,1','MacPro3,1','iMac7,1','MacBook4,1','MacPro1,1','MacPro4,1',];
	var currentModel = system.sysctl('hw.model');
	if (nonSupportedModels.indexOf(currentModel) >= 0) {
		my.result.message = system.localizedString('ERROR_3491501876');
		my.result.type = 'Fatal';
		return false;
	}
	var boardId = system.ioregistry.fromPath('IOService:/')['board-id'];
	if (boardIds.indexOf(boardId) == -1) {
		my.result.message = system.localizedString('ERROR_3491501876');
		my.result.type = 'Fatal';
		return false;
	}
	if (system.compareVersions(system.version.ProductVersion, '10.13') < 0 || system.compareVersions(system.version.ProductVersion, '10.14') >= 0) {
		my.result.message = system.localizedStringWithFormat('ERROR_7E7AEE96CA', '10.13');
		my.result.type = 'Fatal';
		return false;
	}
	return true;
}
function VolumeCheck(prefix) {
	if (system.env.OS_INSTALL == 1) return true;
	var myTargetSystemVersion = (my.target.systemVersion || system.files.plistAtPath(my.target.mountpoint + "/System/Library/CoreServices/SystemVersion.plist"));
	if (!myTargetSystemVersion || system.compareVersions(myTargetSystemVersion.ProductVersion, '10.13') < 0 || system.compareVersions(myTargetSystemVersion.ProductVersion, '10.14') >= 0) {
		my.result.message = system.localizedStringWithFormat('ERROR_7E7AEE96CA', '10.13');
		my.result.type = 'Fatal';
		return false;
	}
	my.result.message = system.localizedString('ERROR_ABA5BBB51F');
	if (!Not0(my.target.mountpoint) || !AppleInternalCheck3(my.target.mountpoint) || !PlistCheck4(my.target.mountpoint)) {
		my.result.type = 'Fatal';
		return false;
	}
	return true;
}
function Not0(prefix) {
	if (typeof(my.result) != 'undefined') my.result.message = system.localizedString('ERROR_B733C538F7');
	if (!(FileSystem1(prefix) && FileSystem2(prefix))) {
		return true;
	}
	return false;
}
function FileSystem1(prefix) {
	if (my.target.filesystem && my.target.filesystem.kind == 'Fusion') {
		return true;
	}
	return false;
}
function FileSystem2(prefix) {
	if (my.target.filesystem && my.target.filesystem.type == 'apfs') {
		return true;
	}
	return false;
}
function AppleInternalCheck3(prefix) {
	if (!(system.files.fileExistsAtPath(prefix + '/AppleInternal') && my.target.receiptForIdentifier('com.apple.pkg.InternalOSContent') && system.files.fileExistsAtPath(prefix + '/System/Library/Receipts/com.apple.pkg.InternalOSContent.plist'))) {
		return true;
	}
	system.log('AppleInternal check failed');
	return false;
}
function PlistCheck4(prefix) {
	var plist = system.files.plistAtPath(prefix + '/System/Library/CoreServices/SystemVersion.plist');
	if (!plist) {
		return false;
	}
	var plistKeyValue = plist['ProductBuildVersion'];
	if (!plistKeyValue) {
		return false;
	}
	var buildNumbersArray = '17A360a,17A362a,17A365,17A405,17B25c,17B35a,17B42a,17B45a,17B46a,17B48,17B1002,17B1003,17C2,17C3,17C4,17C5,17C6,17C7,17C8,17C9,17C11,17C12,17C13,17C14,17C15,17C15a,17C16,17C17,17C18,17C19,17C20,17C21,17C22,17C23,17C24,17C25,17C26,17C27,17C28,17C29,17C30,17C31,17C32,17C32a,17C33a,17C34,17C35,17C35a,17C36,17C37,17C38,17C39,17C39a,17C40,17C41,17C42,17C43,17C44,17C45,17C46,17C47,17C48,17C49,17C50,17C51,17C52,17C53,17C54,17C55,17C56,17C57,17C57a,17C58,17C59,17C60,17C60c,17C61,17C62,17C63,17C64,17C65,17C66,17C67,17C67b,17C68,17C69,17C69z,17C70,17C71,17C71a,17C72,17C73,17C74,17C75,17C76,17C76a,17C77,17C79,17C79a,17C80,17C81a,17C83,17C83a,17C84,17C85,17C85a,17C86,17C87,17C88,17C89'.split(',');
	if (buildNumbersArray.indexOf(plistKeyValue) < 0) {
		return false;
	}
	return true;
}
function RecoveryHD5(prefix) {
	if( ! isCoreStorageOperationsAllowed() ) { return false; }
	if( ! my.target.recoverySystemVersion ) { return true; }
	var targetRecoveryVersion = my.target.recoverySystemVersion.ProductBuildVersion;
	if (system.compareVersions( targetRecoveryVersion, '17C89') >= 0) { return false; }
	return true;
}
</script>
    <pkg-ref id="com.apple.update.fullbundleupdate.17C89" installKBytes="227926" version="1.0.0.0.1.1512594190"/>
    <pkg-ref id="com.apple.pkg.update.os.Combo10.13.2.17C89" installKBytes="7201854" version="1.0.0.0.1.1512594190"/>
    <pkg-ref id="com.apple.pkg.macOSUpdCombo10.13.2.RecoveryHDUpdate.17C89" installKBytes="0" version="1.0.0.0"/>
    <pkg-ref id="com.apple.pkg.BridgeOSUpdateCustomer" installKBytes="130" version="10.13.2.1.1.1512594190"/>
    <pkg-ref id="com.apple.pkg.FirmwareUpdate" installKBytes="0" version="10.13.2.1"/>
    <pkg-ref id="com.apple.pkg.EmbeddedOSFirmware" installKBytes="62078" version="10.13.2.1.1.1512594190"/>
    <pkg-ref id="com.apple.pkg.BridgeOSBrain" installKBytes="130" version="10.13.2.1.1.1512594190"/>
</installer-gui-script> 

 

I found this: Developer Apple: Current Version: 10.13.2 Build 17C88 via Mac App Store / Build 17C89 via Combo Update (December 06th 2017). https://www.jamf.com/jamf-nation/third-party-products/648/macos-high-sierra?view=info

ok I am on 17c89

post-468967-0-80735000-1512826637_thumb.png

Link to comment
Share on other sites

attached your patched bios and my ssdt for renaming gfx (thanks to gengix84 for some optimization)

I suggest to you to use only this ssdt and cpu related one to test

Also in kext I would delete all usb related kext and I will enabled on bios USB from smartauto to enable

but I don't know if your system could start in this way

I attach also my config if you want to take a look to rename part for usb and High Sierra port limit)

Thank you my friend fabiosun for the Patched Bios. The rest does not work well and I already realized that the fault is not and never was of my fat DSDT. It seems that from 10.13.2 betas the DP connection stopped working...

Link to comment
Share on other sites

can someone post the 10.13.2 (17C88) apfs.efi?

 

I used the App Store to update, not the combo update.

here the file

You can always have the file in the  Install macOS High Sierra.app / Contents/SharedSupport/BaseSystem.dmg ➽ /usr/standalone/i386/apfs.efi

apfs.efi.zip

  • Like 4
Link to comment
Share on other sites

here the file

You can always have the file in the Install macOS High Sierra.app / Contents/SharedSupport/BaseSystem.dmg ➽ /usr/standalone/i386/apfs.efi

Thanks.

I haven’t downloaded the latest installer to make a new usb drive yet, though I already learned that trick it is good to have it readily available for others. ?

Link to comment
Share on other sites

Thanks.

I haven’t downloaded the latest installer to make a new usb drive yet, though I already learned that trick it is good to have it readily available for others.

I put the file attaching in my last post

  • Like 1
Link to comment
Share on other sites

Try adding Lilu + whatevergreen kext. If you installed 10.13.2, you might want to add the AMD9xxxControllerPatcher.kext.zip and modify it to mach the number of ports on your GPU to get sleep working.

 

My Sapphire RX480 used to stop fans when idle, but this is now broke in 10.13.2. It only works on initial boot (fans stop), but after waking from sleep, they keep on spinning permanently.

Still cant get high sierra combo update to complete 10.13.0 still works perfectly I can't break it. I tried a dmg download of combo and that didn't take either and that didn't break org installation. It seems like it was made for this ASUS board. AMD R9 Fury on display port shows black screen still, 9 leds on board are all lit up. Back in windows 10 the led's indicate graphics activity, with card requiring additional power after say, changing a web site and scrolling down page with pictures. GPU Z shows this increase and decrease in speed. Once the activity stops windows throttles the video card down and led's go out except one. Fans stay on with or without led activity until card cools down and then maybe one fan goes off. This is not happening with macOS, but to be honest the card does the same thing with steamOS a Linux operating system with the most up to date drivers for the R9 Fury cards but of course I get graphics with steamOS not a black screen. The AMD9xxxControllerPatcher.kext can I use it with 10.13.2 and how should I install and modify it. Lilu and whatevergreen are in the original install usb as described in Hackintosher.com. I added 0x73001002 to Baffin 4100.kext Info.plist. Maybe matching ports would help?? So my concern for video card is real and speed and heat cant be checked in macOS unless u know of a utility like gpu z for macOS. I used Kext utility to install ps2 keyboard support. Thanks for your help.

Link to comment
Share on other sites

The AMD9xxxControllerPatcher.kext can I use it with 10.13.2 and how should I install and modify it. Lilu and whatevergreen are in the original install usb as described in Hackintosher.com.

Well, I dont know much about kextpatcher.kext, you are probably best off asking Mork. The only thing I know is that I need to set the "CFG_FB_LIMIT" property to the number of my ports to get sleep to work in 10.13.2 (it was not needed in previous versions).. 

 

Supposedly you could do this via SSDT injection too, but I failed after counltess amounts of reboots, so I give up on SSDT lol

Maybe you don't need to do this, maybe it gets set correctly for your GPU..

You can test by using "ioreg -lw0 | grep CFG_FB_LIMIT" in terminal. But anyways, if you do need to change it, here is how to do it.

 

>rightclick "AMD9xxxControllerPatcher.kext"

>show package contents

>open Contents > Info.plist in a texteditor

>change the properties you need

>install the kext

 

post-838036-0-26912000-1512903927_thumb.png

 

So my concern for video card is real and speed and heat cant be checked in macOS unless u know of a utility like gpu z for macOS.

Maybe you can find something here... I didnt research it myself, since I can hear my GPU when its stressed lol, so I dont need sensors

http://www.insanelymac.com/forum/topic/299861-hwsensors3/page-21

Link to comment
Share on other sites

Final Release is out as Combo-Updater right this moment

Any fix for discrete XFX AMD R9 Fury triple fan  black screen on display port but perfect graphics on builtin intel graphics ASUS Z170 Pro gaming i5 6600k macOS 10.13 any help would be appreciated

Link to comment
Share on other sites

I used the kext in the EFI partition (CLOVER/kexts/Other/) ... however that should not make a difference as s/l/e/ should work too (but you can try) . To verify if AMD9xxxControllerPatcher.kext does it's job issue the following command :  ioreg -lw0 | grep CFG_FB_LIMIT . You should get: CFG_FB_LIMIT"=5 in that output string. If you get CFG_FB_LIMIT"=0 it means the kext did not load properly.

 

Other options I used in Clover for graphics are: 0x59120003 for ig-platform-id (no other options except RadeonDeInit).

 

What SMBIOS definition are you using?

I own the same GPU and I can't get sleep / wakeup working, even following your advice.

Link to comment
Share on other sites

Anyone know about the different of macOSUpdCombo10.13.2 between Auto and ForSeed?

http://swcdn.apple.com/content/downloads/01/50/091-52054/sxphm0npb8edfz2wqnulli6pd0pcripw2s/macOSUpdCombo10.13.2ForSeed.pkg
BridgeOSBrain.pkg
BridgeOSUpdateCustomer.pkg
EmbeddedOSFirmware.pkg
FirmwareUpdate.pkg
FullBundleUpdate.pkg
macOSUpdCombo10.13.2ForSeed.pkg
macOSUpdCombo10.13.2ForSeed.RecoveryHDUpdate.pkg

http://swcdn.apple.com/content/downloads/48/31/091-52056/1y04zdsyf38ol41bdh1r3eek2dudjgqhqd/macOSUpdCombo10.13.2Auto.pkg
BridgeOSBrain.pkg
BridgeOSUpdateCustomer.pkg
EmbeddedOSFirmware.pkg
FirmwareUpdate.pkg
FullBundleUpdate.pkg
macOSUpdCombo10.13.2Auto.pkg
macOSUpdCombo10.13.2Auto.RecoveryHDUpdate.pkg
Link to comment
Share on other sites

 

Anyone know about the different of macOSUpdCombo10.13.2 between Auto and ForSeed?

http://swcdn.apple.com/content/downloads/01/50/091-52054/sxphm0npb8edfz2wqnulli6pd0pcripw2s/macOSUpdCombo10.13.2ForSeed.pkg
BridgeOSBrain.pkg
BridgeOSUpdateCustomer.pkg
EmbeddedOSFirmware.pkg
FirmwareUpdate.pkg
FullBundleUpdate.pkg
macOSUpdCombo10.13.2ForSeed.pkg
macOSUpdCombo10.13.2ForSeed.RecoveryHDUpdate.pkg

http://swcdn.apple.com/content/downloads/48/31/091-52056/1y04zdsyf38ol41bdh1r3eek2dudjgqhqd/macOSUpdCombo10.13.2Auto.pkg
BridgeOSBrain.pkg
BridgeOSUpdateCustomer.pkg
EmbeddedOSFirmware.pkg
FirmwareUpdate.pkg
FullBundleUpdate.pkg
macOSUpdCombo10.13.2Auto.pkg
macOSUpdCombo10.13.2Auto.RecoveryHDUpdate.pkg

Not sure I think is developper and Public ?

Link to comment
Share on other sites

  • 3 weeks later...
 Share

×
×
  • Create New...