Jump to content
3390 posts in this topic

Recommended Posts

6 hours ago, rubenpp said:

I had to enable SIP for Software Update to get Beta8 to download.

 

Ideally, should enable SIP for OTA software updates to work.  However, I needed SIP disabled for my third party USB wifi kexts to load.

 

In Beta6, when you disable SIP with csrutil disable in Recovery terminal —> csr-active-config gets set to g%00%00%00 in nvram —> OTA software update still offered and my update succeeded...

 

Spoiler

96000189_UpgradefromBeta6to8.thumb.png.8a493c5cc97a4edbc96fd4e06d6d74c0.png

 

However in Beta7 and Beta8, when you disable SIP with csrutil disable in Recovery terminal —> csr-active-config gets set to %7f%00%00%00  —> “Unable to check for updates” when running System Preferences/Software Update...

 

Spoiler

12875527_Unabletocheckforupdates.png.3ae917769eb521b96a5e8b054b9084af.png

 

With csr-active-config = 67000000 in OC config.plist/NVRAM section, reset NVRAM in OC picker, then boot to Beta7/Beta8, software update happy again (csr-active-config now g%00%00%00) and SIP disabled enough for third party USB wifi kexts to load :)...

 

Spoiler

2013632033_Big_SurBeta8_20A5374ionNUC6i5SYHwithcsr-active-configg000000.thumb.png.d6a31a49890b5c9a6fdc37e7e096805e.png

 

Edited by fusion71au
  • Like 3

@fusion71au the update process doesn’t care about SIP status; it cares about authenticated root volume status and booting off the snapshot partition.

 

I might wanna look for how to recreate the disk snapshot and re-seal it (or just pay attention to the installer log, since this is done during it)... might come handy.

  • Like 1
18 hours ago, MorenoAv said:

Update to beta 8 made... easy, let the update alone and went eating supper... after eating the update was made

From Beta 7, system update, to beta 8... SMBios iMac 20,2 ...

Captura de ecrã 2020-09-22, às 21.12.01.png

One question?

The DRM Work with Your config?
Would you be so kind to share your EFI?

I have the same hardware as you
Thank you

3 hours ago, Streets said:

One question?

The DRM Work with Your config?
Would you be so kind to share your EFI?

I have the same hardware as you
Thank you

I don't use paid content, for that reason I don't know if the DRM works or not... but I'll give you my EFI ...

 

EFI.zip

 

I never had flickering, I had all sort of problems but not that one... BS weirdness I'm sure...

Edited by MorenoAv
  • Thanks 1
4 hours ago, Streets said:

One question?

The DRM Work with Your config?
Would you be so kind to share your EFI?

I have the same hardware as you
Thank you

DRM with iGPU only is still not expected to work as Lilu user land patching is broken.

It will work if you use an eGPU/dGPU and the SMBIOS of a system without iGPU (ie, iMacPro).

  • Like 1
  • Thanks 1

@LIMITANT By DRM, we include services like Netflix, Amazon Video, Hulu and Apple TV+, to name a few. YouTube runs on VP9 codec, which is a different thing. With a MacBook Pro 13,1 SMBIOS I am offered and I can select 4K on YouTube, although I am limited to my native 1080p screen.

  • Like 1
10 minutes ago, LIMITANT said:

My smbios is mbp11,2 haswell btw . No YouTube 4k  and no translate option

About the lack of 4k availability: Expected. The last device using SMBIOS MBP11,2 was a Mid-2014 MBP and it did not had a 4k compatible screen:

Quote

high-resolution LED-backlit 15.4" widescreen 2880x1800 (220 ppi) "Retina" display

More at https://everymac.com/systems/apple/macbook_pro/specs/macbook-pro-core-i7-2.8-15-iris-only-mid-2014-retina-display-specs.html

 

No clue about the translation option.

Edited by Alex HQuest
  • Like 2
30 minutes ago, ameenjuz said:

@Andrey1970 

i m facing issue to compiling kexts with xcode12 and command line tool xcode 12

please help me what is issue what i should do?

  Reveal hidden contents

image.thumb.png.2560632c52a214a30764bf9f0063886a.png

 

You need to git clone the kext repo like normal, cd into that directory after and do a git clone https://github.com/acidanthera/MacKernelSDK inside the kext directory. Then you can compile the kext.

  • Like 1
1 hour ago, ameenjuz said:

i m facing issue to compiling kexts with xcode12 and command line tool xcode 12

 

work fine here

Quote

echo "##### !!! DOWNLOADING FILES !!! #####"
echo "            "

mkdir /$HOME/Desktop/Lilu4All
cd /$HOME/Desktop/Lilu4All
git clone https://github.com/acidanthera/MacKernelSDK
git clone https://github.com/acidanthera/Lilu
git clone https://github.com/acidanthera/VirtualSMC

 

echo "##### !!! COMPILE AND COPY LILU TO FOLDER !!! #####"
echo "            "

cd /$HOME/Desktop/Lilu4All
cp -r ./MacKernelSDK ./Lilu
xcodebuild -project ./Lilu/Lilu.xcodeproj -configuration Debug clean build ARCHS=x86_64 ONLY_ACTIVE_ARCH=YES CONFIGURATION_BUILD_DIR=/$HOME/Desktop/Lilu4All/Release
cd /$HOME/Desktop/Lilu4All
cp -r ./Release/Lilu.kext ./VirtualSMC

 

echo "##### !!! COPY MacKernelSDK TO FOLDER !!! #####"
echo "            "

cd /$HOME/Desktop/Lilu4All
cp -r ./MacKernelSDK ./VirtualSMC

 

echo "##### !!! START BUILD FILES !!! #####"
echo "            "

cd /$HOME/Desktop/Lilu4All/VirtualSMC/
xcodebuild CONFIGURATION_BUILD_DIR=/$HOME/Desktop/Lilu4All/Release

 

  • Like 2
17 minutes ago, Pavo said:

You need to git clone the kext repo like normal, cd into that directory after and do a git clone https://github.com/acidanthera/MacKernelSDK inside the kext directory. Then you can compile the kext.

@Pavo thanks

i was not aware about MacKernelSDK

thanks once again

1 hour ago, Max.1974 said:

Oh my gosh!!! Open Core update to Beta 8 with securityBootModel > Disable, but real Mac not :hysterical: (Unbelievable) hahahahahaha!!! lol 

have many protection that not even the apple can escape :lol:

  • Like 1
  • Haha 1
2 minutes ago, MaLd0n said:

have many protection that not even the apple can escape :lol:

 

Thanks a lot @MaLd0n my friend, you help me with this issue, thanks for your effort in advanced!!! :thumbsup_anim: If you not tell me, I will never fix this issue on Hack!!! kkkkk 

  • Like 3
8 hours ago, eSaF said:

The crazy flickering in the System Preferences/Startup Disk is back which I thought was fixed in Beta 7 :wallbash:

 

Beta 7 fixed it for me. 

22 hours ago, eSaF said:

The crazy flickering in the System Preferences/Startup Disk is back which I thought was fixed in Beta 7 :wallbash:

 

Good news, I don't see the flicker. Bad news, I don't see my Windows HD as an option.

  • Sad 1
5 hours ago, Partime said:

Good news, I don't see the flicker. Bad news, I don't see my Windows HD as an option.

You mean in system prefs - startup disk? Try resetting nvram in opencore menu and reboot. It will make windows as default option in opencore boot menu. I remember in some beta I also saw only the macOS. 

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