View Single Post
 
Old 08-23-2009, 08:22 PM
billgehts billgehts is offline
Cheetah
 
Join Date: Aug 2009
Posts: 6
Quote:
Originally Posted by slic View Post
To fix the Repari permissions problem, you must edit Info plist in PlatfromUUID.kext
Code:
<key>PlatformUUID</key>
<string>HEREISPLACEFORUUID</string>
To string place UUID of your snow partition. get it in disk uttility ( right click to paartiton and select information)

And add this kernel flags to com.apple.boot.plist
Code:
rd=uuid boot-uuid=HEREISPLACEFORUUID
this dosnīt work for me :-(

i have edit
<key>Kernel Flags</key>
<string>rd=uuid boot-uuid=MYUUID</string>

Last edited by billgehts; 08-23-2009 at 08:29 PM.
Reply With Quote