Contribute
Register

macOS 10.15 Catalina: How to Mount Root Partition Read/Write for Post-Installation

tonymacx86

Administrator
Staff member
Joined
Nov 17, 2009
Messages
7,367
Motherboard
Z370N WIFI
CPU
i7 8700K
Graphics
HD 630
Mac
  1. MacBook Air
Classic Mac
  1. Apple
  2. PowerBook
Mobile Phone
  1. iOS
1568897128747.png
Just a quick post to share how to install Clover and other stuff to a 10.15 Catalina drive. The root partition is read-only by default. To make it read/write, use the following steps.

1. Open /Applications/Utilities/Terminal

2. Make the root partition read/write by entering the following:
Code:
sudo mount -uw /

3. Enter your password and hit return.

You will now be able to install Clover, use MultiBeast 11 (Mojave version) for Post-Installation, and install kexts. Be aware that when the system reboots, the command must be entered again. The final Catalina version of MultiBeast will do this automatically.
 
Last edited:
I can't get the beta update 9

Terminal:

Last login: Wed Sep 25 14:24:32 on console

leonardo@iMacdiLeonardo ~ % sudo softwareupdate -ia

Password:
Software Update Tool
Finding available software
No updates are available.
leonardo@iMacdiLeonardo ~ %
 
How do we now check/repair the drive when booting in Single User mode? The pre-Catalina fsck -fy command no longer works (mount -uw / is what's currently entered AFTER completing a disk check).
 
thanks for this helpful post
 
For those looking for a non-terminal one-click solution you can also use Hackintool :-
Screenshot 2019-10-04 at 17.31.30.png

You can use the to icons to the right to install kexts to /L/E and manually rebuild kext cache if required.
See the kext guide for more info on installing kexts to /L/E in Catalina ...

Cheers
Jay
 
Back
Top