InfiniteMac OSx86  


Reply
 
Thread tools Display modes
  #1  
Old 12-28-2008, 07:02 PM
Meteleskum Meteleskum is offline
Cheetah
 
Join Date: Dec 2008
Posts: 2
Red face MSI GX701X Troubles PLS HELP

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?f...p;prod_no=1516 MSI GX701X.

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

THX A LOT FOR HELP.
Reply With Quote
  #2  
Old 12-29-2008, 03:14 PM
lanceomni's Avatar
lanceomni lanceomni is offline
 
Join Date: Nov 2008
Location: Florida, US
Posts: 521
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:
Code:
fsck -fy
mount -uw /
rm -R /System/Library/Extensions/AppleIntelCPUPowerManagement.kext
rm -R /System/Library/Extensions.mkext
rm -R /System/Library/Extensions.kextcache
When 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
Post # 2 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.

MOBO: Z77MX-QUO-AOS CPU: Core i7 3770K GPU: MSI N760 TF 2GD5/OC Case: Modded MacPro2,1
Memory: 32GB Corsair Vengeance (CMY32GX3M4A1600C9) Wifi: Airport Extreme bcm94321MCA BIOS: HermitCrab Labs H3A.816M
Monitor: AOC Q2963Pm 29" WFHD 2560x1080 21:9
Interests: KDE on Apple Darwin, Keeping it real with the command line, Helping those that help themselves
Reply With Quote
  #3  
Old 12-30-2008, 07:40 PM
Meteleskum Meteleskum is offline
Cheetah
 
Join Date: Dec 2008
Posts: 2
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
Reply With Quote
  #4  
Old 12-30-2008, 08:04 PM
nfoav8or's Avatar
nfoav8or nfoav8or is offline
 
Join Date: Jan 2008
Location: WA, USA
Posts: 933
Quote:
Originally Posted by Meteleskum View Post
... 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:

Code:
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.



💡 Deploy cloud instances seamlessly on DigitalOcean. Free credits ($100) for InfMac readers.


Reply With Quote
Reply