dortania / OpenCore-Legacy-Patcher

Experience macOS just like before
https://dortania.github.io/OpenCore-Legacy-Patcher/
Other
11.78k stars 1.12k forks source link

Add SkipLogo patch for Macs natively supporting Monterey or newer #1127

Closed Jazzzny closed 4 months ago

Jazzzny commented 4 months ago

This PR fixes a cosmetic issue where the Apple logo won't get rendered.

This is because boot.efi checks for SkipLogo not being present before drawing the Apple logo by itself and assuming that the logo is already drawn if SkipLogo is present. However, if the screen gets cleared after the logo is drawn by the firmware (i.e. bootpicker is used), no Apple logo will appear. This appears to be an oversight by Apple.

khronokernel commented 4 months ago

Looks good to me, thanks for the PR!