View Single Post
 
Old 11-08-2009, 06:37 PM
virtualdiver virtualdiver is offline
Cheetah
 
Join Date: Nov 2009
Posts: 10
14. add the following code to com.apple.Boot.plist on the X61's partition:

This Noob didn't know where the com.apple.Boot.plist was... after searching, found that it was here:

/Library/Preferences/SystemConfiguration/

I opened up Terminal and entered the commands:

sudo -s

cd /Volumes/Snow\ Leopard/Library/Preferences/SystemConfiguration/

nano com.apple.Boot.plist

Then I copied the code from this tutorial, step 14, and pasted it to the Terminal window between these lines:

<string></string>
(Added lines of code with an indenting TAB at the beginning of each line)
</dict>

Control-X to save the file and exit




* Noob Note: My Install partition was named 'Snow Leopard'… so the path for it is:

/Volumes/Snow\ Leopard/

If your Install partition was 'My Partition' (with a space between 'My' and 'Partition', then your path would be:

/Volumes/My\ Partition/

Last edited by virtualdiver; 11-08-2009 at 06:53 PM.
Reply With Quote