Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Status
The first post of this thread is a WikiPost and can be edited by anyone with the appropiate permissions. Your edits will be public.
Because if the stage2 installer failed, the "macOS Install Data" is automatically deleted at next auto-reboot, so I guess you should retry a new usb thumb drive or this "damaged" is due to some AMFI check.
In case it's some kind of security check, try this before install the next Catalina major build:
Code:
sudo nvram boot-args="-no_compat_check amfi_get_out_of_my_way=0x1 amfi_allow_any_signature=0x1 cs_enforcement_disable=0x1"

I learned something from here: https://pikeralpha.wordpress.com/2014/06/11/yosemite-dp1-adds-applemobilefileintegrity-kext-to-os-x/
and here: https://www.theiphonewiki.com/wiki/AppleMobileFileIntegrity

Read about this back in Dec. on Oakley. https://eclecticlight.co/2018/12/29/amfi-checking-file-integrity-on-your-mac/ The Tim Cook wall around the macOS is getting taller.
 
Hi everyone!
This is the progress with the window corner masks.
Soon I share the modified files and a script to install.

Screen Shot 2.png

Screen Shot 3.png

Screen Shot 6.png

Screen Shot 7.png
 
After set nvram for AMFI verbose boot continue normally, but in my case before loginUI I get a WindowServer crash because I don't have more the 10.15.4 right version (the one compiled by apple on 3 February 2020), so I am re-downloading the entire .4 beta 1 update to retrieve those CoreDisplay/SkyLight Resources folders.

Done, but still getting a WindowServer and loginwindow pid crashes right before the loginUI.

@ASentientBot the SkyLight's Resources WindowServer executable that you are using has an apple stock Date Modified 3 February 2020 ?

If so, then I was using the right Resources subfolders, so probably something else has mismatched on my .4 beta 1 installation. Maybe some my other mistake of manual patching, but I repeat the weird fact is that if I put back the 4 stock Metal framework I can boot correctly again to the loginUI (without video acceleration).

edit:
Same behavior with a dualGPUs unsupported mac, with all post-patches and keeping stock 4 Metal Frameworks (CoreDisplay, OpenGL, SkyLight and GPUSupport), 10.15.4 beta 1 still boot correctly to the GUI.
Instead using your wrappers get WindowServer and loginwindow crashes and consequently no GUI.

Please @ASentientBot check the Resources folder Date modified files (picture attached) if match yours.
Are you still getting WindowServer crashes? Did you manage to get ahold of any reports in Console? (Leave it to crash/relaunch the UI for 5min so it gets a chance to write the dumps before you force shutdown.)

My WindowServer is also dated February 3rd.
[automerge]1581116301[/automerge]
Seems to be the same mod date, see screenshot:
View attachment 893044

And yes, there is some additional install stage that you noticed. But my impression was that I´ve seen this since some 10.15.3 (or a bit earlier) beta back then..!?
[automerge]1581098263[/automerge]
Unfortunately, Music.App does not work any more with 10.15.4 beta 1 and only crashes each time started:

Dyld Error Message:
dependent dylib '@executable_path/../Frameworks/libgnsdk_dsp.3.06.1.dylib' not found for '/System/Applications/Music.app/Contents/MacOS/Music', tried but didn't find: '@executable_path/../Frameworks/libgnsdk_dsp.3.06.1.dylib' '/usr/lib/libgnsdk_dsp.3.06.1.dylib'

Tested more programs, ahem, "Apps":
These work without hickups: Mail, Pages, Numbers, Calendar, Stocks, TV, Messages, Safari, M$Office 2019, Preview, ...
The Music app issue is caused by DisableLibraryValidation. Zero idea why this happens, but I noticed it several months ago and confirmed it was the cause. @dosdude1 and @0403979 please use the boot flag in the patcher, it's a better solution. (I'm not sure why you would use the kext in the first place, since setting the flag in Preboot's boot plist avoids the issue of losing it after a PRAM reset.)
[automerge]1581116339[/automerge]
Hi everyone!
This is the progress with the window corner masks.
Soon I share the modified files and a script to install.

View attachment 893074
View attachment 893075
View attachment 893076
View attachment 893077
You. Are. Awesome!!! ??

It looks legitimately as good as a Metal-supported machine now, which we've been gradually working towards for over two years. Seriously, amazing work.

Side note: if you haven't joined our Discord server (linked in the first page of the thread), I encourage you to do so! It would be awesome to talk with/learn from someone with your skills ?

Edit: Those question marks used to be emojis, lol. I don't know where they went!
 
Last edited:
@jackluke ... com.apple.boot.plist is not exist in a Hackintosh MacBook, here work Clover!

install is DisableLibraryValidation.kext in S/L/E

an d as boot args this:

-no_compat_check amfi_get_out_of_my_way=0x1 amfi_allow_any_signature=0x1 cs_enforcement_disable=0x1"

is this to many or can reduce on 1 Entry ?

i hav successfull installed 10.15.4 DP1,
Transparency is not yet possible.. i work continue on this Problem
 
Last edited:
You know, just to mention a few: AMFI was introduced in ios 5, APFS was introduced in ios 10, later these features are added to macOS, also some ios stock apps (Siri, voice memos, screen time, and so on) are added till Catalina, gradually they are making a kind of maciOS.

Your script did the trick for making a not "damaged" USB mode installer but failed for "Install to this machine." Ran the v.1.3.0 Patcher, selected the macOS installer, selected the target USB, ran your script in Terminal and hit the go button, the entire build process proceeded without drama. Rebooted into the USB installer and installed 10.15.3 over 10.15.1, perfectly. And I learned something to boot.

Much thanks for your efforts, they are much appreciated.jackluke script.png
Tada!
 
Last edited:
You. Are. Awesome!!! 👏😄

It looks legitimately as good as a Metal-supported machine now, which we've been gradually working towards for over two years. Seriously, amazing work.

Side note: if you haven't joined our Discord server (linked in the first page of the thread), I encourage you to do so! It would be awesome to talk with/learn from someone with your skills 🙂
Thank you!
More trial error than skill ;)
Thanks for the suggestion of the Discord server, with free time I will go. It will be a pleasure.
I will release a script with this option for transparent mode and an option with opaque fremeview only (keeping menubar, dock and menus transparent. Minimally invasive).
 
@jackluke ... com.apple.boot.plist is not exist in a Hackintosh MacBook, here work Clover!

install is DisableLibraryValidation.kext in S/L/E

an d as boot args this:

-no_compat_check amfi_get_out_of_my_way=0x1 amfi_allow_any_signature=0x1 cs_enforcement_disable=0x1"

is this to many or can reduce on 1 Entry ?

i hav successfull installed 10.15.4 DP1,
Transparency is not yet possible.. i work continue on this Problem

Leave all the amfi entries, are more effective, for transparency (aka ASentientBot non-metal patches), you need only to replace his output wrappers in their target framework folder, all the other post-patches are the same.

Then rebuild the new 10.15.4 kextcache from its single user mode (booting with CMD+S or -s flag) and type this:

Code:
mount -uw /
mount -uw /System/Volumes/Data
chown -R 0:0 /System/Library/Extensions/
chmod -R 755 /System/Library/Extensions/
kextcache -i /
kcditto
reboot
 
Last edited:
The extension 1Blocker won't allow me to check any of it off to use in Safari. Noticed some other posters having some issues with extensions. That's the only one I'm trying to use currently.
For me, any extension can’t be enabled. When I try to enable them, it fails with the following messages on system console:
688FB750-96F5-4318-8E12-CE30E74F15E9.png

I found out that if I upgrade from an installation with extensions enabled, they stay enabled on 10.15.3, but if I disable an extension and try to enable it again, or try to enable a new extension, it doesn’t allow it.
 
A few post-install observations for 10.15.3 on the late '09 Mini3,1 w/SSD. Overall this may be the most competent Catalina release, so far. Memory management seems more efficient than previous, the old machine runs cooler, fan speeds are slower, image and video on a 45" LED TV via MiniDisplay port and DVI rivals Roku or the Motorola STB in quality. The Apple TV app looks fine. Everything just works.

A few very minor bugs - In the General Preferences, Appearance setting - Auto still does not stick. Drift screensaver is blank but all of the third-party screensavers run nicely. WatchOSX, Plasma and Brooklyn are solid. A few Notifications settings changed on their own and I noticed dosdude1 has automated the Finder, not a bug but an observation. No issues with the default macOS apps excluding Safari, Mail, Music and Photos which are not used in favor of 3rd-party replacements.

Collin and astute crew have managed to get Mojave and Catalina to parity excellence on most unsupported Macs with the slightest performance edge now going to Catalina. This achievement should be measured by the tonnage of unnecessarily obsoleted Macs rescued from recycling bins.
 
somebody please help me
I installed Catalina on 15" MacBook Pro early 2008 and can't restore back original firmware
Have flash drive with OS X Yosemite and slow Wi-Fi connection only
How to install Yosemite on my Mac because now it has afps file system?
After boot and press cmd r it show me only efi boot drive
 
somebody please help me
I installed Catalina on 15" MacBook Pro early 2008 and can't restore back original firmware
Have flash drive with OS X Yosemite and slow Wi-Fi connection only
How to install Yosemite on my Mac because now it has afps file system?
After boot and press cmd r it show me only efi boot drive
boot into your usb Yosemite enter disk utility and format the drive HFS-Extended Journaled
 
  • Like
Reactions: Larsvonhier
can't
on cmd+r only efi available
on alt nothing happened
hdd have afps format, usb flash with yosemite os extended (journal)
when boot mac normally it run custom boot from dosdude1 for old mac non compatible for afps
as you can see my hdd has non afps format, but afps container on it - that my problem i guess
probably i need tool on usb flash to format hdd to hfs then install yosemite
but i have only one usb flash
 

Attachments

  • Снимок экрана 2020-02-09 в 00.04.46.png
    Снимок экрана 2020-02-09 в 00.04.46.png
    217.4 KB · Views: 135
  • Снимок экрана 2020-02-09 в 00.05.06.png
    Снимок экрана 2020-02-09 в 00.05.06.png
    219.9 KB · Views: 102
  • Снимок экрана 2020-02-09 в 00.05.49.png
    Снимок экрана 2020-02-09 в 00.05.49.png
    359.4 KB · Views: 139
Last edited:
  • Like
Reactions: TimothyR734
can't
on cmd+r only efi available
on alt nothing happened
hdd have afps format, usb flash with yosemite os extended (journal)
when boot Mac normally it run custom boot from dosdude1 for old mac non compatible for afps
as you can see my hdd has non afps format, but afps container on it - that my problem i guess

You need at least HighSierra to read and write on an APFS container, otherwise is locked.

You should make an HighSierra Patcher USB installer, and from that recovery environment wipe your APFS internal drive.
 
  • Like
Reactions: TimothyR734
can't
on cmd+r only efi available
on alt nothing happened
hdd have afps format, usb flash with yosemite os extended (journal)
when boot Mac normally it run custom boot from dosdude1 for old mac non compatible for afps
as you can see my hdd has non afps format, but afps container on it - that my problem i guess
probably i need tool on usb flash to format hdd to hfs then in
Screen Shot 2020-02-08 at 1.25.02 PM.png
stall yosemite
but I have only one usb flash
[automerge]1581197229[/automerge]
If you click on show all devices highlight like I have in my screenshot you can with erase but probably would be better to use partition to wipe the drive and format extended journaled
[automerge]1581197292[/automerge]
Hi everyone!
This is the progress with the window corner masks.
Soon I share the modified files and a script to install.

View attachment 893074
View attachment 893075
View attachment 893076
View attachment 893077
Cant wait to try your script out :)
 
You need at least HighSierra to read and write on an APFS container, otherwise is locked.

You should create an HighSierra Patcher USB installer, and from that recovery environment wipe your APFS internal drive.
just create on usb - boot usb with high sierra - format all hdd to hfs..ok that probably fix drive
guess next i must install high sierra, then create new one usb yosemite and finally on cmd+r boot in to it?
[automerge]1581197883[/automerge]
i can create partition inside container, can't erase all hdd both steps not help to take back os x
 
Last edited:
just create on usb - boot usb with high sierra - format all hdd to hfs..ok that probably fix drive
guess next i must install high sierra, then create new one usb yosemite and finally on cmd+r boot in to it?
[automerge]1581197883[/automerge]
i can create partition inside container, can't erase all hdd both steps not help to take back os x

As @TimothyR734 suggested, from highsierra usb recovery installer diskutility, open the top menu "View", highlight "Show all devices" then you can wipe the container.
 
As @TimothyR734 suggested, from highsierra usb recovery installer diskutility, open the top menu "View", highlight "Show all devices" then you can wipe the container.
sup
hope that helps
rock n roll lets try it
one more thing can i instal lion or only yosemite? el capitan work bad on that mac
 

Attachments

  • Снимок экрана 2020-02-09 в 00.54.10.png
    Снимок экрана 2020-02-09 в 00.54.10.png
    338.4 KB · Views: 114
  • Like
Reactions: TimothyR734
sup
hope that helps
rock n roll lets try it
one more thing can i instal lion or only yosemite? el capitan work bad on that mac

The HighSierra Patcher that you are making should be written on an usb drive not on your "AMD" Volume that it's an APFS container.

You could install even Lion but you need another usb drive and create on it a Lion USB installer.

I'd advise to try the HighSierra patched system and install it on your machine.
 
The HighSierra Patcher that you are making should be written on an usb drive not on your "AMD" Volume that it's an APFS container.

You could install even Lion but you need another usb drive and create on it a Lion USB installer.

I'd advise to try the HighSierra patched system and install it on your machine.
ok, understand HSP must be written on usb
really like macOS as system
 

Attachments

  • Снимок экрана 2020-02-09 в 01.15.30.png
    Снимок экрана 2020-02-09 в 01.15.30.png
    348.3 KB · Views: 105
Last edited:
  • Like
Reactions: TimothyR734
Just a simple question... I'm on 10.15.3 on MBA 4.2 and use boom 3d audio plugin. When I used Mac some time, have a huge memory leak in coeaudiod. Normaly it takes some around 10Mb but in my case it growing constantly and can reach 1000Mb or more. what can I do and where is a culprit? is this an audio extension bug or Catalina?
Just a simple killing of a coreaudiod process is went normal but after this have no audio modification worked till reboot
 
sucks patcher and dosdude1
can't write hs to usb
erase usb not ones
 

Attachments

  • Снимок экрана 2020-02-09 в 03.54.36.png
    Снимок экрана 2020-02-09 в 03.54.36.png
    265.9 KB · Views: 123
  • Снимок экрана 2020-02-09 в 03.54.46.png
    Снимок экрана 2020-02-09 в 03.54.46.png
    352.4 KB · Views: 122
  • Снимок экрана 2020-02-09 в 03.55.32.png
    Снимок экрана 2020-02-09 в 03.55.32.png
    348.6 KB · Views: 104
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.