![]() |
|
|
|
#1
|
|||
|
|||
|
No, there is no "correct" playlist, it all depends on what boot-loader, kexts, etc you use (so I'd have to "guess" your setup). Do you have chameleon on a USB drive? If you do, just send me a copy of that and your chameleon files (or version at least) and I'll get it going (or at least I'll try). Or you can just use an installer and files I can give you.
AsereBLN's booter is a modified chameleon RC4, which is supposed to have cleaner code (I haven't looked at it thou), has no embedded theme (and therefore should load faster), and has other fixes like restart, UUID and memory detection, etc. If you haven't, you should give it a try. |
|
#2
|
|||
|
|||
|
There is a way to rebuild a new .plist? That's because i have accidentally deleted the original one. At the moment my config is X58 with Chameleon 2 on a first drive. On the second I have X.6.2 but i can boot with the Empire CD inside only. Concerning AsereBLN I have the files, I have no idea to install. I have lizard 0.60 but no way. Thanks
|
|
#3
|
|||
|
|||
|
Are Leopard and Snow leopard are on separate drives or partitions?
|
|
#4
|
|||
|
|||
|
Two separate drive 500
|
|
#5
|
|||
|
|||
|
plist
Adriangb, I have re-write a new com.apple.Boot.plist file, as you can see from the attached file. But at the boot, off course I need some kind of bootloader. How to proceed in order to boot with out the Empire CD? Or: how to install ASERE BLN? I have the 1.1.8 version.
|
|
#6
|
|||
|
|||
|
I think that's my com.apple.boot.plist
. If you need to re-write it "like that one" why not use that one?Download this package http://www.tonymacx86.com/Public/Cha...eBLN-1.1.9.zip and select your snow leopard disk (partition) and install. ATENTION: IF YOU HAVE A OTHER OS (LIKE LEOPARD OR WINDOWS) ON THAT DRIVE IT WILL BE MODIFIED AND YOU PROBABLY WONT BE ABLE TO BOOT IT! Then put a "good" DSDT in and the right kexts and your ready to go! |
|
#7
|
|||
|
|||
|
Hi adrian,
now I have a new interesting situation. After soo many try, i have bee able to boot my X.6.2 using chameleon rc4. But only if at the boot I promt: cpus=1 busratio=20 arch=i386. The boot process is very speedy, about 8-10 seconds. Off course I have only one core enabled, but I have: - full working bluetooth (USB) - full working airport extreme WiFi (Dlink 547) - full working Nvidia 9500 GT - monitor recognised (Eizo CG19) And finally.. sleep just work! Now, I have to understand so many things that maybe is too much for me, but I hope to learn a bit this setup. Adriangb, now I surely try to install AsereBLN 1.1.9, and I let you know. |
|
#8
|
|||
|
|||
|
cpus=1 busratio=20 has a very easy DSDT fix.
If you don't want to mess with DSDT, you can use mine or use DSDTSE. All you have to do is transform Scope (_PR) into something like this: Scope (_PR) { Processor (P001, 0x01, 0x00000810, 0x06) {} Processor (P002, 0x02, 0x00000000, 0x00) {} Processor (P003, 0x03, 0x00000000, 0x00) {} Processor (P004, 0x04, 0x00000000, 0x00) {} Processor (P005, 0x05, 0x00000000, 0x00) {} Processor (P006, 0x06, 0x00000000, 0x00) {} Processor (P007, 0x07, 0x00000000, 0x00) {} Processor (P008, 0x08, 0x00000000, 0x00) {} } All you have to do is delete all the lines that start with "Alias" in that section. Ex: "Alias (P002, CPU2)" If there are other lines: Processor (P010, 0x0A, 0x00000000, 0x00) {} Processor (P011, 0x0B, 0x00000000, 0x00) {} Processor (P012, 0x0C, 0x00000000, 0x00) {} Processor (P013, 0x0D, 0x00000000, 0x00) {} Processor (P014, 0x0E, 0x00000000, 0x00) {} Processor (P015, 0x0F, 0x00000000, 0x00) {} Processor (P016, 0x10, 0x00000000, 0x00) {} Leave them there. If you want to delete them, it should be harmless but I'd leave it like this: Code:
Scope (_PR)
{
Processor (P001, 0x01, 0x00000810, 0x06) {}
Processor (P002, 0x02, 0x00000000, 0x00) {}
Processor (P003, 0x03, 0x00000000, 0x00) {}
Processor (P004, 0x04, 0x00000000, 0x00) {}
Processor (P005, 0x05, 0x00000000, 0x00) {}
Processor (P006, 0x06, 0x00000000, 0x00) {}
Processor (P007, 0x07, 0x00000000, 0x00) {}
Processor (P008, 0x08, 0x00000000, 0x00) {}
Processor (P009, 0x09, 0x00000000, 0x00) {}
Processor (P010, 0x0A, 0x00000000, 0x00) {}
Processor (P011, 0x0B, 0x00000000, 0x00) {}
Processor (P012, 0x0C, 0x00000000, 0x00) {}
Processor (P013, 0x0D, 0x00000000, 0x00) {}
Processor (P014, 0x0E, 0x00000000, 0x00) {}
Processor (P015, 0x0F, 0x00000000, 0x00) {}
Processor (P016, 0x10, 0x00000000, 0x00) {}
}
|
|
#9
|
|||
|
|||
|
Ok, about DSDT I have your with out CPU alias.
Now, after Asere BLN119 install, I have the same situation as before. I post the picture, maybe you understand better than me.. |
|
#10
|
|||
|
|||
|
Ok, I've heard of that error with aserebln's booter.
Did you get that before with Chameleon RC4 or is it new? What kexts are you using? |