Matissen Posted November 2, 2007 Share Posted November 2, 2007 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 https://www.insanelymac.com/forum/topic/69209-cant-replace-mach_kernelsse3/ Share on other sites More sharing options...
manitoba98 Posted November 2, 2007 Share Posted November 2, 2007 "cp" takes two parameters: source and destination. I'm not sure where the guide you're using is, but I suspect you want this: cp /Users/adam/Desktop/mach_kernel ./ (copy /Users/adam/Desktop/mach_kernel to the current directory) Or something similar. Link to comment https://www.insanelymac.com/forum/topic/69209-cant-replace-mach_kernelsse3/#findComment-491848 Share on other sites More sharing options...
Matissen Posted November 2, 2007 Author Share Posted November 2, 2007 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 https://www.insanelymac.com/forum/topic/69209-cant-replace-mach_kernelsse3/#findComment-491860 Share on other sites More sharing options...
manitoba98 Posted November 2, 2007 Share Posted November 2, 2007 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 https://www.insanelymac.com/forum/topic/69209-cant-replace-mach_kernelsse3/#findComment-491880 Share on other sites More sharing options...
Matissen Posted November 2, 2007 Author Share Posted November 2, 2007 Right, mach_kernel.sse2 is in cd, but mach_kernel.sse3 either. How can i remove .sse3 . Use mouse+ "Move to Trash" for remove this file from cd ? Link to comment https://www.insanelymac.com/forum/topic/69209-cant-replace-mach_kernelsse3/#findComment-491901 Share on other sites More sharing options...
manitoba98 Posted November 2, 2007 Share Posted November 2, 2007 The guide you posted didn't mention removing mach_kernel.sse3. It is important that the SSE2 version is called just "mach_kernel", as that's the file that's booted. Link to comment https://www.insanelymac.com/forum/topic/69209-cant-replace-mach_kernelsse3/#findComment-491921 Share on other sites More sharing options...
Matissen Posted November 2, 2007 Author Share Posted November 2, 2007 But in step 8 and 9 i must use postpach to remove mach_kernel.sse3 or in step 7 i can end? Link to comment https://www.insanelymac.com/forum/topic/69209-cant-replace-mach_kernelsse3/#findComment-491938 Share on other sites More sharing options...
manitoba98 Posted November 2, 2007 Share Posted November 2, 2007 I haven't done this, but it appears that you install in Step 7, and then do something "post patch" afterwards. I don't quite understand those last few steps, maybe someone else can help. Link to comment https://www.insanelymac.com/forum/topic/69209-cant-replace-mach_kernelsse3/#findComment-492023 Share on other sites More sharing options...
Recommended Posts