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.

Ronald Steven

macrumors member
Jun 29, 2020
39
48
You should re-install from Catalina your BigSur using this: Hax2.dylib
then you can remove telemetry from BigSur single user mode.

Otherwise you can make from Catalina this: USBOpenCoreAPFSloader3.app.zip

If you use an external USB that contains an Installer or MacOS installation use "Near an USB device without erasing"

If you use an external empty USB drive without any multi-partition scheme example a 16 USB drive then use the second option, don't use second option on a multi-partition USB disk.

After reboot, hold alt-option key select usbopencore (with its icon) and pick your "Big Sug - Data" label to boot BigSur on unsupported mac.

@jackluke how can I use Hax2.dylib on beta.app? thanks
 

Minh_Ton

macrumors member
May 15, 2019
64
131
Hue, Vietnam
Tried that, I used these steps to modify BaseSystem.dmg (that from BigSur is an APFS with Preboot):
Code:
cd /Volumes/USBInstallerBigSur/BaseSystem/

hdiutil attach -owners on BaseSystem.dmg -shadow

Customize (directly from Finder) BaseSystem adding patched files

hdiutil detach /dev/diskX (or eject/unmount the "MacOS Base System" volume from Finder)

hdiutil convert -format UDZO -o BaseSystem2.dmg BaseSystem.dmg -shadow

mv BaseSystem.dmg BaseSystembackup.dmg

mv BaseSystem2.dmg BaseSystem.dmg

But even using the patched boot.efi still getting kernel panic (booting single user mode at least the legacy usb are responsive after added LegacyUSBInjector to the BootKernelExtensions.kc).

In few words I can't get a patched BigSur BaseSystem.dmg to boot.

I didn’t get a KP when using patched BaseSystem with replaced boot.efi. (I got responsive LegacyUSB for the first time and didn’t work again for some reasons...) Can you send me the BootKernelExtension.kc file that you’re using for me to find out a different approach?
[automerge]1593561197[/automerge]
where can I find the link to the discord server?

 

Allan Fox

macrumors member
Jun 29, 2020
31
55
oh boy I'm getting my 2009 iMac to Catalina and its stuck at estimating time remaining at like 90%
[automerge]1593562190[/automerge]
well for the Big Sur I used an external 500gb hard drive and tested that it booted miraculously it booted so I made a partition and restored the partition from the content of the hard drive and voila Big Sur was running on my computer
[automerge]1593562230[/automerge]
with the installer hack and the installer obviously
[automerge]1593562337[/automerge]
im gonna let the iMac do its thing and check on it tomorrow sadly I don't have any firewire cables so no target disk mode
 
  • Like
Reactions: TimothyR734

Ronald Steven

macrumors member
Jun 29, 2020
39
48
oh boy I'm getting my 2009 iMac to Catalina and its stuck at estimating time remaining at like 90%
[automerge]1593562190[/automerge]

well for the Big Sur I used an external 500gb hard drive and tested that it booted miraculously it booted so I made a partition and restored the partition from the content of the hard drive and voila Big Sur was running on my computer
[automerge]1593562230[/automerge]
with the installer hack and the installer obviously
@Allan Fox i have a hard drive too, what kind the partition that you used can I use?
 
  • Like
Reactions: TimothyR734

Allan Fox

macrumors member
Jun 29, 2020
31
55
I mean I had 200 gigs of data on the drive I just used disk util on Catalina and did the installer hack and installed Big Sur there
[automerge]1593562845[/automerge]
do you have SIP disabled?
[automerge]1593562883[/automerge]
just made a 280 gig partition and installed there
 
  • Like
Reactions: TimothyR734

Ronald Steven

macrumors member
Jun 29, 2020
39
48
I mean I had 200 gigs of data on the drive I just used disk util on Catalina and did the installer hack and installed Big Sur there
[automerge]1593562845[/automerge]
do you have SIP disabled?
[automerge]1593562883[/automerge]
just made a 280 gig partition and installed there

yes I did installed on a ssd internal disk form catalina, but I can't activate the wifi drivers using sudo -uw, I have the 66 error. the apfs disk is encrypted and its only in read mode
 
  • Like
Reactions: TimothyR734

Allan Fox

macrumors member
Jun 29, 2020
31
55
apfs
[automerge]1593565091[/automerge]
well it has to be guid partition table
[automerge]1593565115[/automerge]
if it isn't it ain't gonna work
 
  • Like
Reactions: TimothyR734

Ronald Steven

macrumors member
Jun 29, 2020
39
48
oh boy I'm getting my 2009 iMac to Catalina and its stuck at estimating time remaining at like 90%
[automerge]1593562190[/automerge]

well for the Big Sur I used an external 500gb hard drive and tested that it booted miraculously it booted so I made a partition and restored the partition from the content of the hard drive and voila Big Sur was running on my computer
[automerge]1593562230[/automerge]
with the installer hack and the installer obviously
[automerge]1593562337[/automerge]
im gonna let the iMac do its thing and check on it tomorrow sadly I don't have any firewire cables so no target disk mode
@Allan Fox please the link for the installer hack where I found?
 
  • Like
Reactions: TimothyR734

Barry K. Nathan

macrumors 6502
Jul 6, 2018
387
1,145
Irvine, CA, USA
I replaced the AppleHDA & IO80211Family kexts with the High Sierra versions through a Big Sur USB recovery terminal, but I still have the same Wi-Fi/audio situation too.
I did kextcache -i / kmutil install --update-all kcditto but I presume now, that I have to do this from single-user mode. However, I'm getting error 66 when mounting system volume as writable — and I'm not sure how to disable/delete snapshot booting to circumvent the error.
I don't fully understand snapshots tbh…it's difficult to grip an understanding of.
I know this won't help you with your immediate problem, but my understanding from various previous posts in this thread is that you'll need to use highvoltage12v's IO80211Family.kext instead of the one from High Sierra. (High Sierra is a good place to get AppleHDA from, however.)
 

TimothyR734

macrumors 68030
Apr 10, 2018
2,723
2,753
Logsden Oregon

you have to boot in Recovery Mode, use the command csrutil authenticated-root disable to turn cryptographic verification off, then mount the System volume and perform its modifications. To make that bootable again, you have to bless a new snapshot of the volume using a command such as sudo bless --folder /[mountpath]/System/Library/CoreServices --bootefi --create-snapshot You can then restart using the new snapshot as your System volume, and without SSV authentication.
 
  • Like
Reactions: Alex-Microsmeta

Alex-Microsmeta

macrumors 6502
Jul 14, 2018
376
630
Rome
@jackluke Just reinstalled BS on internal SSD (I have read on forums that often It fails to boot from external USB) removed SIP, telemetry, compat-check... It boots, the screen becomes black from white, it continues loading, when the bar is almost at the end of the run it crashes... 🙃 PS: Next time, when beta 2 will be available, I'll also reset the NVRAM then restart using the new snapshot, if the dosdude1 official automatic patcher will not be already available.
 
Last edited:
  • Like
Reactions: TimothyR734

Ronald Steven

macrumors member
Jun 29, 2020
39
48

you have to boot in Recovery Mode, use the command csrutil authenticated-root disable to turn cryptographic verification off, then mount the System volume and perform its modifications. To make that bootable again, you have to bless a new snapshot of the volume using a command such as sudo bless --folder /[mountpath]/System/Library/CoreServices --bootefi --create-snapshot You can then restart using the new snapshot as your System volume, and without SSV authentication.
@TimothyR734 that is for error 66 to fix wifi?
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.