InfiniteMac OSx86  


Reply
 
Thread tools Display modes
  #1  
Old 03-23-2010, 12:12 AM
adriangb adriangb is offline
Jaguar
 
Join Date: Jan 2010
Posts: 95
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.
Reply With Quote
  #2  
Old 03-23-2010, 09:05 AM
joeboxer joeboxer is offline
Jaguar
 
Join Date: Nov 2009
Posts: 42
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
Reply With Quote
  #3  
Old 03-23-2010, 12:51 PM
adriangb adriangb is offline
Jaguar
 
Join Date: Jan 2010
Posts: 95
Are Leopard and Snow leopard are on separate drives or partitions?
Reply With Quote
  #4  
Old 03-23-2010, 03:57 PM
joeboxer joeboxer is offline
Jaguar
 
Join Date: Nov 2009
Posts: 42
Two separate drive 500
Reply With Quote
  #5  
Old 03-23-2010, 06:42 PM
joeboxer joeboxer is offline
Jaguar
 
Join Date: Nov 2009
Posts: 42
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.
Attached Files
File Type: zip com.apple.Boot.plist.zip (931 Bytes, 19 views)
Reply With Quote
  #6  
Old 03-24-2010, 01:10 AM
adriangb adriangb is offline
Jaguar
 
Join Date: Jan 2010
Posts: 95
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!
Reply With Quote
  #7  
Old 03-24-2010, 04:17 PM
joeboxer joeboxer is offline
Jaguar
 
Join Date: Nov 2009
Posts: 42
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.
Reply With Quote
  #8  
Old 03-24-2010, 04:35 PM
adriangb adriangb is offline
Jaguar
 
Join Date: Jan 2010
Posts: 95
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) {}
}
Reply With Quote
  #9  
Old 03-24-2010, 04:45 PM
joeboxer joeboxer is offline
Jaguar
 
Join Date: Nov 2009
Posts: 42
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..
Attached Images
File Type: jpg photo.jpg (131.1 KB, 7 views)
Reply With Quote
  #10  
Old 03-24-2010, 05:10 PM
adriangb adriangb is offline
Jaguar
 
Join Date: Jan 2010
Posts: 95
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?
Reply With Quote
Reply