Done. Hard disk starts blinking as copying, and continues for hours without errors. But also If It works It Is tooWhen it asks for your disk number are you just putting in the digit, as in 4? You have to put the entire thing, aka disk4, all lowercase.
how install beta 2 in MacBook Pro mid 2009 5.5???
Since for non-APFS or legacy usb Mac cloning a BigSur (with sealed system and snapshot booting) in most cases won't work, you should try this:
https://forums.macrumors.com/thread...unsupported-macs-thread.2242172/post-28662873
not quite,The MacPro 4,1 flashed to MacPro 5,1 is a very unique situation which doesn't exist elsewhere across the product line.
How to Upgrade the Firmware of a 2009 Mac Pro 4,1
Done. Hard disk starts blinking as copying, and continues for hours without errors. But also If It works It Is too
much slow
I've never understood the logic of how that is supposed to work. If the stock Big Sur kc can't boot an unsupported machine, won't the installation fail on the first reboot during the installation process?
20 GB (basic BS beta2 installation) Maybe is due to the SSD source? I have launched it from Catalina, after having ejected both disks, to avoid "busy disk" warning.How much data are you trying to copy? It took about 20-30 minutes on a usb2 iMac for me. Sounds like you might have a hardware issue.
I retry now from BS beta 1 to clone BS beta 2 SSD 100 GB (20 occupied) to external USB harddisk 101 GB20 GB (basic BS beta2 installation) Maybe is due to the SSD source? I have launched it from Catalina, after having ejected both disks, to avoid "busy disk" warning.
mount -uw /Volumes/volume_name
kmutil install --volume-root /Volumes/volume_name --update-all --force
/Volumes/volume_name/usr/sbin/kcditto
bless --folder /Volumes/volume_name/System/Library/CoreServices --bootefi --create-snapshot
Tried it overnight (8 hours) for a BS SSD 100 GB to 100 GB USB BS external disk unsuccesfully, maybe it is a Preboot cloning issue.
With BS beta 1 it always says: disk2 resource busy also if disabled. I retry with Cat 10.15.5. I have re-inizialisated target that was 99 GB to 101 GB to be sureOne word...weird.
DD copies the disk bit by bit, it should be a 100% copy, not 99.999999999999%
Might be the the sector size but I doubt that.
With BS beta 1 it always says: disk2 resource busy also if disabled. I retry with Cat 10.15.5. I have re-inizialisated target that was 99 GB to 101 GB to be sure
Started cloning from Catalina, here when I disable disk 1 (Big Sur SSD) at least it doesn't warn me of "resource busy".One word...weird.
DD copies the disk bit by bit, it should be a 100% copy, not 99.999999999999%
Might be the the sector size but I doubt it.
One word...weird.
DD copies the disk bit by bit, it should be a 100% copy, not 99.999999999999%
Might be the the sector size but I doubt it.
I'll try it too, if it fails.Perhaps something like clonezilla might do the job?
Perhaps something like clonezilla might do the job?
My MacPro3,1 is currently working with BigSur DP1.
WLAN and BT work natively, Magic Maus works as always, BT Audio works
Unfortunately, the old AppleHDA and LegacyUSB are still missing.
currently my way is via SingleUserMode, exit, then... I have a keyboard in BigSur.
Here are a lot of tips. Which way is right now for Sound and LegacyUSB?
View attachment 934096
Disable authenticated-root in nvram using csrutil from Big Sur from the root level of a patched Catalina usb installer with..
sudo csrutil2 authenticated-csr disable
Also make sure to set...
sudo nvram boot-args="-no_compat_check"
Install Big Sur on an external drive from a supported machine. Attach this drive under Catalina mount it's Preboot volume.
cd /Volumes/Preboot/*/System/Library/CoreServices/
curl https://github.com/jacklukem/BigSurfixes/raw/master/prelinkedkernel%20fix/com.apple.Boot.plist --progress-bar -L -o /private/tmp/com.apple.Boot.plist
sudo cp -a /private/tmp/com.apple.Boot.plist .
curl "https://raw.githubusercontent.com/jacklukem/BigSurfixes/master/legacy%20usb%20prelinkedkernel%20beta1/prelinkedkernel?raw=true" --progress-bar -L -o /private/tmp/prelinkedkernel
sudo mv PlatformSupport.plist PlatformSupport.plist2
sudo cp -a /private/tmp/com.apple.Boot.plist .
cd ../PrelinkedKernels
sudo cp -a /private/tmp/prelinkedkernel .
Attach a usb memory stick with the following kexts files
from Catalina Patchers kext)
AppleHDA.kext
AppleIntelPIIXATA.kext
(from 10.15.5)
IO80211Family.kext
AAAMouSSE.kext v0.93
telemetrap.kext v0.22
*** commands below remove the incompatible kext ****
mkdir /tmp/mntpoint
sudo mount -o nobrowse -t apfs /dev/disk7s5 /tmp/mntpoint
cd /tmp/mntpoint/System/Library/Extensions
sudo rm -fr IO80211Family.kext
sudo rm -fr AppleHDA.kext
sudo ditto /Volumes/Untitled/IO80211Family.kext IO80211Family.kext
sudo ditto /Volumes/Untitled/AppleHDA.kext AppleHDA.kext
sudo chmod -R 755 IO80211Family.kext
sudo chmod -R 755 AppleHDA.kext
sudo chown -R root:wheel IO80211Family.kext
sudo chown -R root:wheel AppleHDA.kext
cd /tmp/mntpoint/Library/Extensions
sudo ditto /Volumes/Untitled/AppleIntelPIIXATA.kext AppleIntelPIIXATA.kext
sudo ditto /Volumes/Untitled/telemetrap.kext telemetrap.kext
sudo chmod -R 755 telemetrap.kext
sudo chmod -R 755 AppleIntelPIIXATA.kext
sudo chown -R root:wheel telemetrap.kext
sudo chown -R root:wheel AppleIntelPIIXATA.kext
*** commands to rebuild and move new prelinkedkernel to /System/Library/PrelinkedKernels for kcditto to find ***
*** add missing directory ***
sudo ln -s ../../../../System/Library/PrelinkedKernels /tmp/mntpoint/Library/Apple/System/Library/PrelinkedKernels
*** add missing symlink for kextcache -system-prelinked-kernel
sudo ln -s ../../../../System/Library/Caches /tmp/mntpoint/Library/Apple/System/Library/Caches
*** this is currently builds broken legacy usb prelinked kernels
sudo chroot /tmp/mntpoint mount -uw /
sudo touch /tmp/mntpoint/Library/Extensions/
sudo chroot /tmp/mntpoint kextcache -i /
*** don't bother installing broken prelinked kernels ***
**** sudo chroot /tmp/mntpoint kcditto ****
sudo bless --folder /tmp/mntpoint/System/Library/CoreServices --bootefi --create-snapshot
*** reboot to make modified snapshot active root ***
Same situation here for internal audio, I'll try it tomorrow, too.Assuming that you have access to supported machine, what worked for me was the following...
Code:Disable authenticated-root in nvram using csrutil from Big Sur from the root level of a patched Catalina usb installer with.. sudo csrutil2 authenticated-csr disable Also make sure to set... sudo nvram boot-args="-no_compat_check" Install Big Sur on an external drive from a supported machine. Attach this drive under Catalina mount it's Preboot volume. cd /Volumes/Preboot/*/System/Library/CoreServices/ curl https://github.com/jacklukem/BigSurfixes/raw/master/prelinkedkernel%20fix/com.apple.Boot.plist --progress-bar -L -o /private/tmp/com.apple.Boot.plist sudo cp -a /private/tmp/com.apple.Boot.plist . curl "https://raw.githubusercontent.com/jacklukem/BigSurfixes/master/legacy%20usb%20prelinkedkernel%20beta1/prelinkedkernel?raw=true" --progress-bar -L -o /private/tmp/prelinkedkernel sudo mv PlatformSupport.plist PlatformSupport.plist2 sudo cp -a /private/tmp/com.apple.Boot.plist . cd ../PrelinkedKernels sudo cp -a /private/tmp/prelinkedkernel . Attach a usb memory stick with the following kexts files from Catalina Patchers kext) AppleHDA.kext AppleIntelPIIXATA.kext (from 10.15.5) IO80211Family.kext AAAMouSSE.kext v0.93 telemetrap.kext v0.22 *** commands below remove the incompatible kext **** mkdir /tmp/mntpoint sudo mount -o nobrowse -t apfs /dev/disk7s5 /tmp/mntpoint cd /tmp/mntpoint/System/Library/Extensions sudo rm -fr IO80211Family.kext sudo rm -fr AppleHDA.kext sudo ditto /Volumes/Untitled/IO80211Family.kext IO80211Family.kext sudo ditto /Volumes/Untitled/AppleHDA.kext AppleHDA.kext sudo chmod -R 755 IO80211Family.kext sudo chmod -R 755 AppleHDA.kext sudo chown -R root:wheel IO80211Family.kext sudo chown -R root:wheel AppleHDA.kext cd /tmp/mntpoint/Library/Extensions sudo ditto /Volumes/Untitled/AppleIntelPIIXATA.kext AppleIntelPIIXATA.kext sudo ditto /Volumes/Untitled/telemetrap.kext telemetrap.kext sudo chmod -R 755 telemetrap.kext sudo chmod -R 755 AppleIntelPIIXATA.kext sudo chown -R root:wheel telemetrap.kext sudo chown -R root:wheel AppleIntelPIIXATA.kext *** commands to rebuild and move new prelinkedkernel to /System/Library/PrelinkedKernels for kcditto to find *** *** add missing directory *** sudo ln -s ../../../../System/Library/PrelinkedKernels /tmp/mntpoint/Library/Apple/System/Library/PrelinkedKernels *** add missing symlink for kextcache -system-prelinked-kernel sudo ln -s ../../../../System/Library/Caches /tmp/mntpoint/Library/Apple/System/Library/Caches *** this is currently builds broken legacy usb prelinked kernels sudo chroot /tmp/mntpoint mount -uw / sudo touch /tmp/mntpoint/Library/Extensions/ sudo chroot /tmp/mntpoint kextcache -i / *** don't bother installing broken prelinked kernels *** **** sudo chroot /tmp/mntpoint kcditto **** sudo bless --folder /tmp/mntpoint/System/Library/CoreServices --bootefi --create-snapshot *** reboot to make modified snapshot active root ***
You can use jacklukes's legacy usb beta 1 kernel but you do have to replace the installed copy of AppleHDA.kext and IO80211Family.kext in /System/Library/Extensions. The High Sierra version of AppleHDA.kext is required for the MacPro 3,1 and the Big Sur version of IO80211Family.kext has to be replaced with a copy from Catalina for wifi to work (at least for a BCM94360CD.
Note that this approach abandons trying to prune off the snapshot but rather uses that feature to allow the kext replacements.
ps It is still unclear to me whether a legacy usb prelinked kernel has even been built under beta 2 without snapshots present or if that was broken by beta 2.
pps This approach requires a little finessing to get the wifi working. You will have to manually enter the SSID and wifi password. It will report the network can't be found but, on the next login, wifi will automatically connect and show the scanned networks as well.
Perhaps something like clonezilla might do the job?
After 3 hours hard disk is still blinking. I have made screenshot to show you what I'm running. i point to APFS containers. Maybe you mean /dev/disk ? Because in the first APFS container there is Cat SSD. I will keep it running overnight, since I can still use mac mini flawlessy