how to clone a MacBook boot disk?

wesko

Mitglied
Thread Starter
Dabei seit
22.02.2007
Beiträge
7
Reaktionspunkte
6
I already tried following and every product fails:
-mac os 13.6.1 disk utility
-carbon copy cloner v6
-Donemax Disk Clone V2.2
-ChronoSync v11.0.0

the best result I have by USB booting Ubuntu v22 and use dd to clone my internal disk to a USB Disk.
but when try to boot from the cloned disk on USB (alt after power-on) there is no USB EFI partition available and because this MacBook from end 2012 ist running Ventura 13.6.1 via dortina open core legacy patcher :)
I also tried to deinstall the disk, clone it via ICY BOX with 2 slots, there is nice "copy botton" and this works as boot disk, but always deinstalling the disk from my 3x MACs (all 2012) is no option.
I am looking for a software solution

Wesko
 
Most clone apps don't include the EFI partition where OCLP resides.
dd should if you clone the whole disk.
 
thank you oneOeight, you are right, everything is copied, but....EFI not activated??
Code:
:~ root# diskutil list

/dev/disk0 (internal, physical):
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *1.0 TB disk0
1: EFI EFI 209.7 MB disk0s1
2: Apple_APFS Container disk1 1.0 TB disk0s2

/dev/disk1 (synthesized):
#: TYPE NAME SIZE IDENTIFIER
0: APFS Container Scheme - +1.0 TB disk1
Physical Store disk0s2
1: APFS Volume MacBookPro2012 19.6 GB disk1s1
2: APFS Snapshot com.apple.bless.E50F... 19.6 GB disk1s1s1
3: APFS Volume MacBookPro2012 - Daten 508.7 GB disk1s2
4: APFS Volume Preboot 10.1 GB disk1s3
5: APFS Volume Recovery 1.2 GB disk1s4
6: APFS Volume VM 1.1 MB disk1s6

/dev/disk2 (disk image):
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme +33.6 GB disk2
1: EFI EFI 209.7 MB disk2s1
2: Apple_HFS OpenCore Patcher Res... 33.2 GB disk2s2

/dev/disk3 (external, physical):
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *1.0 TB disk3
1: EFI EFI 209.7 MB disk3s1
2: Apple_APFS Container disk4 1.0 TB disk3s2

/dev/disk4 (synthesized):
#: TYPE NAME SIZE IDENTIFIER
0: APFS Container Scheme - +1.0 TB disk4
Physical Store disk3s2
1: APFS Volume MacBookPro2012 19.6 GB disk4s1
2: APFS Volume MacBookPro2012 - Daten 508.5 GB disk4s2
3: APFS Volume Preboot 10.1 GB disk4s3
4: APFS Volume Recovery 1.2 GB disk4s4
5: APFS Volume VM 1.1 MB disk4s6

df -h

Filesystem Size Used Avail Capacity iused ifree %iused Mounted on
/dev/disk1s1s1 954Gi 18Gi 451Gi 4% 356257 4291305101 0% /
devfs 202Ki 202Ki 0Bi 100% 700 0 100% /dev
/dev/disk1s3 954Gi 9.4Gi 451Gi 3% 2727 4728336520 0% /System/Volumes/Preboot
/dev/disk1s6 954Gi 1.0Mi 451Gi 1% 1 4728336520 0% /System/Volumes/VM
/dev/disk1s5 954Gi 72Mi 451Gi 1% 701 4728336520 0% /System/Volumes/Update
/dev/disk1s2 954Gi 474Gi 451Gi 52% 978577 4728336520 0% /System/Volumes/Data
map auto_home 0Bi 0Bi 0Bi 100% 0 0 100% /System/Volumes/Data/home
/dev/disk1s1 954Gi 18Gi 451Gi 4% 390147 4290749042 0% /System/Volumes/Update/mnt1

/dev/disk4s2 954Gi 474Gi 451Gi 52% 976989 4729687240 0% /Volumes/MacBookPro2012 - Daten
/dev/disk4s1 954Gi 18Gi 451Gi 4% 390146 4290749049 0% /Volumes/MacBookPro2012 1
why is the EFI partition not showing up at the boot process? this is my question
 
Zuletzt bearbeitet von einem Moderator:
Try blessing the cloned EFI OCLP bootloader.
 
how can I bless the cloned EFI OCLP bootloader?
 
Das wäre in einem deutschsprachigen Forum an sich angebracht. ;)
Mit dem bless Befehl im Terminal.
Oder mit dem Stick mit dem du OCLP erstellt hast.
 
wo ist denn hier die versteckte Kamera???? :Waveyib::drink::heul:
 
wo ist jetzt hier der Mehrwert? einer der Gründe warum ich seit 2007 so selten hier war

alles gut.... die Situation war schon gerade ein wenig komisch....... Du schreibst einen endlos langen Artikel in englisch in einem
deutschen Forum ... bekommst Antworten in Englisch... und outest Dich dann als jemand der in deutsch schreiben kann..

Fand das schon zum schmunzeln.... Aber Du kannst gerne zum Schmunzeln in den Keller gehen.

Bin dann hier raus.
 
Chrissi, tut mir leid, ja das mit dem Englisch ist Macht der Gewohnheit, arbeite seit 30 Jahren für US/Japan Unternehmen, und bei möglichen Eskalationen fängt man besser gleich so an. Zurück zum Thema:
Wenn ich physikalisch meine bootdisk auf Blockebene Klone (ICY BOX) geht es, bei dd fehlt wohl ein Block am Anfang und irgendein Byte ist nicht gesetzt, somit taucht das USB/EFI nicht als Auswahl auf, kann das jemand reparieren? die Prozedur von oneOeight war leider nicht erfolgreich.
Wie eingangs bereits erwähnt handelt es sich um eine dortina open-core Legacy patcher Installation von 13.6.1 auf allen meinen Macs
 
Zuletzt bearbeitet:
Update:

Da ich das schon länger umsetzen wollte und heute kein Wetter war....


the copy ESP tool:
- select source ESP from a list with bootloader flavor, drive's made, type, interface, physical position
- select destination ESP from same list
- it copies the ESP from source to destination, asks for confirmation if destination ESP has a bootloader
- also can copy to a folder for archiving. Folder name contains bootloader flavor and a time stamp
- copies archived bootloaders back

https://forums.macrumors.com/threads/manually-configured-opencore-on-the-mac-pro.2207814/page-520?post=32382081#post-32382081
 
Wetter...THW Ehrenamt in München, war seit Freitag unterwegs, ich schau mir deine Vorschläge nächste Woche an, hat gerade wenig Priorität :)
 
Zurück
Oben Unten