Jump to content
8 posts in this topic

Recommended Posts

If you'd read maxxuss's instructions you'd be closer to a solution to this problem, here is how I replaced my kernel file:

 

open up a terminal and set the volumes you're working with up

T=/Volumes/macosx-10.4.3

E=/Volumes/macosx-10.4.4

 

(replace the /macosx-10.4.3 or 4 with the names of the partitions you're working with)

 

say you're going to be copying the new kernel from a folder on the root of your old 10.4.3 volume, the folders name is "Kernel" just for a demonstration

 

sudo cp $T/Kernel/mach_kernel $E/

 

That would move the new kernel to the root directory of your new volume replacing the default mach_kernel You can also modify the com.apple.Boot.plist and choose a kernel rather than replacing the original...

randomblame --> Thanks this is what I done to replace the kernel but I always want learn more ;)

 

This is why I wanted to learn how to see hidden files.

I found a way by using the finder search --> add invisible filter.

This works but doesn't with the kernel file ;)

 

 

Thanks all, I'll study carrefully your informations.

I left Apple Mac since 1990 (System 7) :D

×
×
  • Create New...