![]() |
#71
|
|||
|
|||
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
|
#72
|
|||
|
|||
Are Leopard and Snow leopard are on separate drives or partitions?
|
#73
|
|||
|
|||
Two separate drive 500
|
#74
|
|||
|
|||
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.
|
#75
|
|||
|
|||
I think that's my com.apple.boot.plist
![]() 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! |
#76
|
|||
|
|||
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. |
#77
|
|||
|
|||
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) {} } |
#78
|
|||
|
|||
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.. |
#79
|
|||
|
|||
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? |
#80
|
|||
|
|||
I get that error with all asereBLN boot-loaders, but chameleon.
About kext I have only the 4 kext you suggest. In order to boot without prompt cpus=1 ecc.. can I put some text in the boot.plist? Thanks 💡 Deploy cloud instances seamlessly on DigitalOcean. Free credits ($100) for InfMac readers. |