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.

Adamscomputerrepair

macrumors 6502a
Aug 9, 2015
549
287
I created a basic patch which seems to get a copy of the OS installed.
View attachment 926159

My steps (briefly) were:
- Disable Library Validation and SIP
- launchctl setenv DYLD_INSERT_LIBRARIES $PWD/Hax.dylib
- Open and click through the installer app

This is all that's necessary for an "install to this machine" outcome. However, it currently does not boot... will report back if I figure anything out.

For anyone else who only has an unsupported machine and wants to test, here are the files! There are definitely alternatives like using OpenCore, cloning from a supported machine, etc. But thought I'd share this anyways.

I have the installer .pkg and your patcher. How do I make it all bootable? I've been doing unsupported mac stuff since 2014. I have a 2010 pro I'm going to try and get up and running.


EDIT: I guess what I mean is do I disable SIP from my main drive? Also how do I disable Library Validation? Also when I launch that piece of code, nothing happens. So many questions, plenty of time considering the beta has been out about 6 hours now lol.
 
Last edited:

Macbookprodude

Suspended
Jan 1, 2018
3,306
898
I’m betting almost anything that Windows on ARM will work on these Macs. They VM’d Linux (God only knows why), so I assume they’ll either have a solution (like a Rosetta for .exe files), or a WOA bootcamp. If not, we got it running on a Raspberry Pi 4. How much harder could an ARM Mac be?

It will be like PowerPC 1 days.. Virtual PC. Since, ARM on windows is non-existent now.
 
  • Like
Reactions: TimothyR734

Payne Mononymous Bachman

macrumors member
Jun 22, 2020
97
181
my 2006 iMac has 1 tb ssd and 4 ram I put more work in it then your 2013 plus its better 1 tb
[automerge]1592863328[/automerge]


they both have AMD graphics. my 2006 has a radeon x1600 and my 2007 has a radeon 2600 pro
That sounds like great specs for an 2006 iMac and a 1TB SSD. Which is great for storing large documents and other types of files.
 
  • Like
Reactions: TimothyR734

MisterAndrew

macrumors 68030
Sep 15, 2015
2,895
2,390
Portland, Ore.
This is incorrect. In fact, Microsoft even has documentation for Windows on ARM on their website.

Thanks for the link. Yes, Windows 10 runs on ARM PCs, like Microsoft's Surface Pro X, so it should run fine on Apple Silicon based Macs. So those who Boot Camp should have nothing to fear. The Boot Camp utility is still present in Big Sur.

 

Barry K. Nathan

macrumors 6502
Jul 6, 2018
387
1,145
Irvine, CA, USA
Thanks for the link. Yes, Windows 10 runs on ARM PCs, like Microsoft's Surface Pro X, so it should run fine on Apple Silicon based Macs. So those who Boot Camp should have nothing to fear. The Boot Camp utility is still present in Big Sur.

Well, the Boot Camp utility will remain for Intel-based Macs, so that doesn't necessarily mean anything. Since Apple is moving to their own GPUs, they would need to make Windows GPU drivers for Boot Camp -- in the past they were just able to use Intel/AMD/Nvidia's drivers. So there is certainly plenty for Boot Camp users to fear, but I guess I wouldn't completely rule it out.
 

tennisproha

macrumors 68000
Jun 24, 2011
1,724
1,240
Texas
As I posted elsewhere, I'm quite upset about this. I have a 2012 quad mini that I'm planning on keeping for a while. It's really in poor taste for Apple to drop support with Catalina. I would've been okay with this if they'd ended support on Big Sur. My mini is connected to a Thunderbolt Display so I'm gonna use it as a second mac in the future.

Hopefully we can get Big Sur on it. Thanks @dosdude1 and everyone else for working on making this possible. I appreciate y'all. I'm not familiar with working on unsupported macs so it would be nice if it isn't a complete pain to setup properly.
 

Macbookprodude

Suspended
Jan 1, 2018
3,306
898
Thanks for the link. Yes, Windows 10 runs on ARM PCs, like Microsoft's Surface Pro X, so it should run fine on Apple Silicon based Macs. So those who Boot Camp should have nothing to fear. The Boot Camp utility is still present in Big Sur.


Apple silicon - just call it PowerPC v.2 ARM Macs. Silicon sounds lame. Think different 2 !
 

ASentientBot

macrumors 6502a
Jun 27, 2018
863
3,421
SkyLight.framework
Hey! I figured out kext loading and got the nVidia Tesla framebuffer (including brightness and sleep) working. The annoying part is it doesn't work in single-user mode since kmutil has to talk to some daemon...

Code:
sudo mount -uw /
# copy in the kexts as usual, unchanged from Catalina
chown -R root:wheel /System/Library/Extensions
chmod -R 755 /System/Library/Extensions
sudo kmutil install --update-all # other than this command, it's basically the same
sudo kcditto

Now time to work on real acceleration.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.