I am trying to install DP2 on GT5408 gateway core2duo (I had no problem with DP1). I am stalled at "pci configuration begin". I have tried numerous fixes including putting NVEnabler in S/L/E and deleting PlatformSupport.plist in com.apple.recovery.boot. No luck so far. Anyone have a fix ?
85 replies to this topic
#1
Posted 10 April 2011 - 01:15 AM
#2
Posted 16 April 2011 - 09:52 PM
it's fragging on your Video drivers. swap your card and try again. I had the same problem with a GTX 470 and a 9800GT the 9800GT works like a Dream, the GTX470 hangs @ [ pci configuration begin ]
HBP
HBP
#3
Posted 18 April 2011 - 07:03 AM
#4
Posted 20 April 2011 - 12:53 PM
Some people are reporting that using NVEnabler and ATY_Init has solved the problem for them but still getting it here even with them (GTX580).
#5
Posted 20 April 2011 - 08:03 PM
Hi
I have the same problem with m'y nvidia 7300 gt.
Does somebody have a fix ? Any ideas ?
Tanks in advance
I have the same problem with m'y nvidia 7300 gt.
Does somebody have a fix ? Any ideas ?
Tanks in advance
#6
Posted 20 April 2011 - 11:26 PM
I don't have a fix either, but I can assure you my GTX 570 or most other nvidia cards that device ids had been added to NVDAGF***.kext and using ATY_Init.kext are likely to work.
I have tested it with NVEnabler.kext briefly, but had no luck and it even simply rebooted in the middle of the process sometimes.
Make sure ATY_Init.kext is in System/Library/Extensions
Depending on your bootloader it won't get loaded properly.
And don't forget to
sudo su
chown –R 0:0 ATY_Init.kext
chmod –R 755 ATY_Init.kext
To get beyond PCI config I usually have to delete
System/Library/Caches/com.apple.kext.caches
as well. That was very important because every time Lion reboots a cache is written and causing to hang my machine.
Then PCI config begin will show up again and hangs........but wait!!
1 minute later the screen changes to black, grey and blue and voila there is the Lion desktop.
I think what really happens there the screen is actually freezed. You can test it when you press space or enter key. Usually you can see moving the cursor.
However if it hangs at PCI config more than 2 minutes I usually give up and do a reboot.
I have a dual GPU set up and I figured out on my machine it really hangs here:
nstat lookup entry failed: 2
nspace-handler-set-snapshot-time: 1303230505
...when it seems to "hang" on PCI config:
Does anybody know what that could mean?
I have tested it with NVEnabler.kext briefly, but had no luck and it even simply rebooted in the middle of the process sometimes.
Make sure ATY_Init.kext is in System/Library/Extensions
Depending on your bootloader it won't get loaded properly.
And don't forget to
sudo su
chown –R 0:0 ATY_Init.kext
chmod –R 755 ATY_Init.kext
To get beyond PCI config I usually have to delete
System/Library/Caches/com.apple.kext.caches
as well. That was very important because every time Lion reboots a cache is written and causing to hang my machine.
Then PCI config begin will show up again and hangs........but wait!!
1 minute later the screen changes to black, grey and blue and voila there is the Lion desktop.
I think what really happens there the screen is actually freezed. You can test it when you press space or enter key. Usually you can see moving the cursor.
However if it hangs at PCI config more than 2 minutes I usually give up and do a reboot.
I have a dual GPU set up and I figured out on my machine it really hangs here:
nstat lookup entry failed: 2
nspace-handler-set-snapshot-time: 1303230505
...when it seems to "hang" on PCI config:
Does anybody know what that could mean?
#7
Posted 28 April 2011 - 01:52 AM
I'm also stuck at the PCI Configuration begin error with DP2. And i'm sure it's related to my Sparkle GTX 470. DP2 installs fine with an ATI HD4870 and switching cards after installation results in PCI Configuration begin. So neither booting the installation or booting the os itself works with a GTX 470.
It seems like lion actually boots in some way, my HDD leds flash like crazy and i can hear sound from the harddrive. Just no image.
the other relevant parts of my computer are the following:
ASUS P6t deluxe v2
Intel Core i7 920
It seems like lion actually boots in some way, my HDD leds flash like crazy and i can hear sound from the harddrive. Just no image.
the other relevant parts of my computer are the following:
ASUS P6t deluxe v2
Intel Core i7 920
#8
Posted 28 April 2011 - 04:21 PM
use one video card
if u have 2 remove it.
if u have 2 remove it.
#9
Posted 30 April 2011 - 07:48 AM
just delete System/Library/Caches folder sudo rm -rf System/Library/Caches ,repair permission for S/L/E
and move a irrelevant file to System/Library rename it to "Caches". I use a alias file in /Users/myname name "send registration"
sudo chmod 755 Caches
sudo chown 0:0 Caches
work perfectly for me ,using iboot 1.7
and move a irrelevant file to System/Library rename it to "Caches". I use a alias file in /Users/myname name "send registration"
sudo chmod 755 Caches
sudo chown 0:0 Caches
work perfectly for me ,using iboot 1.7
#10
Posted 14 May 2011 - 01:49 PM
Removing caches does not help. Any fixes or do I need to get a new video card (currently using ASUS 7300GS). Thanks.
#11
Posted 14 May 2011 - 02:53 PM
If none of these methods work for you, replace AppleACPIPlatform.kext and IOPCIFamily.kext with older, working versions. Replace both, otherwise you panic early during boot.
You will probably need to do this after every major software update (the lion developer updates have all included new versions of these kexts so far) so make sure you can replace again them if your Lion becomes unbootable.
You will probably need to do this after every major software update (the lion developer updates have all included new versions of these kexts so far) so make sure you can replace again them if your Lion becomes unbootable.
#12
Posted 15 May 2011 - 01:35 AM
@Jordan2Delta
Thank you
@Bogdan-x86
Thank you
Did both of those things and am now booting with GTX-470
I also needed to add bootflag:
-usecache
and for that to work I had to move kexts in /E/E to /S/L/E and repair permissions.
Thanks for the info.
Ty
btw. failed to boot first couple times but using -x -v got me in so I could make the necessary changes.
Thank you
@Bogdan-x86
Thank you
Did both of those things and am now booting with GTX-470
I also needed to add bootflag:
-usecache
and for that to work I had to move kexts in /E/E to /S/L/E and repair permissions.
Thanks for the info.
Ty
btw. failed to boot first couple times but using -x -v got me in so I could make the necessary changes.
#13
Posted 15 May 2011 - 02:38 AM
I replaced AppleACPIPlatform.kext and IOPCIFamily.kext using DP1 versions. The install now hangs at "DSMOS has arrived".
#14
Posted 15 May 2011 - 08:33 AM
Use the ones from Snow Leopard.
#15
Posted 15 May 2011 - 01:30 PM
Still hangs at "DSMOS has arrived" using these SL kexts.
#16
Posted 16 May 2011 - 04:32 PM
I had the same problem as you on 11A444 ...
I tried to correct in many ways but I could not ...
works well in release 11a459b
I tried to correct in many ways but I could not ...
works well in release 11a459b
#17
Posted 16 May 2011 - 05:45 PM
og-phantom, on Apr 18 2011, 08:03 AM, said:
Is there any other fix? And, can I put my 460 back in after the install? (I do have a 8800GTX I can swap in for the install). I am having the same issue as the OP.
My systems work with Chameleon RC5 r769. I have a NVIDIA 9500 GT video card.
System:
Gigabye E7AUM-DSx
4mB Ram
PNY NVIDIA 9500 GT, 512mB ram
#18
Posted 16 May 2011 - 06:01 PM
i Have the same problem with a 5750. DP1 works fine. Trie also with a 7800gt. Same error
I can see the setup below (like 30% of the screen) and above is the apple boot logo
I can see the setup below (like 30% of the screen) and above is the apple boot logo
#19
Posted 16 May 2011 - 11:56 PM
#20
Posted 17 May 2011 - 07:17 AM
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users



Sign In
Create Account








