Administrators Hervé Posted November 21, 2020 Administrators Share Posted November 21, 2020 EFI partitions can be mounted with apps such as OpenCore Configurator or EFI Mounter or Clover Configurator or a few others. But it's just as quick and easy to use Terminal... Just identify the partition disk/volume and mount it! diskutil list sudo diskutil mount /dev/<identified disk> Example: lat-7490:~ admin$ diskutil list /dev/disk0 (internal, physical): #: TYPE NAME SIZE IDENTIFIER 0: GUID_partition_scheme *512.1 GB disk0 1: EFI BOOT 523.2 MB disk0s1 2: Microsoft Reserved 134.2 MB disk0s2 3: Microsoft Basic Data Windows 398.0 GB disk0s3 4: Windows Recovery 972.0 MB disk0s4 5: Apple_APFS Container disk1 112.5 GB disk0s5 /dev/disk1 (synthesized): #: TYPE NAME SIZE IDENTIFIER 0: APFS Container Scheme - +112.5 GB disk1 Physical Store disk0s5 1: APFS Volume Mojave - Data 53.2 GB disk1s1 2: APFS Volume Preboot 154.5 MB disk1s2 3: APFS Volume Recovery 529.0 MB disk1s3 4: APFS Volume VM 1.1 MB disk1s4 5: APFS Volume Macintosh 11.3 GB disk1s5 lat-7490:~ admin$ sudo diskutil mount /dev/disk0s1 Volume BOOT on /dev/disk0s1 mounted 1 Link to comment Share on other sites More sharing options...
doctorultra Posted November 22, 2020 Author Share Posted November 22, 2020 ok, shall I not remove the boot args "-v"? Because I would like to remove the logging during the boot of the system. Link to comment Share on other sites More sharing options...
Administrators Hervé Posted November 22, 2020 Administrators Share Posted November 22, 2020 You may of course remove it if you wish; no need to pop questions for such trivial and obvious things. Link to comment Share on other sites More sharing options...
Recommended Posts