Author Topic: Booting Issue  (Read 2953 times)

0 Members and 1 Guest are viewing this topic.

chrispawl

  • Entrant
  • Posts: 3
Booting Issue
« on: June 22, 2011, 12:31:40 AM »
Hi, I'm having a problem with Chameleon.

Here's how I have my rig setup. On my HDD I have 3 partitions:

1: Win 7
2: Snow Leopard (where chameleon is installed)
3: SL Restore (small SL install if I mess up my other one, I can fix it from here).

Here's the problem. If I try to boot into SL restore, It'll say "can't find legacy-kernal." After that, If I try to boot into Snow Leopard, it'll boot to SL Restore, but I can't run any of my apps (they'll just crash).

I've tried this setup before and it worked, but right now it's doing this, even after reformating my drive and trying it again.

Thanks for any help.

Gringo Vermelho

  • Forum Moderator
  • Posts: 611
  • The gray monster energy hat
Re: Booting Issue
« Reply #1 on: June 22, 2011, 02:15:18 AM »
Set the path to your legacy kernel in your com.apple.Boot.plist.
10.9.5 - ASUS P8Z77-V Pro - i5 3570K - GTX 660 - Chameleon 2.3 svn-r2xxx
How to...
Install Chameleon: http://forum.voodooprojects.org/index.php/topic,649
Make your own Chameleon boot CD: http://forum.voodooprojects.org/index.php/topic,484.msg2131.html#msg2131

chrispawl

  • Entrant
  • Posts: 3
Re: Booting Issue
« Reply #2 on: June 22, 2011, 02:41:31 AM »
Thanks for your reply.

Ok, how? And also, in which partition? The SL or SL Restore?

Gringo Vermelho

  • Forum Moderator
  • Posts: 611
  • The gray monster energy hat
Re: Booting Issue
« Reply #3 on: June 22, 2011, 02:51:39 AM »
Edit the com.apple.Boot.plist in the /Extra folder on the partition where your bootloader is installed. Your kernel is most likely located at the root of your system drive.

Code: [Select]
    <key>Kernel</key>
    <string>mach_kernel</string>

You set the path and kernel name in the kernel string. The example above is from the default com.apple.Boot.plist, where the kernel is named mach_kernel and located at the root of your system drive. This is the default, so the path is not set explicitly.

TBH I don't know how to set the path to the kernel correctly if it's on a different partition than the one you are booting. But I know it's possible. Hopefully someone else will see this thread and post how that works.
« Last Edit: June 22, 2011, 07:18:37 AM by Gringo Vermelho »
10.9.5 - ASUS P8Z77-V Pro - i5 3570K - GTX 660 - Chameleon 2.3 svn-r2xxx
How to...
Install Chameleon: http://forum.voodooprojects.org/index.php/topic,649
Make your own Chameleon boot CD: http://forum.voodooprojects.org/index.php/topic,484.msg2131.html#msg2131

chrispawl

  • Entrant
  • Posts: 3
Re: Booting Issue
« Reply #4 on: June 22, 2011, 06:35:02 AM »
Thanks for the help. That fixed it!