Freaky Chokra Posted May 7, 2010 Share Posted May 7, 2010 Hah! Instead of Chameleon, this would become some "Aardvark" discussion altogether. Sssshhhhh..... Cool it guys. Regards, Freaky Chokra :pirate2: Link to comment Share on other sites More sharing options...
Fearlessleader Posted May 8, 2010 Share Posted May 8, 2010 Hi I hope someone could give me a few tips here please? I just finished installing OSX 10.6.2 The system is stable but I am really a bit lost using Chameleon as I was using Asere's booter and find my self clueless setting up the new RC5 Could someone tell me where this package installed the SMbios.plist? I need to set the machine type to 3.1 and correct my memory type since auto detection don't seem to work. I want to move it to E/E where it belongs so I can find it to edit in the future. My Profiler is showing up all wrong Hardware Overview: Model Name: iMac <-- This should be Mac Pro Model Identifier: iMac8,1 <----- This needs to be set to 3.1 Processor Name: Intel Core 2 Duo Processor Speed: 3.17 GHz Number Of Processors: 1 Total Number Of Cores: 2 L2 Cache: 6 MB Memory: 4 GB Bus Speed: 1.33 GHz Boot ROM Version: IM81.00C1.B00 SMC Version (system): 1.37f3 Serial Number (system): SOMESRLNMBR <--- I am pretty sure this can't be right how do I fix this? Hardware UUID: 149C696F-DB57-593D-8231-481F4718017D My memory section is all wrong too. Memory Slots: ECC: Disabled Bank0/1/A0: Size: 2 GB Type: DDR2 SDRAM Speed: 667 MHz Status: OK Manufacturer: N/A Part Number: N/A Serial Number: N/A Bank2/3/A1: Size: Empty Type: Empty Speed: Empty Status: Empty Manufacturer: Empty Part Number: Empty Serial Number: Empty Bank4/5/A2: Size: 2 GB Type: DDR2 SDRAM Speed: 667 MHz Status: OK Manufacturer: N/A Part Number: N/A Serial Number: N/A Bank6/7/A3: Size: Empty Type: Empty Speed: Empty Status: Empty Manufacturer: Empty Part Number: Empty Serial Number: Empty It should be DDR3. If I could find the SMbios.plist it sure would be a great start. Here is my Apple.boot.plist. Do I need to change something here to get the machine type or the memory detection working? <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Default Partition</key> <string>hd(0,2)</string> <key>Graphics Mode</key> <string>1280x1024x32</string> <key>Kernel</key> <string>mach_kernel</string> <key>Kernel Flags</key> <string>cpus=1 cpus=2 arch=X86_64</string> <key>RestartFix</key> <string>No</string> <key>SystemType</key> <string>3</string> <key>Theme</key> <string>Default</string> <key>Timeout</key> <string>4</string> <key>device-properties</key> <string>6e0200000100000001000000620200000d00000002010c00d041030a010000000101060000010 101060000007fff04001e00000072006f006d002d007200650076006900730069006f006e0000002f 0000006e5669646961204765466f726365203838303020475453204f70656e474c20456e67696e652 05b4546495d22000000400030002c006400650076006900630065005f00740079007000650000000b 000000646973706c6179100000004e00560043004100500000001800000004000000000003000c000 00000000007000000000e0000006e0061006d00650000000b000000646973706c6179140000004000 30002c006e0061006d0065000000120000004e5644412c446973706c61792d41100000006d006f006 40065006c0000001b0000006e5669646961204765466f7263652038383030204754530e0000004e00 560050004d00000020000000010000000000000000000000000000000000000000000000000000001 4000000400031002c006e0061006d0065000000120000004e5644412c446973706c61792d42200000 00400031002c0063006f006d00700061007400690062006c00650000000e0000004e5644412c4e564 d6163220000005600520041004d002c0074006f00740061006c00730069007a006500000008000000 0000002820000000400030002c0063006f006d00700061007400690062006c00650000000e0000004 e5644412c4e564d616322000000400031002c006400650076006900630065005f0074007900700065 0000000b000000646973706c61791c0000006400650076006900630065005f0074007900700065000 0000f0000004e5644412c506172656e74</string> </dict> </plist> So far restart & shut down works Sleep works wake works Sound works Ethernet works Graphics is working with Q/E Kext used in E/E Fakesmc IOAHCIBlockStorageInjector LegacyHDA GA-Ep45t-UD3LR 4gb TR3X4G1600CD8 DDR3 Corsair 8800GTS 640Mb E8500 WD Black 500gb Chameleon RC5pre8 - Rekursor installer Carti Mac edition bios 7m Please help this would be be almost perfect if I could get this stuff right Link to comment Share on other sites More sharing options...
valv Posted May 8, 2010 Share Posted May 8, 2010 Do u remember what u ticked at the installer (standard, efi hfs, efi fat) ? If u don't have a folder called "Extra" on the root of osx drive, then u probably installed on an EFI partition. to access it, open a terminal type sudo -s, type in your password, then type this mkdir /Volumes/EFI; mount_hfs /dev/disk0s1 /Volumes/EFI then killall Finder. when finished editing do not forget to unmout the partition with this umount -f /Volumes/EFI; rm -rf /Volumes/EFI Done. Link to comment Share on other sites More sharing options...
Fearlessleader Posted May 8, 2010 Share Posted May 8, 2010 Do u remember what u ticked at the installer (standard, efi hfs, efi fat) ? If u don't have a folder called "Extra" on the root of osx drive, then u probably installed on an EFI partition. to access it, open a terminal type sudo -s, type in your password, then type this mkdir /Volumes/EFI; mount_hfs /dev/disk0s1 /Volumes/EFI then killall Finder. when finished editing do not forget to unmout the partition with this umount -f /Volumes/EFI; rm -rf /Volumes/EFIDone. I have a Extra folder and a extensions in the root of my OSX snow install drive like it should be. That is the same folder I put my 3 kext I used and the themes folder as well. When I installed this I just selected my OSX install drive like I always do. Link to comment Share on other sites More sharing options...
MacUser2525 Posted May 8, 2010 Share Posted May 8, 2010 Could someone tell me where this package installed the SMbios.plist? I have a Extra folder and a extensions in the root of my OSX snow install drive like it should be. That is the same folder I put my 3 kext I used and the themes folder as well. When I installed this I just selected my OSX install drive like I always do. The smbios.plist should be in your /Extra since you have one you only need to add it, below is my file you would need to modify for your install. Changing the bus, memory and max clock speeds plus I would imagine the memory type from the 19 for ddr2 to possibly 20 for ddr3 not sure on that though you would need to check for correct number for the ddr3. I doubt that the iMac is going to change in the display as that needs to be set on original install as far as I can tell. It will change the iMac8,1 to MacPro3,1 as this is what I did with my spare machine to get the speedstep working on it. MacUser2525s-Mac-Pro:~ MacUser2525$ cat /Extra/smbios.plist <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>SMbiosversion</key> <string>MP31.88Z.00C1.B00.0802091544</string> <key>SMmanufacter</key> <string>Apple Inc.</string> <key>SMproductname</key> <string>MacPro3,1</string> <key>SMsystemversion</key> <string>1.0</string> <key>SMserial</key> <string>W87234JHYA4</string> <key>SMexternalclock</key> <string>350</string> <key>SMmaximalclock</key> <string>3150</string> <key>SMmemtype</key> <string>19</string> <key>SMmemspeed</key> <string>700</string> <key>SMmemmanufacter_1</key> <string>0xAD00000000000000</string> <key>SMmemserial_1</key> <string>0x00001020</string> <key>SMmempart_1</key> <string>0x48594D503131325336344350362D59352020</string> <key>SMmemmanufacter_2</key> <string>0xAD00000000000000</string> <key>SMmemserial_2</key> <string>0x00003021</string> <key>SMmempart_2</key> <string>0x48594D503131325336344350362D59352020</string> <key>SMmemmanufacter_3</key> <string>0xAD00000000000000</string> <key>SMmemserial_3</key> <string>0x00003021</string> <key>SMmempart_3</key> <string>0x48594D503131325336344350362D59352020</string> <key>SMmemmanufacter_4</key> <string>0xAD00000000000000</string> <key>SMmemserial_4</key> <string>0x00003021</string> <key>SMmempart_4</key> <string>0x48594D503131325336344350362D59352020</string> </dict> </plist> Link to comment Share on other sites More sharing options...
Fearlessleader Posted May 9, 2010 Share Posted May 9, 2010 Ok I got the Smbios thing right now. I left out the value for the SMmaximalclock and it auto detected the proper cpu speed like it should. This looks better Hardware Overview: Model Name: Mac Pro Model Identifier: MacPro3,1 Processor Name: Intel Core 2 Duo Processor Speed: 3.17 GHz Number Of Processors: 1 Total Number Of Cores: 2 L2 Cache: 6 MB Memory: 4 GB Bus Speed: 1.33 GHz Boot ROM Version: MP31.00C1.B00 SMC Version (system): 1.37f3 Serial Number (system): W87234JHYA4 Hardware UUID: 149C696F-DB57-593D-8231-481F4718017D Thanks for the help This is a great combo using The Rc5 Pre8 and the Cartri Mac edition bios this was by far the easiest install. All I needed for this was [url="http://www.insanelymac.com/forum/topic/279450-why-insanelymac-does-not-support-tonymacx86/"]#####[/url] Retail 10.6.0 snow Comb update 10.6.2 Chameleon Rc5 pre8 installer and 3 kext I listed in my post and so far everything work like a charm. Nuke'in that DSDT file was the best thing since white bread. I miss Asers booter because it had such great auto detection. Is Chameleon getting any closer to getting the memory detection stuff working? Would there be a better RC5 Pre version I could have used? I would also say the the machine has much better overall performance, Boot times was cut to about 1/3 the time and shut down is much faster now as well. Thanks to the Chameleon & Cartri this install was a pleasure Link to comment Share on other sites More sharing options...
blackosx Posted May 11, 2010 Share Posted May 11, 2010 After the brainstorming of ideas, discussion, and debate that took place earlier in this thread, I often wonder where everybody went? Rekursor, Asere, Master Chief... Did they get together and disappear underground to work on a new collaborative project? or is that just my mind working overtime? Lol Link to comment Share on other sites More sharing options...
bs0d Posted May 11, 2010 Share Posted May 11, 2010 not only your mind Link to comment Share on other sites More sharing options...
Fearlessleader Posted May 11, 2010 Share Posted May 11, 2010 After the brainstorming of ideas, discussion, and debate that took place earlier in this thread, I often wonder where everybody went? Rekursor, Asere, Master Chief... Did they get together and disappear underground to work on a new collaborative project? or is that just my mind working overtime? Lol Well I am a member over in the EFI-X users forum where Asere was hanging out doing DSDT. and his booter project and one day he just disappeared like he was taken by aliens during the night. The buzz was he was having some sort of a legal dispute. I don't know with who or why though. They even locked his DSDT thread. Maybe the Apple police got him or something. It hard to believe a guy as active as Asere would just disappear like that unless something happend. I did not Know Master Chief and Rekursor went missing as well. These are some very big names in the OSX86 Project HAY BlackOSX now maybe you should be looking over your shoulder too *LOL* With all these big names going AWOL. I can tell you one thing I wish they all would resurface. I was a big fan of there work and tey are missed for sure. APPLE POLICE I TELL YA Or the Aliens MAybe should have a poll *LOL* Link to comment Share on other sites More sharing options...
THe KiNG Posted May 12, 2010 Share Posted May 12, 2010 After the brainstorming of ideas, discussion, and debate that took place earlier in this thread, I often wonder where everybody went? Rekursor, Asere, Master Chief... Did they get together and disappear underground to work on a new collaborative project? or is that just my mind working overtime? Lol IMHO is hard to see such a "mix" working together... But indeed they disappear like others who "smoked" the voodoo magic... Link to comment Share on other sites More sharing options...
Smith@@™ Posted May 12, 2010 Share Posted May 12, 2010 Hey, the king, hi, about my previous post on built-in 00 or non biult-in 00? I corrected, but a confirmation from you would be welcome Thanks ... Link to comment Share on other sites More sharing options...
THe KiNG Posted May 13, 2010 Share Posted May 13, 2010 What is soldered on board should get the built in property automate, if not you should add it, but only in case it dosen't show up, else is just a waste of code/space... Built in + _SUN is a non go and illogical... Hope this clear things for you. Link to comment Share on other sites More sharing options...
Smith@@™ Posted May 13, 2010 Share Posted May 13, 2010 More and less King,, my english,,, listen hence my corrections are wrong? sun only for vga pcie and pci wireless with built-in 01 only built-in 00 for two soldered lan how should i correct? Thanks, (if this is wrong) Edit: wait, the two soldered lan are show in Ethernet also without obviously built-in 00, hence you say me that i can delete the code: bult-in 00? Right? Ok, but that code don't produce nothing of wrong for me.. you say for the space? Built in + _SUN is a non go and illogical... Built-in 00 +SUN? Or also built-in 01 + SUN is no logical? Edit2: for pci i don't understand if bult-in 01 or sun or both are right.. Who say a thing, who say another thing etc etc, the sun now is only on pci device, vga and airport, + bult-in 01 this is right? Or i should use only sun without built-in 01? These aren't, in your opinion, superficial problems? I would say, consider that everything works perfectly Definitively, what are the right combinations? Link to comment Share on other sites More sharing options...
THe KiNG Posted May 13, 2010 Share Posted May 13, 2010 Off, There is no built-in 01, that is also wrong, really dunno who had that brilliant idea, apple use only 00 Link to comment Share on other sites More sharing options...
Smith@@™ Posted May 13, 2010 Share Posted May 13, 2010 Off, There is no built-in 01, that is also wrong, really dunno who had that brilliant idea, apple use only 00 Oh, finally;) many wrong by using built-in 01, and are in many! So far I was not able to find exact confirmation, finally. Hence only built-in 00 and sun only for pci. I hope that now everything is correct. Thanks Edit: What is soldered on my board (the 2 lan i talk) get the built in property automate, so i delete the built-in code from they. I add the built-in 00 only for pci airport. The sun obviously is only for this last Edit: I have remove all built-in from code for pci and onboard(lan etcetc) and all works amazing the same. Link to comment Share on other sites More sharing options...
blackosx Posted May 14, 2010 Share Posted May 14, 2010 Well I am a member over in the EFI-X users forum where Asere was hanging out doing DSDT. Yeah, I've seen you in there. I keep my eye on that forum The buzz was he was having some sort of a legal dispute. I don't know with who or why though. They even locked his DSDT thread. Maybe the Apple police got him or something. It hard to believe a guy as active as Asere would just disappear like that unless something happend. Thanks for the info. I hope that's not the case. HAY BlackOSX now maybe you should be looking over your shoulder too *LOL* With all these big names going AWOL. ROFL.. thanks. I'm flattered you even put me in the same bracket, but I only dream of possessing their skills. I just read a lot. But indeed they disappear like others who "smoked" the voodoo magic... "smoked" the voodoo magic.. Ha ha.. That's a good one.... I like that phrase Link to comment Share on other sites More sharing options...
a2h Posted May 29, 2010 Share Posted May 29, 2010 I'm new to hackintoshing, so please excuse me if I come off as stupid. Anyway, I'm interested in installing Chameleon RC5, from what I can see, I've found an installer for an older pre version, and that the trunk versions are stable enough for ordinary use according to some. Any recommendations on what I do, and whether I should install RC4 instead and not worry about RC5? I remember reading somewhere that RC5 would have some feature related to multibooting that would be quite useful, and I've also seen that RC5 has a prefpane. Link to comment Share on other sites More sharing options...
atlee Posted May 29, 2010 Share Posted May 29, 2010 Pre 18, r112 works and boots fine but does not detect memory modules properly so i now have to place my smbios file back into /Extra folder. I'm using DDR3 1600Mhz Shows as DDR2 800Mhz Link to comment Share on other sites More sharing options...
drule Posted May 30, 2010 Share Posted May 30, 2010 Thanks for the info. I hope that's not the case. Locking of the thread was done by the admins only because he hadn't been on the forum in a while, they said they'd unlock it if re-appeared and requested them to do so - no legal issues at all. Link to comment Share on other sites More sharing options...
Master Chief Posted May 31, 2010 Share Posted May 31, 2010 News flash: Not missing. I just got a new boat and we decided to go out and sail for a couple of months... No worries!!! Link to comment Share on other sites More sharing options...
blackosx Posted May 31, 2010 Share Posted May 31, 2010 He's Alive!.. Good to hear you are still around Master Chief. I just got a new boat and we decided to go out and sail for a couple of months... Wow. That sound exciting, enjoy your trip. My sea legs are non-existent leaving me feeling sick at the slightest wave. Link to comment Share on other sites More sharing options...
digital_dreamer Posted May 31, 2010 Share Posted May 31, 2010 News flash: Not missing. I just got a new boat and we decided to go out and sail for a couple of months... No worries!!! Ah ha! Okay, so we officially don't feel sorry for you. Questions: Did Apple buy this boat for you? Is the rest of the Chameleon team with you? Enjoy the trip and think of us now and then, like once a month or so. MAJ Link to comment Share on other sites More sharing options...
FKA Posted June 1, 2010 Share Posted June 1, 2010 News flash: Not missing. I just got a new boat and we decided to go out and sail for a couple of months... No worries!!! whatever floats your boat ! I'd be lying if I said I wasn't jealious - enjoy! Link to comment Share on other sites More sharing options...
Freaky Chokra Posted June 1, 2010 Share Posted June 1, 2010 News flash: Not missing. I just got a new boat and we decided to go out and sail for a couple of months... No worries!!! Hi MasterChief! Guess, your 'Situation' reminds me of the Brit movie "The Boat That Rocked".... Needn't Say More, Now Do We! Regards, Freaky Chokra Link to comment Share on other sites More sharing options...
shortman1984 Posted June 10, 2010 Share Posted June 10, 2010 woo hooo the new pre release fixed my memory issue...now showing 1333 mhz ddr3 Link to comment Share on other sites More sharing options...
Recommended Posts