![]() |
Snow doesnt need an AppleCPUPowerManagement disabler anymore?
I redid a test install of SnowLeo and I didnt put any disabler kext and it booted and everything seems to be working without any extra disabler (only FakeSMC v2, OpenHaltRestart and PlatformUUID and VoodooPS2, boot is netkas pcefi 10.3).
The mobo is an AsRock P45TS, its DSDT its pretty standard, meaning it would need a patch to run vanilla AppleCPU kext I think: CPU: Code:
DefinitionBlock ("dsdt.aml", "DSDT", 1, "AS148", "AS148142", 0x00000142) Code:
Device (HPET) Code:
Device (RTC0) Code:
Sep 28 04:59:54 localhost kernel[0]: AppleIntelCPUPowerManagement: Enabling legacy HPET check On the other hand I get these 2 messages I didnt see with Leopard before (most likely not related but...): Code:
Sep 28 04:59:54 localhost kernel[0]: RTC: Only single RAM bank (128 bytes) Could it be something changed in AppleIntelCPUPowerManagement or am I missing something? I'm pretty sure I'm not using any disabler from other folders nor using a patched DSDT without knowing it... |
I need a patched BIOS or manually edited DSDT.aml to run Leopard. Disabling AppleIntelCPUPowerManagement and adding voodoopower to have speedstep.
But on Snow leopard only Fakesmc and voodoohda are required to have all fully working. No KPs and speedstep is working OOB. i get the same messages as you at boot I see no use for PlatformUUID.kext as nothing seems to change. |
Do you have similar hardware? (P45/ICH10+Core 2 Duo).
I found it kinda amusing that Snow seems easier to install and run on compatible machine, If it werent for PS2 and restart problems we would be running it with just FakeSMC or DSMOS... The PlatformUUID should help if you have troubles with your network being seen as built-in or error 35 messages in the log when booting, if you dont have those you wouldnt need that either. (You have to put the right UUID in the kext plist though, not the UUID of the partition as many guides seem to suggest, but an UUID built with your primary network card's MAC address) |
I see, I did not change the plist, but i have no such errors so I guess I'm good.
I do have similar hardware. I have an ASRock P45XE (ICH10) with a C2Q Q8200 and a 9800GT |
Quote:
I found this: 00 26 18 3a eb 08, how must I put on .plist? Thanks |
If you take original superhai's PlatformUUID from here, you can see in its plist:
Code:
<key>PlatformUUID</key> Code:
<key>PlatformUUID</key> |
Thanks a lot, I'll try it. ;)
|
works!!! thanks a lot :)
|