3 Simple Ways to
Share What You Make

With Instructables you can share what you make with the world — and tap into an ever-growing community of creative experts.

PhotosPhotos

Share one or more photos of a project, recipe, or whatever you've made, quickly and easily.

Step by StepStep-By-Step

Share your step-by-step photos with text instructions of what you made so others can do it too!

VideoVideo

Share your how-to video. You'll need your embed code from a video site such as YouTube.

Installing Hackintosh/OSx86 10.4.8 on your PC!

Step 7Edit the Bootloader

Edit the Bootloader
Go to (while in os x) your mac partition, applications, utilities, terminal.
paste "sudo nano /Library/Preferences/SystemConfiguration/com.apple.Boot.plist" (without quotes)

enter your password, it will be hidden.

add these four lines if they do not already exist

<key>Quiet Boot</key>
<string>No</string>
<key>Timeout</key>
<string>7</string>

the file should now read:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple$
<plist version="1.0">
<dict>
<key>Kernel</key>
<string>mach_kernel</string>
<key>Kernel Flags</key>
<string></string>
<key>Boot Graphics</key>
<string>Yes</string>
<key>Quiet Boot</key>
<string>No</string>
<key>Timeout</key>
<string>7</string>
</dict>
</plist>

press ctrl+o to save and ctrl+x to exit.

Now when you start you will be present with a list of your operating systems. Just select what you want to boot.

« Previous StepDownload PDFView All StepsNext Step »

Pro

Get More Out of Instructables

Already have an Account?

close

All Steps Viewing
View all steps of an Instructable on the same page when you're a Pro Member.

Upgrade to Pro today!
4
Followers
2
Author:Xap