![]() |
Problem booting 32bit kernel
1 Attachment(s)
Hello everybody!
My system boots the 64bit kernel by default. My com.apple.Boot.plist was allready edited like this: (see attached link) Am am using Chameleon 2.0 RC3 and Snow Leopard 10.6.1. Does anybody know what is the problem? I also would lilke to know, if somebody knows a solution, how to tell Chameleon to automatically boot my HD, when I don't use dual boot with windows. The problem is, that I have to hit Enter every time Chameleon starts. Thank you very much! ;-) |
Quote:
|
Hi!
On my other computer I have dual boot and chameleon boot automatically, without problems. But on this one I don't have any Windows installed, only OS X. Think that is the problem, isn't it? |
maybe 2 is too low of a timeout, try 5?
<key>Timeout</key> <string>5</string> <key>Kernel Flags</key> <string>-x32 arch=i386</string> |
Just ascertained, that the order of your strokes is a little bit different of mine.
Your Timeout strokes are above your kerlen strokes. In my plist it looks like this: Code:
<?xml version="1.0" encoding="UTF-8"?> Could you please show me how your code looks like? |
you don't have -x32
Code:
|
You have much more information in your plist. Do you know if I just can take this one for my HackBook?
Also the string with the graphics is very interesting. I don't have such a big resolution. Is it possible to get it just like that? |
1 Attachment(s)
That graphics string is built only for my specific graphics card. You would have to make an efi specific to your card. http://www.kexts.com/view/91-efi_studio..html
you would not be making a graphics efi if you are using a graphics injector (natit, nvenabler, so forth) Besides that, the default partition specified is probably different then yours the name of the kernel specified is probably different then yours (you could rename your kernel to mach_legacy so that it doesn't get overwritten when using software update). Ignore this if you use vanilla kernel and the resolution would need to be changed to what your monitor supports, like you said |
Quote:
Thank you very much! |