Skip to main content
Question

startosinstall 10.12.0

  • September 20, 2016
  • 3 replies
  • 17 views

tcam
Forum|alt.badge.img+7

When I try to install using

/Applications/Install macOS Sierra.app/Contents/Resources/startosinstall --applicationpath "/Applications/Install macOS Sierra.app" --volume "/Volumes/Macintosh HD" --nointeraction

it returns

Error: could not find OSInstallerSetup.framework...

has anyone figured out how to get startosinstall to work with 10.12.0?

3 replies

Forum|alt.badge.img+13
  • Honored Contributor
  • September 21, 2016

Hi @tcam

started this before I left today will follow up in the morning to let you know if it installed. Double Check your syntax

Larry


Forum|alt.badge.img+1
  • New Contributor
  • September 21, 2016

Hi @tcam

It looks like you have the spaces in the installer application path escaped AND quotes around the path, but it should only be one or the other!


bradtchapman
Forum|alt.badge.img+20
  • Valued Contributor
  • September 21, 2016

@tcam to echo what @crigby said, either escape the path with backslashes, or use quotes, but not both.

/Applications/Install macOS Sierra.app/Contents/Resources/startosinstall --applicationpath "/Applications/Install macOS Sierra.app" --volume "/Volumes/Macintosh HD" --nointeraction

edit: a typo.