View Single Post
 
Old 08-23-2009, 01:55 AM
slic's Avatar
slic slic is offline
Jaguar
 
Join Date: Aug 2009
Location: Prague, Czech Republic
Posts: 93
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

Last edited by slic; 08-23-2009 at 05:04 AM.
Reply With Quote