Contribute
Register

I need to copy mach_kernel from USB to the new installed osx mavericks

Status
Not open for further replies.
Joined
Aug 10, 2012
Messages
300
Motherboard
Asus Z390 Prime A
CPU
i3 8100
Graphics
HD 630, GT 1030
Mac
  1. iMac
  2. MacBook Pro
Mobile Phone
  1. Android
  2. iOS
  3. Other
Hi , i need to copy mach_kernel file from my usb installer to the new installed osx Mavericks but I'm getting error like "no space left .......
Please i need help about how to do it in terminal without error
:banghead:
Thank you in advance
 
Hi , i need to copy mach_kernel file from my usb installer to the new installed osx Mavericks but I'm getting error like "no space left .......
Please i need help about how to do it in terminal without error
:banghead:
Thank you in advance

Boot into the OS X installer. Run Terminal from the Utilities menu.

Then, in Terminal
Code:
# assuming your USB is named "installer" and your HDD is named "mavs"
cp "/Volumes/installer/mach_kernel" "/Volumes/mavs"

I put the arguments in quotes just in case your names have spaces in them.
 
I get the error
"cp: /Volumes/Installer/mach_kernal: No such file or directory"
 
I get the error
"cp: /Volumes/Installer/mach_kernal: No such file or directory"

It is not spelled correctly.

It is mach_kernel, not mach_kernal
 
Status
Not open for further replies.
Back
Top