I got the drive converted, but it says 10.15 Beta can not be installed on this computer. I also have a newer iMac I will try installing 10.15 Beta on some other day
That's the only method that works. The patched installer (if you can make one. in my case with a macOS Patcher internal beta), doesn't handle the data volume correctly.I got the drive converted, but it says 10.15 Beta can not be installed on this computer. I also have a newer iMac I will try installing 10.15 Beta on some other day
Definitely an option and potential strategy. We should consider it.Is there any chance these missing methods and functions can be added back into CoreDisplay from 10.14.4? Without a CoreDisplay replacement I don't see us getting anywhere with acceleration.
I cloned my Mojave’s to a external hard drive and downloaded the beta of catalinia and it is saying that it’s not formatted in APFS any to convert to APFS without loosing anything?
I’ve seen this a few times.Of course we're still going to try. But don't count on it.
[doublepost=1559964437][/doublepost]
This means WindowServer is crashing. You can look in /Library/Logs to see the reports (wait a minute before force rebooting, so the log can get saved).
There is a template for the data volume on the main volume, so there must be a script, package or app that creates it.That's the only method that works. The patched installer (if you can make one. in my case with a macOS Patcher internal beta), doesn't handle the data volume correctly.
did dd create a bootable APFS image? Like from external Catalina APFS stick to internal APFS GUID partition...I’m using dd to create a block level clone of my Catalina install. It involves having both disks unmounted with
diskutil unmountDisk /dev/disk#
So to do this I used the Terminal in a USB Installer.
Use:
diskutil list to find the right disks
Double check. Then patiently run:
dd if=/dev/disk# of=/dev/disk# bs=1m
if is in, of is out. Do not get the in file and out file mixed up or you will completely erase your install.
You can backup and restore to disk image as well. And you should be able to restore from disk utility’s GUI. Jury still out on this one.
I may write a GUI front end for this and it could be added to a patch tool. Showing progress would be the only challenge.
I got ripped for mentioning this but 2011 does have thunderbolt, so there is a eGPU which can use the same video cards at the Mac Pros. There is a setup process and I personally haven’t down it yet. I may investigated it for my 2011 iMac which spends most of its time sitting dormant. I use it as the Thunderbolt Display more for work than anything else.that is a huge bummer, any cheap metal compatible MacBooks u guys recommend
[doublepost=1559959607][/doublepost]
yea it’s not metal compatible
These VM solutions (on unsupported) are non-accelerated right? I can't see how they could be...I got ripped for mentioning this but 2011 does have thunderbolt, so there is a eGPU which can use the same video cards at the Mac Pros. There is a setup process and I personally haven’t down it yet. I may investigated it for my 2011 iMac which spends most of its time sitting dormant. I use it as the Thunderbolt Display more for work than anything else.
The reason why I am mentoring this is to point out a possibility and to be open minded. If I wasn’t ope to other possibilities, I would not have Catalina running on my MP3,1 parch free. It just too some out of the box thinking and took what tools I had readily available.
eGPU is a bit of a stretch but it’s a possibility.
Another route might be QEMU or Anka Buld VM. Least you would have Catalina in a box that you can play Around with at near bare metal speeds. Anka is working on metal support within a year btw. Might be a possibility until a better option is available.
I'm currently cloning on Internal to Internal. Both are 1TB SSDs, but it's going over every sector and currently don't have progress working. And my machine honors sleeping which is not helping.did dd create a bootable APFS image? Like from external Catalina APFS stick to internal APFS GUID partition...
These VM solutions (on unsupported) are non-accelerated right? I can't see how they could be...
These VM solutions (on unsupported) are non-accelerated right? I can't see how they could be...
I would wait with that for now. I think it's possible but not highly likely that we will get acceleration working.Do you think that in future betas or even final release that there will be chance to get acceleration working. As much as I could buy a cheap second hand compatible Mac, it would still be a dig financially.
Yup. Just wanted to clear that up for anyone following this and confused (understandable with all the directions being discussed here ). These VM solutions don't solve native video acceleration on our unsupported machines...Yes, at least for macOSXs as far I know VMs are graphic non-accelerated, but they use their "support tools" to enable additional extensions, for example basic video kext to fit resolution and I guess with at least a kind of framebuffer loaded, but of course even on a Metal Mac, no transparency on macOS VMs.
Oh yes a dd on a TB disk will take a while... I don't have the patience. Maybe try on smaller volumes - plain Catalina doesn't really take up much room, a small 50GB target partition is plenty.I'm currently cloning on Internal to Internal. Both are 1TB SSDs, but it's going over every sector and currently don't have progress working. And my machine honors sleeping which is not helping.
I may have to drop back and punt and do the install Catalina on a smaller disk to see how it does.
No apologies needed, ever. It's been a good run, and you made it possible for many of us. Thank you for your efforts....I'm as disappointed as you all are about this discovery, and deeply apologize I won't be able to provide a patcher because of it.
I got 10.15 installed on my external hard drive, since I had to install from my iMac and it looks like catalinia won’t work on a mid 2011 MacBook air
Do I put the volume name so it knows what volume it is doing it for?It works, without acceleration but it works, just boot from single user mode (holding CMD+S after power-on) and type:
mount -uw /
nvram boot-args="-no_compat_check -x -v"
reboot
If do that from a USB Installer or a Recovery Environment would be much more better.
Since I've had the impression that Catalina single user mode doesn't store the nvram values.
Then you need some kext replacement and you can avoid to boot in that forced safe mode way.
But the most important and useful kext IOUSB* on your machine will work OOB.
Or will it out single use mode when I shut it and boot my Mojave?Do I put the volume name so it knows what volume it is doing it for?
Do I put the volume name so it knows what volume it is doing it for?
[doublepost=1560016039][/doublepost]
Or will it out single use mode when I shut it and boot my Mojave?
Did not work. Can’t get to boot to cataliniaNo, nvram values are applied to the entire machine, but that just doesn't break nothing, only thing forces safe mode to the entire machine, do this way instead, booting from Mojave Terminal type:
sudo nvram boot-args="-no_compat_check"
then reboot and targeting the Catalina Volume holding CMD+V press Enter key, and see if you can reach the desktop.
Did not work. Can’t get to boot to catalinia