Guest User

createInstallMedia

a guest
Sep 25th, 2018
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.63 KB | None | 0 0
  1. sudo '/Applications/Install macOS Mojave.app/Contents/Resources/createinstallmedia' --volume /Volumes/Untitled --nointeraction --downloadassets
  2. Password:
  3. Erasing disk: 0%... 10%... 20%... 30%... 100%
  4. Finding assets to download...
  5. 2018-09-25 18:06:14.513 createinstallmedia[74049:38609070] -[NSThread initWithBlock:]: unrecognized selector sent to instance 0x7fe563d3aee0
  6. 2018-09-25 18:06:14.513 createinstallmedia[74049:38609070] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSThread initWithBlock:]: unrecognized selector sent to instance 0x7fe563d3aee0'
  7. *** First throw call stack:
  8. (
  9.     0   CoreFoundation                      0x00007fff930bb452 __exceptionPreprocess + 178
  10.     1   libobjc.A.dylib                     0x00007fff98684f7e objc_exception_throw + 48
  11.     2   CoreFoundation                      0x00007fff9312518d -[NSObject(NSObject) doesNotRecognizeSelector:] + 205
  12.     3   CoreFoundation                      0x00007fff9302b4c1 ___forwarding___ + 1009
  13.     4   CoreFoundation                      0x00007fff9302b048 _CF_forwarding_prep_0 + 120
  14.     5   createinstallmedia                  0x0000000103ed085f createinstallmedia + 22623
  15.     6   createinstallmedia                  0x0000000103ed013a createinstallmedia + 20794
  16.     7   createinstallmedia                  0x0000000103ece20f createinstallmedia + 12815
  17.     8   createinstallmedia                  0x0000000103ecd68b createinstallmedia + 9867
  18.     9   libdyld.dylib                       0x00007fff9d65b5ad start + 1
  19.     10  ???                                 0x0000000000000005 0x0 + 5
  20. )
  21. libc++abi.dylib: terminating with uncaught exception of type NSException
Advertisement
Add Comment
Please, Sign In to add comment