Contribute
Register

Mac OS X 10.6.8 Update - The Official Thread

Status
Not open for further replies.
keygenes said:
tommych said:
same with me..

im using GeForce GTX 285, i5 750, MSI P55-CD53

after following all of the instructions given, still got [PCI Configuration Begin] stuck after restarting.

please how to fix that ?
you must replace kext download/file.php?id=10530, after that system will start

thanks for your instruction...

but i have followed that instruction too using kextbeast and place it to desktop

but still not working.. >__<
 
tommych said:
keygenes said:
tommych said:
same with me..

im using GeForce GTX 285, i5 750, MSI P55-CD53

after following all of the instructions given, still got [PCI Configuration Begin] stuck after restarting.

please how to fix that ?
you must replace kext http://tonymacx86.com/download/file.php?id=10530, after that system will start

thanks for your instruction...

but i have followed that instruction too using kextbeast and place it to desktop

but still not working.. >__<

add in com.apple.boot.plist
<key>Kernel Flags</key>
<string>npci=0x2000</string>

or edit DSDT.
add in Device (PCI0) line Name (_UID, Zero) or rename _ADR in _UID

CODE:
Device (PCI0)
{
Name (_ADR, Zero)
Name (_UID, Zero)
Name (_BBN, Zero)
Name (_CID, EisaId ("PNP0A03"))
Name (_HID, EisaId ("PNP0A08"))
...
 
keygenes said:
add in com.apple.boot.plist
<key>Kernel Flags</key>
<string>npci=0x2000</string>

or edit DSDT.
add in Device (PCI0) line Name (_UID, Zero) or rename _ADR in _UID

CODE:
Device (PCI0)
{
Name (_ADR, Zero)
Name (_UID, Zero)
Name (_BBN, Zero)
Name (_CID, EisaId ("PNP0A03"))
Name (_HID, EisaId ("PNP0A08"))
...

okay ill do that..

but i want to ask first

in the startup (iBoot), i put

npci=0x2000 -v -usercache

but still stack at [PCI Configuration Begin]

i doubt if it will be like that
 
tommych said:
keygenes said:
add in com.apple.boot.plist
<key>Kernel Flags</key>
<string>npci=0x2000</string>

or edit DSDT.
add in Device (PCI0) line Name (_UID, Zero) or rename _ADR in _UID

CODE:
Device (PCI0)
{
Name (_ADR, Zero)
Name (_UID, Zero)
Name (_BBN, Zero)
Name (_CID, EisaId ("PNP0A03"))
Name (_HID, EisaId ("PNP0A08"))
...

okay ill do that..

but i want to ask first

in the startup (iBoot), i put

npci=0x2000 -v -usercache

but still stack at [PCI Configuration Begin]

i doubt if it will be like that

try npci=0x3000...
 
keygenes said:
tommych said:
keygenes said:
add in com.apple.boot.plist
<key>Kernel Flags</key>
<string>npci=0x2000</string>

or edit DSDT.
add in Device (PCI0) line Name (_UID, Zero) or rename _ADR in _UID

CODE:
Device (PCI0)
{
Name (_ADR, Zero)
Name (_UID, Zero)
Name (_BBN, Zero)
Name (_CID, EisaId ("PNP0A03"))
Name (_HID, EisaId ("PNP0A08"))
...

okay ill do that..

but i want to ask first

in the startup (iBoot), i put

npci=0x2000 -v -usercache

but still stack at [PCI Configuration Begin]

i doubt if it will be like that

try npci=0x3000...

i just did that... but still same..

[PCI configuration begin]
 
I've been having audio issues. I cloned my drive and updated the clone from my original. I can boot up into the new 10.6.8 system just fine, no issues. But when I run multibeast with hdarollback I get kernel panics everytime. I ran system utilities and repaired disk permissions one time as well. When I went in and deleted the audio kext my system booted fine. I tried voodoo as well with the same kp's. This is the result of booting in verbose mode.
IMG_0161.jpg

I don't know how to interpret kp screens yet. Any ideas?
 
guitfiddle said:
I've been having audio issues. I cloned my drive and updated the clone from my original. I can boot up into the new 10.6.8 system just fine, no issues. But when I run multibeast with hdarollback I get kernel panics everytime. I ran system utilities and repaired disk permissions one time as well. When I went in and deleted the audio kext my system booted fine. I tried voodoo as well with the same kp's. This is the result of booting in verbose mode.
IMG_0161.jpg

I don't know how to interpret kp screens yet. Any ideas?

guitfiddle, I had exactly the same problem. This is what I did to solve the problem (i'm not sure you've already done that, and I don't know your configuration, but give it a try)

1. Clone your stable SL 10.6.7 using Disk Utility into another partition
2. Boot to your clone SL and update to 10.6.8 selecting your main partition
3. Reboot to your main partition (you might need to use -x, -x -f in the boot menu) and use the new MultiBeast, 3.8, with the options bellow (I have an ATI Radeon graphics card, you'll probably have to adapt to your configuration) In the Customization part of MB, choose whatever suits your system.

For the options bellow check my original post here, there's a picture there with my choices viewtopic.php?f=3&t=22882&start=890

Good luck.
 
Status
Not open for further replies.
Back
Top