Contribute
Register

[Solved] Prevent APFS Conversion - Mac

Status
Not open for further replies.
Joined
Sep 25, 2017
Messages
337
Motherboard
Asus Z97-WS
CPU
i7-4790K
Graphics
GTX 1060
Just wondering how to prevent the switch from Mac OS Extended Journaled to APFS on an actual Mac during installation.

Edit: Added solution to first post for ease of reference

Solution: (Terminal Entry)

Code:
/Volumes/"Image Volume/Install macOS High Sierra.app"/Contents/Resources/startosinstall --volume /Volumes/X --converttoapfs NO --agreetolicense

X = name/partition that you want to install to
 
Last edited:
Thanks, the fresh install Terminal entry seems to have been working a little, but I can't get it to continue. It keeps saying "Error: could not find target..."

My drive is called "Macintosh HD", so I assume I would change the "the_target_volume" to "Macintosh HD", but it's not working. I tried "Macintosh\ HD" as well, and that didn't work either.

Should I post this in that thread?
 
Not sure if I got it working. Just saw a bunch of numbers in Terminal and then when it got to 100 it said it was restarting the system

If this did work, I actually need to fix the Terminal Entry.
Furthermore if it did work, I'll ask RehabMan if the entry is correct etc... Seems like there's something off
-Maybe an example? idk
 
Thanks, the fresh install Terminal entry seems to have been working a little, but I can't get it to continue. It keeps saying "Error: could not find target..."

My drive is called "Macintosh HD", so I assume I would change the "the_target_volume" to "Macintosh HD", but it's not working. I tried "Macintosh\ HD" as well, and that didn't work either.

Should I post this in that thread?
did this work:

Code:
/Applications/"Install macOS High Sierra.app"/Contents/Resources/startosinstall --converttoapfs NO --agreetolicense
?
 
YES!! I got it working!!!

I'll post the Terminal entry that I used soon.
 
Last edited:
did this work:

Code:
/Applications/"Install macOS High Sierra.app"/Contents/Resources/startosinstall --converttoapfs NO --agreetolicense
?
No, I had to edit/change the Terminal entry, specifically the "the_target_volume" bit to "/Volumes/X"

X = Name of the partition/drive that you want to install macOS High Sierra to.

I'll double check and reinstall to be sure. All I know right now is that it worked -changing the Terminal entry.
 
****ing Apple Support is so useless. Christ...
The awkward moment when the users know better than the service providers... just wow...
 
Okay, so I booted into the macOS High Sierra Installer USB that I made in Terminal by holding down the "alt" key during start up.

In Disk Utility, I erased and formatted the drive for "GUID" and the "Mac OS Extended Journaled" file system. Then I quit Disk Utility.

From there, I opened up Terminal from the top menu bar under Utilities and entered this:

Code:
/Volumes/"Image Volume/Install macOS High Sierra.app"/Contents/Resources/startosinstall --volume /Volumes/X --converttoapfs NO --agreetolicense

X = name/partition that you want to install to

edit: This works when using the USB installer
 
Last edited:
Status
Not open for further replies.
Back
Top