I had to erase my MBP's internal hard drive recently and reinstall macOS from external bootable USB flash drive I prepaired using createinstallmedia command in Terminal. However my partition scheme of internal APFS synthesized volume had changed upon installation succeeded: Macintosh HD volume is now mounted at the very end at disk1s5 instead of disk1s1.
Please help me to get Macintosh HD back to disk1s1 in both regular macOS boot and in Recovery because that's what I'm used to.
Here's output of diskutil list before erasing internal drive:
Here's output of diskutil list after fresh installation of macOS (I have tried Big Sur 11.6.1 & 11.6.5):
Please help me to get Macintosh HD back to disk1s1 in both regular macOS boot and in Recovery because that's what I'm used to.
Here's output of diskutil list before erasing internal drive:
Code:
diskutil list
/dev/disk0 (internal, physical):
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *1.0 TB disk0
1: EFI EFI 314.6 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 Macintosh HD 15.4 GB disk1s1
2: APFS Volume Macintosh HD - Data 4.4 GB disk1s2
3: APFS Volume Preboot 452.2 MB disk1s3
4: APFS Volume Recovery 685.5 MB disk1s4
5: APFS Volume VM 20.5 KB disk1s5
Here's output of diskutil list after fresh installation of macOS (I have tried Big Sur 11.6.1 & 11.6.5):
Code:
diskutil list
/dev/disk0 (internal, physical):
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *1.0 TB disk0
1: EFI EFI 314.6 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 Macintosh HD - Data 2.7 GB disk1s1
2: APFS Volume Preboot 284.2 MB disk1s2
3: APFS Volume Recovery 626.3 MB disk1s3
4: APFS Volume VM 20.5 KB disk1s4
5: APFS Volume Macintosh HD 15.3 GB disk1s5