Jump to content
7 posts in this topic

Recommended Posts

Hey all!

I got OSX 10.4.6 installed finally but I have enocuntered one problem. I am trying to do a dual boot setup with windows' boot loader using the chain0 file. I copied the chain0 file from my install dvd and pointed the boot loader in the right direction (C:\chain0="Mac OSX86") and when i start my box, the entry appears, but when I try to initialize it, the screen goes black for half a second and goes back to the boot loader, so my only option is windows. I tried to look for a local chain0 file (\usr\standalone\I386) but I cannot find it. Isnt there supposed to be a chain0 file on my hard disk?

 

BTW, I used the Acronis method in the tutorial forum. I can use the Acronis OS Selector but I would rather not because its terribly slow and not worth it.

Link to comment
https://www.insanelymac.com/forum/topic/26189-no-chain0-file/
Share on other sites

common problem,

 

1. get & install MacDrive in windows.

2. reboot

3. find com.apple.Boot.plist on the mac partition using search

 

4. Open the file with wordpad

 

add these lines to the file:

 

<key>Timeout</key>
<string>8</string>

 

so the full file looks like this:

 

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">

<plist version="1.0">

<dict>

<key>Kernel</key>

<string>mach_kernel</string>

<key>Kernel Flags</key>

<string></string>

<key>Timeout</key>

<string>8</string>

<key>Boot Graphics</key>

<string>Yes</string>

</dict>

</plist>

5. Save

6. Reboot

7. select OSX in the boot.ini menu

8. select the proper partition where osx resides in the darwin boot loader & hit enter..

9 enjoy..

 

cheers!

:D

osxG

  • 3 weeks later...
×
×
  • Create New...