I have been trying to install Win10 on a legacy bootcamp, but BCA keeps freezing at the partitioning step, running distil list
gives the following:
/dev/disk0 (internal, physical):
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *480.1 GB disk0
1: EFI EFI 209.7 MB disk0s1
2: Apple_APFS Container disk1 479.9 GB disk0s2
/dev/disk1 (synthesized):
#: TYPE NAME SIZE IDENTIFIER
0: APFS Container Scheme - +479.9 GB disk1
Physical Store disk0s2
1: APFS Volume MacOS 31.9 GB disk1s1
2: APFS Volume Preboot 24.0 MB disk1s2
3: APFS Volume Recovery 507.4 MB disk1s3
4: APFS Volume VM 1.1 GB disk1s4
/dev/disk2 (external, physical):
#: TYPE NAME SIZE IDENTIFIER
0: FDisk_partition_scheme *62.0 GB disk2
1: Windows_NTFS WinInstall 62.0 GB disk2s1
/dev/disk3 (disk image):
#: TYPE NAME SIZE IDENTIFIER
0: CCCOMA_X64FRE_EN-US... +5.9 GB disk3
/dev/disk4 (disk image):
#: TYPE NAME SIZE IDENTIFIER
0: Boot Camp +2.8 GB disk4
/dev/disk5 (disk image):
#: TYPE NAME SIZE IDENTIFIER
0: Boot Camp +2.8 GB disk5
How do I remove the bottom two disks?
diskutil eject disk4
anddiskutil eject disk5
. BTW, there are two different methods that can be used to install a BIOS booting Windows 10 from a UEFI booting Windows 10 flash drive. One such method is given here. This answer would have to be modified slightly to fit your Mac. – David Anderson Dec 21 '21 at 22:35