Thanks so much for your quick response. I'll try this right away!

------------------------------------------------------------------------------------------------------------------------------------
Ok, I started from the very beginning, following every step of the guide, except for this time I copied an AppleHPET Disabler.kext into /Volumes/EFI/Extensions.
I got the .kext here:
http://www.insanelymac.com/forum/index.php...t&p=1020004Following the instructions from that post, I booted with -f, and still, I got the kernel panic screen. I changed the integer value, as the guy recommended, to 1000, and I'm going to try again.
I looked around in my BIOS, and I couldn't find anything allowing for the enabling or disabling of HPET. I'll triple check, but I didn't see it. My motherboard is a Gigabyte EP45-UD3R, if that's any help.
------------------------------------------------------------------------------------------------------------------------------------
I checked my again BIOS, and there's nothing pertaining to HPET there.
I noticed that the screen received after -v -f also listed part of the error message had to do with my CPU being configured incorrectly and the AppleIntelCPUPowerManagement.kext, so I copied a AppleIntelCPUPowerManagement disabler into /Volumes/EFI/Extensions as well, but I still get the kernel panic. Both of the Disabler .kexts that I downloaded had were named Disabler.kext, so I renamed the AppleIntelCPUPowerManagement one Disabler2.kext.
I found that disabler here (from the poster "3D mn") :
http://www.insanelymac.com/forum/lofiversi...hp/t132581.htmlI also realized that I hadn't updated the boot cache after installing these last two disablers, so I re-copied them and this time made sure to do:
CODE
cd /Volumes/EFI
./update.sh
But this didn't fix the problem either.
Earl
------------------------------------------------------------------------------------------------------------------------------------
Before I get to far ahead of myself, might downloading this .kext pack made for my motherboard help?
http://www.insanelymac.com/forum/index.php...t&p=1156645Downloading a pack similar to this seemed to help this guy:
http://www.insanelymac.com/forum/lofiversi...hp/t156614.htmlEarl
------------------------------------------------------------------------------------------------------------------------------------
I think this guide might solve my problem:
http://www.insanelymac.com/forum/lofiversi...hp/t146052.htmlBut the .zip file attachment that contains all of the necessary .kexts will not open.
Furthermore, whenever I try to copy a .kext into /Volumes/EFI/Extensions, the disk will not mount properly:
CODE
bash-3.2# mkdir /Volumes/EFI
mkdir: /Volumes/EFI: File exists
bash-3.2# mount_hfs /dev/disk0s1 /Volumes/EFI
mount_hfs: Invalid argument
bash-3.2#
And I cannot update the boot cache after copying the .kexts:
CODE
bash-3.2# cd /Volumes/EFI
bash-3.2# ./update.sh
bash: ./update.sh: No such file or directory
I didn't have this problem until now. :/
Earl
------------------------------------------------------------------------------------------------------------------------------------
I removed the Disabler.kexts that I added to my /Volumes/EFI/Extensions, the AppleIntelCPUPowerManagement.kext, and the AppleHPET.kext:
CODE
bash-3.2# mkdir /Volumes/EFI
bash-3.2# fsck_hfs /dev/disk0s1
** /dev/rdisk0s1
** Checking Non-journaled HFS Plus volume.
** Checking Extents Overflow file.
** Checking Catalog file.
** Checking multi-linked files.
** Checking Catalog hierarchy.
** Checking Extended Attributes file.
** Checking volume bitmap.
** Checking volume information.
** The volume EFI appears to be OK.
bash-3.2# mount_hfs /dev/disk0s1 /Volumes/EFI
bash-3.2# sudo -s
bash-3.2# cd /Volumes/EFI/Extensions
bash-3.2# rm -rf /Volumes/EFI/Extensions/Disabler.kext
bash-3.2# rm -rf /Volumes/EFI/Extensions/Disabler2.kext
bash-3.2# rm -rf /Volumes/EFI/Extensions/AppleIntelCPUPowerManagement.kext
bash-3.2# rm -rf /Volumes/EFI/Extensions/AppleHPET.kext
bash-3.2# cd /Volumes/EFI
bash-3.2# ./update.sh
Updating EFI boot cache
done.
bash-3.2#
So by removing those .kexts, this should work, but it doesn't. I must be doing some command wrong, or the .kexts must be in some other part of my EFI. Otherwise, it would not show an error message pertaining to the .kexts in question (because they aren't there). So, they must be somewhere in there, I just do not know where.
So the question is: Can someone tell me how to remove the AppleIntelCPUPowermanagement.kext and the AppleHPET.kext from my EFI partition?Earl