Jump to content

Can't replace mach_kernel.sse3


Matissen
 Share

8 posts in this topic

Recommended Posts

When I use "hdiutil attach -readwrite /Users/adam/Desktop/Leo_Patched_DVD.iso -owners on"

 

my dvd mounted in writable mode(Ok)

 

when i typying

 

cd /Volumes/Mac\ OS\ X\ Install\ Disc\ x86/ im in the disc( Ok)

 

BUT, when im typing

 

"mv mach_kernel mach_kernel.sse3" and "cp /Users/adam/Desktop/mach_kernel" is see this

 

usage: cp [-R [-H | -L | -P]] [-f | -i | -n] [-pv] src target

cp [-R [-H | -L | -P]] [-f | -i | -n] [-pv] src1 ... srcN directory

 

nothing happened, mach_kernel.sse3 still on the disc ;) . Someone help ? I forgot about something? Thanks.

 

Sorry for my english :(

Link to comment
Share on other sites

I type:

 

cp /Users/adam/Desktop/mach_kernel ./Volumes/Mac\ OS\ X\ Install\ Disc\ x86/

 

and back "cp: directory ./Volumes/Mac OS X Install Disc x86 does not exist"

 

but Leo_Patched_DVD.iso is mount. I dont't know what next ...

 

( Steps 4 and 5 from this post)

Link to comment
Share on other sites

No, either:

 

cp /Users/adam/Desktop/mach_kernel ./

 

OR

 

cp /Users/adam/Desktop/mach_kernel /Volumes/Mac\ OS\ X\ Install\ Disc\ x86/

 

"./" means "current directory" on its own. Alternatively, you can provide the full path, which starts with a "/" on its own. Either works, but don't combine them.

Link to comment
Share on other sites

 Share

×
×
  • Create New...