Jump to content

[pre-release] macOS Big Sur


3,698 posts in this topic

Recommended Posts

3 hours ago, Sherlocks said:

anyone who know why not detect update 8 in system preference?

i checked
SIP values
SMBIOS.

i experienced it since BS DP2. so i always have to use crazybirdy script.

Sent from my SM-N960N using Tapatalk
 

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

  • Like 3
Link to comment
Share on other sites

4 hours ago, Sherlocks said:

anyone who know why not detect update 8 in system preference?

i checked
SIP values
SMBIOS.

i experienced it since BS DP2. so i always have to use crazybirdy script.

Sent from my SM-N960N using Tapatalk
 

The update only appeared after clearing my NVRAM.

  • Like 4
Link to comment
Share on other sites

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 4
Link to comment
Share on other sites

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

Link to comment
Share on other sites

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
Link to comment
Share on other sites

3 minutes ago, MorenoAv said:

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...

Ok I know I mentioned this observation before, having another disk with Catalina or Mojave in the system, the flickering disappears also this BS volume (as shown) that is not mounted

Spoiler

426941329_Screenshot2020-09-23at20_03_41.thumb.png.b9dcd6555aca3877b5cd92ca416ff30e.png

at boot is probably the cause because if you force mount the volume, that also stops the flickering. In Beta 7 that particular volume was always mounted and no flicker that's why I thought that Bug was fixed by Apple.

Link to comment
Share on other sites

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 2
  • Thanks 1
Link to comment
Share on other sites

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
Link to comment
Share on other sites

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
Link to comment
Share on other sites

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
Link to comment
Share on other sites

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 2
Link to comment
Share on other sites

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