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.

brandonsierra

macrumors member
Jun 10, 2017
40
74
Yes they do. iOS 14 will support the iPhone 6s and later. iPadOS 14 will support the iPad Air 2 and later, all iPad Pro models, iPad 5th generation and later, and iPad mini 4 and later. You should join our Discord, we discussed WWDC live and it's a quick way to distribute info to a lot of users!
and you should unban me from the discord thanks

Brandon ROBLOX Scripter#1821
[automerge]1592909783[/automerge]
and you should unban me from the discord thanks

Brandon ROBLOX Scripter#1821
Screen Shot 2020-06-23 at 11.55.54 AM.png

yep
 
  • Like
Reactions: TimothyR734

libneko

macrumors member
Jun 22, 2020
62
165
Siberia
And after three hours I also got "Big Sur" desktop loaded on core2duo, I followed a different path from ASentientBot, I used CatalinaOTAswufix.app , anyway I'd advise to use his method is safer, because after my "OTA update" I found a weird "Big Sur" label "Update" (a new APFS volume for firmware updates?) with many Firmware files, probably the installer attempted a firmware update on unsupported machine, but no issues.

The current 0.59 opencore version can't inject any patched kext on the prelinkedkernel, even if it is still there, I mean they changed the "kextcache" method but the prelinkedkernel is still used (kcditto to put it in its "Big Sur" Library and Users Data APFS volume).

Of course: no wifi, no sound, no video acceleration, the challenge has just begun.

About Wifi bad news, apple has dropped also AirPortBrcm4360 driver (the one I patched for AirDrop that spoofed to a supported Catalina Wifi), now seems they only like the AirPortBrcmNIC.kext .

I guess rather than for Metal GPU, apple dropped the 2012 Mac because of their Wifi card.
Any way to replace kext without opencore?
 

Darkdes

macrumors member
Jun 22, 2020
35
39
Provided that you add in nvram boot-args at least "-no_compat_check", holding CMD+S after power-on, from the "Big Sur" command shell type:
Code:
mount -uw /
cd /System/Library/UserEventPlugins/
mv com.apple.telemetry.plugin com.apple.telemetry.plugin2
exit
now you should get the "Big Sur" desktop but currently without Wifi .
[automerge]1592907040[/automerge]


Try this: https://forums.macrumors.com/threads/macos-10-15-catalina-on-unsupported-macs.2183772/post-28320558

Launch it from Catalina desktop or downloads folder, click first "Software Update fix" button, then start to download the 10.16 macOS beta OTA installer, during downloading re-launch catalinaotaswufix and click the "OTA update fix" button.

This should make a pre-patched distribution "Install macOS beta.app" that you can run directly from Catalina desktop.

Do I need the beta profile
 

toru173

macrumors 6502
Apr 5, 2007
332
154
And after three hours I also got "Big Sur" desktop loaded on core2duo, I followed a different path from ASentientBot, I used CatalinaOTAswufix.app , anyway I'd advise to use his method is safer, because after my "OTA update" I found a weird "Big Sur" label "Update" (a new APFS volume for firmware updates?) with many Firmware files, probably the installer attempted a firmware update on unsupported machine, but no issues.
I think these are APFS filesystem snapshots. They show up on my Mojave install (with a warning that some features are not supported), but not for Sur. diskutil apfs listsnapshots shows a few, and I’m assuming this is how Sur does versioning and rollbacks during updates
 
Last edited:

jackluke

macrumors 68040
Jun 15, 2018
3,321
8,068
Maybe apple


HD4000 is also working then.. ?
besides the Nvidia kepler card.. ?

maybe this wifi upgrade can be a solution for Uniboy mpb users.. ? :

On "Big Sur beta 1" unsupported but Catalina supporter Mac:

- HD4000 is working will full Metal acceleration, apple also don't removed their kext

- Nvidia Kepler (example GT 650M) is working with full Metal acceleration (but not sure if apple removed their kext)

- Making a wifi card upgrade that uses the AirPortBrcmNIC.kext will work on "Big Sur"

from a supported Catalina Mac running this: kextstat | grep AirPort

if the output is com.apple.driver.AirPort.Brcm4360
this is not more a supported "Big Sur" Wifi card.
 

tsialex

Contributor
Jun 13, 2016
13,437
13,582
look like the lack of the pre-2013 Macs because of the N wifi card.
Seems Apple removed support for all Intel processors that were retired, see below, except the late-2013 Mac Pro that was sold until last December. All Intel processors before Haswell are now declared obsolete/retired.

https://software.intel.com/security...execution-attack-mitigation-product-cpu-model

The mystery is why the two iMacs late-2013 that have Haswell processors and 802.11ac were dropped.
 
Last edited by a moderator:

jhowarth

macrumors 65816
Jan 13, 2017
1,122
1,500
On "Big Sur beta 1" unsupported but Catalina supporter Mac:

- HD4000 is working will full Metal acceleration, apple also don't removed their kext

- Nvidia Kepler (example GT 650M) is working with full Metal acceleration (but not sure if apple removed their kext)

- Making a wifi card upgrade that uses the AirPortBrcmNIC.kext will work on "Big Sur"

from a supported Catalina Mac running this: kextstat | grep AirPort

if the output is com.apple.driver.AirPort.Brcm4360
this is not more a supported "Big Sur" Wifi card.

So does that imply that the MacPro 3,1 with GTX680 and BCM9436CD might actually still be usable under Big Sur (provided that they don't yank additional support in the future seeds)?
 

jackluke

macrumors 68040
Jun 15, 2018
3,321
8,068
So does that imply that the MacPro 3,1 with GTX680 and BCM9436CD might actually still be usable under Big Sur (provided that they don't yank additional support in the future seeds)?

I guess so, but you should add LegacyUSBInjector.kext otherwise no input output devices.

But I don't know how to add kext patches to "Big Sur" kextcache.
 

libneko

macrumors member
Jun 22, 2020
62
165
Siberia
Is there any possibility, if root becomes mountable, that wifi fix will be as simple as copying old bcm plugin/whole kext from catalina?
 
  • Like
Reactions: TimothyR734

Humble-X

macrumors newbie
Jun 23, 2020
9
25
ok, I haven't been in my hacking days since Maemo... not sure if you guys know about that dinosaur😁. but i just downloaded a python script from here: https://github.com/munki/macadmin-scripts and I'm going to attempt something.
i will keep you guys up to date with my findings. if I'm headed in the wrong direction LMK🤞🏾
[automerge]1592915447[/automerge]
ok, I haven't been in my hacking days since Maemo... not sure if you guys know about that dinosaur😁. but i just downloaded a python script from here: https://github.com/munki/macadmin-scripts and I'm going to attempt something.
i will keep you guys up to date with my findings. if I'm headed in the wrong direction LMK🤞🏾
i hit a huge speed bump
[automerge]1592915557[/automerge]
ok, I haven't been in my hacking days since Maemo... not sure if you guys know about that dinosaur😁. but i just downloaded a python script from here: https://github.com/munki/macadmin-scripts and I'm going to attempt something.
i will keep you guys up to date with my findings. if I'm headed in the wrong direction LMK🤞🏾
i hit a huge speed bump
 

Attachments

  • speedbump.png
    speedbump.png
    486.1 KB · Views: 361
Last edited:
  • Like
Reactions: TimothyR734

Alex-Microsmeta

macrumors 6502
Jul 14, 2018
376
630
Rome
And after three hours I also got "Big Sur" desktop loaded on core2duo, I followed a different path from ASentientBot, I used CatalinaOTAswufix.app , anyway I'd advise to use his method is safer, because after my "OTA update" I found a weird "Big Sur" label "Update" (a new APFS volume for firmware updates?) with many Firmware files, probably the installer attempted a firmware update on unsupported machine, but no issues.

The current 0.59 opencore version can't inject any patched kext on the prelinkedkernel, even if it is still there, I mean they changed the "kextcache" method but the prelinkedkernel is still used (kcditto to put it in its "Big Sur" Library and Users Data APFS volume).

Of course: no wifi, no sound, no video acceleration, the challenge has just begun.

About Wifi bad news, apple has dropped also AirPortBrcm4360 driver (the one I patched for AirDrop that spoofed to a supported Catalina Wifi), now seems they only like the AirPortBrcmNIC.kext .

I guess rather than for Metal GPU, apple dropped the 2012 Mac because of their Wifi card.

Wow! What a good news! Exactly the same hardware of my Macmini 2010 (Macmini4,1)
@jackluke , @dosdude1 @ASentientBot I'm available for all tests you need, as always :)
 

FlorisVN

macrumors 6502a
Nov 8, 2013
976
380
On "Big Sur beta 1" unsupported but Catalina supporter Mac:

- HD4000 is working will full Metal acceleration, apple also don't removed their kext

- Nvidia Kepler (example GT 650M) is working with full Metal acceleration (but not sure if apple removed their kext)

- Making a wifi card upgrade that uses the AirPortBrcmNIC.kext will work on "Big Sur"

from a supported Catalina Mac running this: kextstat | grep AirPort

if the output is com.apple.driver.AirPort.Brcm4360
this is not more a supported "Big Sur" Wifi card.

thx, maybe if we are lucky the HD4000 kexts wont be removed in newer versions of BS . .. ?
 

jackluke

macrumors 68040
Jun 15, 2018
3,321
8,068
There is no solution for wifi at the moment

This is my attempt for AirPort4360 driver Wifi kext, but is refused from "Big Sur" kernel from prelinking.

I am not skilled to fix symbols, but I guess it is fixable.

Code:
sudo mount -uw / ; killall Finder

replaced the IO80211Family*.kext with stock Catalina ones

sudo -s
chmod -R 755 /System/Library/Extensions/
chown -R 0:0 /System/Library/Extensions/

kextcache -i /


Executing: /usr/bin/kmutil install --volume-root / --check-rebuild
rebuilding local auxiliary collection
kmutil done

kmutil install --volume-root /
Error: Please specify one of --check-rebuild, --update-all or --force.
Usage: kmutil install [--variant-suffix <variant-suffix>] [--arch <arch>] [--no-authorization]
[--verbose] [--repository <repository> ...] [--volume-root <volume-root>] [--check-rebuild]
[--update-all] [--force] [--authentication] [--no-authentication] [--update-preboot]


kmutil install --update-all


rebuilding release collections: boot, system
rebuilding release collections:
    boot kernel collection
    system kext collection
failed to build release collection:
    One or more binaries has an error which prevented linking.  See other errors.
    Could not use 'com.apple.driver.AppleBCMWLANCore' because:
Cannot find symbol for metaclass pointed to by '__ZN28AppleBCMWLANSkywalkInterface10superClassE'
    com.apple.driver.AppleBCMWLANCore:
        Cannot find symbol for metaclass pointed to by '__ZN28AppleBCMWLANSkywalkInterface10superClassE'
failed to build any collections (expected: 1)
rebuilding local auxiliary collection
kmutil done
 

Minh_Ton

macrumors member
May 15, 2019
64
131
Hue, Vietnam
You should re-download from Mojave or Catalina a full "Big Sur beta" installer using my CatalinaOTAswufix and apply the OTA swu fix during the downloading, in this way the OTA installer post-scripts make automatically a distribution pre-patched "Install macOS beta.app", otherwise as @h9826790 just wrote you should use opencore and spoof to a supported machine.

I have not yet tried "opencore spoofing to install" because don't know the behaviour of how firmware update packages are handled on "Big Sur", but it should work too, I mean EFI firmware update should fail the checksum when detect a different EEPROM, and the installer should continue anyway.

I’ve successfully booted to the Installer but I don’t know the exact path to put LegacyUSBInjector.kext so that I can use my keyboard and trackpad...
 

jackluke

macrumors 68040
Jun 15, 2018
3,321
8,068
thx, maybe if we are lucky the HD4000 kexts wont be removed in newer versions of BS . .. ?

They are present in BigSur/System/Library/Extensions/AppleIntelHD4000Graphics*.kext

and don't forget its framebuffer: AppleIntelFramebufferCapri.kext

Just make a copy and you can add them easily with kmutil on next release if they remove.
[automerge]1592917323[/automerge]
I’ve successfully booted to the Installer but I don’t know the exact path to put LegacyUSBInjector.kext so that I can use my keyboard and trackpad...

You should add it to the BigSur prelinkedkernel with kmutil , at the moment only APFS firmware supported HighSierra machine can boot with keyboard and trackpad because they can use the stock BigSur IOUSB kext.
 

Bruno Berchielli

macrumors newbie
Jun 23, 2020
12
11
And after three hours I also got "Big Sur" desktop loaded on core2duo, I followed a different path from ASentientBot, I used CatalinaOTAswufix.app , anyway I'd advise to use his method is safer, because after my "OTA update" I found a weird "Big Sur" label "Update" (a new APFS volume for firmware updates?) with many Firmware files, probably the installer attempted a firmware update on unsupported machine, but no issues.

The current 0.59 opencore version can't inject any patched kext on the prelinkedkernel, even if it is still there, I mean they changed the "kextcache" method but the prelinkedkernel is still used (kcditto to put it in its "Big Sur" Library and Users Data APFS volume).

Of course: no wifi, no sound, no video acceleration, the challenge has just begun.

About Wifi bad news, apple has dropped also AirPortBrcm4360 driver (the one I patched for AirDrop that spoofed to a supported Catalina Wifi), now seems they only like the AirPortBrcmNIC.kext .

I guess rather than for Metal GPU, apple dropped the 2012 Mac because of their Wifi card.

Great finding!

I've upgraded my rMBP 15 mid-2012 wifi card years ago due to the lack of AC compatibility. It's a cheap and easy upgrade that is totally worth it.

Hope that's why the first generation of rMBP were put off the table. Because it sure has the necessary horse power to work with Big Sur.
 

Attachments

  • Captura de Tela 2020-06-23 às 10.00.10.png
    Captura de Tela 2020-06-23 às 10.00.10.png
    38.5 KB · Views: 227
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.