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.

joanbcn91

macrumors member
May 2, 2015
93
85
Barcelona, Spain
Try this (give me some minutes to type):

Code:
mount -uw /Volumes/BigSur/

cd /Volumes/BigSur/System/Library/Extensions/

mv IO80211Family.kext IO80211Family.kext2

cp -R /Volumes/Image\ Volume/IO80211Family.kext .

kmutil install --update-all --volume-root /Volumes/BigSur/

diskutil mount Preboot

cd /Volumes/Preboot/

ls

cd /Volumes/Preboot/UUID-BigSur/boot/System/Library/KernelCollections/

cp /Volumes/BigSur/System/Library/KernelCollections/BootKernelExtensions.kc .

reboot and check if Wifi is working.

Notice that during copying from recovery terminal you need to add the dot for the current folder:
cp -R /Volumes/Image\ Volume/IO80211Family.kext .

"Image Volume"
is exactly the label for any BigSur USB Installer drive root folder so it's common to any mac.
Thanks for your help!
With your instructions... See the image: the Big Sur its frozen on the loading screen.
image.jpg
 

jackluke

macrumors 68040
Jun 15, 2018
3,321
8,068
Thanks for your help!
With your instructions... See the image: the Big Sur its frozen on the loading screen.
View attachment 928276
Hi

I have finally managed to install BS without errors. Now, pressing ALT, togheter with Catalina SSD and Windows 10 Efi Boot, I have also a bootable MacOS 11 volume (external 160 GB USB drive APFS partitioned before using Install MacOS beta.app with all patches suggested) Catalina mounts it as "Update" volume, warning that is non fully compatible with the partition. Since I have a Mac mini 2010 (Macmini4,1) with Core 2 Duo Penryn P8600 2.4 ghz I must remove telemetry. BS starts, but when switches to the white screen, after a while of mouse coloured circle spinning, crashes and restarts. How can I access to macOS BS Recovery? If I press command + R it goes to Internet Recovery (the one with spinning Globe) so I cannot access to Terminal to try to remove telemetry.

Thank you for all your very appreciated help! (...I don't know, maybe you could write an automatic script for your elegant solution?)

Regards, Alex

Try this other method:

https://forums.macrumors.com/thread...unsupported-macs-thread.2242172/post-28611501
 

jackluke

macrumors 68040
Jun 15, 2018
3,321
8,068
Thanks for your help!
With your instructions... See the image: the Big Sur its frozen on the loading screen.

Reboot to the USB BigSur Installer then and copy back the stock BigSur Wifi kext (otherwise you need to re-install):

Code:
mount -uw /Volumes/BigSur/

cd /Volumes/BigSur/System/Library/Extensions/

mv IO80211Family.kext2 IO80211Family.kext

kmutil install --update-all --volume-root /Volumes/BigSur/

diskutil mount Preboot

cd /Volumes/Preboot/

ls

cd /Volumes/Preboot/UUID-BigSur/boot/System/Library/KernelCollections/

cp /Volumes/BigSur/System/Library/KernelCollections/BootKernelExtensions.kc .
 
Last edited:

joanbcn91

macrumors member
May 2, 2015
93
85
Barcelona, Spain
Reboot to the USB BigSur Installer then and copy back the stock BigSur Wifi kext (otherwise you need to re-install):

Code:
mount -uw /Volumes/BigSur/

cd /Volumes/BigSur/System/Library/Extensions/

mv IO80211Family.kext2 IO80211Family.kext

kmutil install --update-all --volume-root /Volumes/BigSur/

diskutil mount Preboot

cd /Volumes/Preboot/

ls

cd /Volumes/Preboot/UUID-BigSur/boot/System/Library/KernelCollections/

cp /Volumes/BigSur/System/Library/KernelCollections/BootKernelExtensions.kc .
I now deleted the partition. I Will try all again from zero. I Will told you later :) Thanks!
 
  • Like
Reactions: TimothyR734

antony34

macrumors regular
Jul 11, 2012
103
86
Try this (give me some minutes to type):

Code:
mount -uw /Volumes/BigSur/

cd /Volumes/BigSur/System/Library/Extensions/

mv IO80211Family.kext IO80211Family.kext2

cp -R /Volumes/Image\ Volume/IO80211Family.kext .

kmutil install --update-all --volume-root /Volumes/BigSur/

diskutil mount Preboot

cd /Volumes/Preboot/

ls

cd /Volumes/Preboot/UUID-BigSur/boot/System/Library/KernelCollections/

cp /Volumes/BigSur/System/Library/KernelCollections/BootKernelExtensions.kc .

reboot and check if Wifi is working.

Notice that during copying from recovery terminal you need to add the dot for the current folder:
cp -R /Volumes/Image\ Volume/IO80211Family.kext .

"Image Volume"
is exactly the label for any BigSur USB Installer drive root folder so it's common to any mac.
Thank you very much @jackluke
I got same problem with @joanbcn91 during replacing the kext.
After followed your command and the wifi still not work in 13” MBP 2012...
Can I just clean install the system through the USB install disk?
 
  • Like
Reactions: webg3 and joanbcn91

jackluke

macrumors 68040
Jun 15, 2018
3,321
8,068
Thank you very much @jackluke
I got same problem with @joanbcn91 during replacing the kext.
After followed your command and the wifi still not work in 13” MBP 2012...
Can I just clean install the system through the USB install disk?

If you have an IO80211Family.kext backup you could re-use it, but that's weird because I replaced manually BootKernelExtensions.kc on Preboot and it worked on different machine, anyway you can't re-install from USB install disk, unless spoofing with opencore, but ASentientBot Hax.dylib method is safer, only thing you need Mojave or Catalina to use it.
[automerge]1593258464[/automerge]
I now deleted the partition. I Will try all again from zero. I Will told you later :) Thanks!

After you re-installed check from BigSur desktop if you can use from terminal "sudo mount -uw /", because if it works replacing the kext is much more easier.
 

antony34

macrumors regular
Jul 11, 2012
103
86
If you have an IO80211Family.kext backup you could re-use it, but that's weird because I replaced manually BootKernelExtensions.kc on Preboot and it worked on different machine, anyway you can't re-install from USB install disk, unless spoofing with opencore, but ASentientBot Hax.dylib method is safer, only thing you need Mojave or Catalina to use it.
[automerge]1593258464[/automerge]


After you re-installed check from BigSur desktop if you can use from terminal "sudo mount -uw /", because if it works replacing the kext is much more easier.
Thanks a lot!
But I can’t use "sudo mount -uw /" in BigSur desktop because got the error 66.

Let me reinstall to Cat and try again.
 

Alex-Microsmeta

macrumors 6502
Jul 14, 2018
376
630
Rome

Lucky736

macrumors 65816
Jan 18, 2004
1,003
678
US
Just fyi: I have got the absolutely same prob with a Mid 2009 MBP, with a patched ROM so it does boot Catalina from APFS natively. Hope somebody can figure out how to patch that.

One of my machines is very similar so waiting as well, the patched ROM from Dosdude1 has been great I have to say.
 
  • Like
Reactions: TimothyR734

jackluke

macrumors 68040
Jun 15, 2018
3,321
8,068
Thanks a lot!
But I can’t use "sudo mount -uw /" in BigSur desktop because got the error 66.

Let me reinstall to Cat and try again.

Before re-install you could try to remove the BigSur snapshots (this should fix "sudo mount -uw /" too):


Many reported that also from the USB BigSurInstaller recovery terminal should be used:
csrutil authenticated-root disable

But really don't know, I've installed and re-installed BigSur multiple times and I can still use "sudo mount -uw /" and even mount the BigSur System Volume from HighSierra.
 
Last edited:

muppetlover

macrumors newbie
Jun 26, 2020
4
3
I have been following along since Wednesday and really enjoyed the spirit of how this thread works. Thanks to all of you I have BS installed on my mac mini 2012: I did a parallel install to Catalina, but in a separate container. I got as far as error 66 and needed to get on with 'regular stuff', so switched back to Catalina. I now get 'incompatible disk' error and Disk Utility crashes when I browse the containers...

I am not alone - https://forums.macrumors.com/threads/help-disk-issue-now.2242584/post-28614599

Some people likely put BS in same container, by the looks of it. I believe from the other thread that I am not alone in having done separate container, but still get issue.

I ran diskutil verifyVolume from the Recovery Terminal on my Cat system volume (the non data volume). I get the following:

warning: container has been mounted by APFS version 1640.0.0.111.2, which is newer than 1412.120.2

This seems to be the only issue verify finds. I don't believe I even launched DU in BS, pretty much went with the advice in this thread unto I got the error 66 issue and then I stopped.

Does anyone here know a remedy for remounting container using Catalina command line?
 

jackluke

macrumors 68040
Jun 15, 2018
3,321
8,068
I have been following along since Wednesday and really enjoyed the spirit of how this thread works. Thanks to all of you I have BS installed on my mac mini 2012: I did a parallel install to Catalina, but in a separate container. I got as far as error 66 and needed to get on with 'regular stuff', so switched back to Catalina. I now get 'incompatible disk' error and Disk Utility crashes when I browse the containers...

I am not alone - https://forums.macrumors.com/threads/help-disk-issue-now.2242584/post-28614599

Some people likely put BS in same container, by the looks of it. I believe from the other thread that I am not alone in having done separate container, but still get issue.

I ran diskutil verifyVolume from the Recovery Terminal on my Cat system volume (the non data volume). I get the following:

warning: container has been mounted by APFS version 1640.0.0.111.2, which is newer than 1412.120.2

This seems to be the only issue verify finds. I don't believe I even launched DU in BS, pretty much went with the advice in this thread unto I got the error 66 issue and then I stopped.

Does anyone here know a remedy for remounting container using Catalina command line?

I guess this issue (that I don't have) of can't mounting APFS BigSur System Volume from Catalina is due to the fact the BigSur installation hasn't completed properly so the apfs nodes (and permissions) are mismatched.

But, not sure if relevant, I erased the APFS container to install BigSur from HighSierra, meaning through its HighSierra /System/Library/FileSystems/apfs.fs/Contents/Resources/
apfs driver version: 748.51.0

And I can "sudo mount -uw /" from BigSur normal booting even after making some manual BigSur snapshots, anyway I guess that installing BigSur on a separate APFS container (meant using another disk and another EFI external) will work without issues and BigSur System volume is mountable and writeable even from HighSierra.
 

muppetlover

macrumors newbie
Jun 26, 2020
4
3
I guess this issue (that I don't have) of can't mounting APFS BigSur System Volume from Catalina is due to the fact the BigSur installation hasn't completed properly so the apfs nodes (and permissions) are mismatched.

But, not sure if relevant, I erased the APFS container to install BigSur from HighSierra, meaning through its HighSierra /System/Library/FileSystems/apfs.fs/Contents/Resources/
apfs driver version: 748.51.0

And I can "sudo mount -uw /" from BigSur normal booting even after making some manual BigSur snapshots, anyway I guess that installing BigSur on a separate APFS container (meant using another disk and another EFI external) will work without issues and BigSur System volume is mountable and writeable even from HighSierra.
Forgive me, I am not sure I follow.

I thought the incompatible disk was my Catalina volume - the verify that gives the APFS version warning was done against the Catalina volume.
 
  • Like
Reactions: TimothyR734

Lucky736

macrumors 65816
Jan 18, 2004
1,003
678
US
Just to be clear, this has nothing to do with patched ROM but instead the absence of official Apple ROMs with APFS support.

I understand, but it made updating much easier on my end in Catalina and hoping it will do the same once Big Sur is working, was more commenting on the fact that their and my machines were very similar and am watching and waiting patiently.
 

rayd8or

macrumors newbie
Sep 25, 2018
24
34
Hi all, back here for the next round of tweaks and patches! I have an early 2011 15" Macbook Pro running Catalina beautifully thanks to dosdude1's excellent patcher. I have GPU disabled due to the well known GPU failure on these models.

I managed to install Big Sur Beta 1 in a new APFS volume. The Macbook will boot into both Catalina & Big Sur no problems.

However, I assume due to being a non-metal GPU, under Big Sur I have no Wifi, no sound, no sleep functions and when I try to use the menu bar at the top I get logged out everytime. Also some apps that came with Big Sur log me out too.

I'm sure the community will iron these out over time. It is only Beta 1 afterall.

Just so pleased I was able to at least boot into Big Sur on such an old machine. Here's to progress in the coming months.
 

antony34

macrumors regular
Jul 11, 2012
103
86
Before re-install you could try to remove the BigSur snapshots (this should fix "sudo mount -uw /" too):

tried. But it show “operation not permitted”

will it be cause in Disable ARV? Because I don’t know if I success to disable it or not..
 
Last edited:
  • Like
Reactions: TimothyR734

jackluke

macrumors 68040
Jun 15, 2018
3,321
8,068
tried. But it show “operation not permitted”

will it be cause in Disable ARV? Because I don’t know if I success to disable it or not..

I guess ASentientBot refers to csrutil authenticated-root disable from an USB BigSur Installer recovery terminal.

Anyway I still can "sudo mount -uw /" (and mount BigSur System from HighSierra) even with that value enabled (I haven't neither disabled it from bigsur recovery after install).
 

Attachments

  • BigSur csrutil auth root enabled but mount works.png
    BigSur csrutil auth root enabled but mount works.png
    1 MB · Views: 192

antony34

macrumors regular
Jul 11, 2012
103
86
I guess ASentientBot refers to csrutil authenticated-root disable from an USB BigSur Installer recovery terminal.

Anyway I still can "sudo mount -uw /" (and mount BigSur System from HighSierra) even with that value enabled (I haven't neither disabled it from bigsur recovery after install).
If there is, I think I better to reinstall system and try again from zero

Too many strange things need to figure out...and after that, need to test if Chinese and Japanese input still work in Penryn CPUs Mac
 

brandonsierra

macrumors member
Jun 10, 2017
40
74
I have a usb but its dead. Its the only usb we have and I don't have money for a new one, how will I create the Big Sur USB?
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.