PDA

View Full Version : MSI GX701X Troubles PLS HELP


Meteleskum
12-28-2008, 07:02 PM
Hi all,
at first sry for my bad english. I really need to help. I dwnld iDeneb 1.3 10.5.5 and install it. After install i have still message Package 0 didn't install on HPET (look for a lot forums and troubles and can set enable HPET in bios cause i don't have it in BIOS). ASCPI is turned on enabled and speedstep is enabled too. That's all what i can do at the bios.

Pls HELP my notebook is http://global.msi.com.tw/index.php?func=pr...mp;prod_no=1516 MSI GX701X.

What i have to install (means kernel etc.) or set ?

THX A LOT FOR HELP.

lanceomni
12-29-2008, 03:14 PM
These threads, listed at the bottom, talk about the error message your getting. Most say removing AppleIntelCPUPowerManagement.kext & extension cache fixed their problem. You can try removing these by using the boot-flag -s and then running the following commands:
fsck -fy
mount -uw /
rm -R /System/Library/Extensions/AppleIntelCPUPowerManagement.kext
rm -R /System/Library/Extensions.mkext
rm -R /System/Library/Extensions.kextcacheWhen you reboot use the boot-flags -v -f -F
You may not have Extensions.kextcache but this is not a problem.

Post # 1 http://forum.insanelymac.com/index.php?showtopic=74394 (http://forum.insanelymac.com/index.php?showtopic=74394)
Post # 2 http://forum.osx86scene.com/viewtopic.php?f=3&t=2216&start=0&st=0&sk=t&sd=a (http://forum.osx86scene.com/viewtopic.php?f=3&t=2216&start=0&st=0&sk=t&sd=a)

Also shoot us your system specs or add them to your signature.

Meteleskum
12-30-2008, 07:40 PM
ok

MSI GX701X-088cz

Intel Core 2 Duo T5750 2,00GHz
Nvidia 9600m GT
3 GB RAM 667MHz
WD 250HDD

I tried your help but... type -s and when i come to /root/"whatever" (means start type in command prompt) the HPET starts call troubles again and don't stop. After this block command prompt and i can't write anything. Just restart. And if i would like to do from TERMINAL at DVD, the "the folder doesn't exist". Understand (sry my bad english).
THX a LOT LOT LOT for help

nfoav8or
12-30-2008, 08:04 PM
... And if i would like to do from TERMINAL at DVD, the "the folder doesn't exist".

make sure you are removing from the proper place. Because you are using the DVD to boot, if you point to "/System/Library/Extensions/" it will assume you are talking about the DVD's root structure.. point it to your hard drives volume... for the following I will use "MacHD" as the name of your hard drive (just change accordingly) and assume you are booting from your DVD and running Terminal:

cd /Volumes/MacHD/System/Library/
rm -Rf Extensions/AppleIntelCPUPowerManagement.kext
rm -Rf Extensions.* <don't forget the period here!>

using the asterisk we are telling the system to look for any file extension here with Extensions as the prefix so this will cover all the mkext and kextcache files mentioned above.

now reboot into your system and it should work normally. (but still boot with "-v" anyways so you can see that your hardware is being recognized and if any more hiccups emerge.