Jump to content
6 posts in this topic

Recommended Posts

So I installed OS X using iDeneb on my 8gb flash drive and it said install was a success. Then restarted the computer and it went to the grey apple logo screen with the spinning thing. Then it wouldn't do anything and just kept spinning and crossout.jpg

That shows up right above the spinning circle.

I'm so close, what can I do now?

So I installed OS X using iDeneb on my 8gb flash drive and it said install was a success. Then restarted the computer and it went to the grey apple logo screen with the spinning thing. Then it wouldn't do anything and just kept spinning and crossout.jpg

That shows up right above the spinning circle.

I'm so close, what can I do now?

 

your bios is set ahci?

 

boot with flag -v

 

see the message and post here

 

*if it is "still waiting ..." the problem is the drive sata/pata

 

*if it is ""using XXXXX buffer headers and 4096 cluster IO buffer headers" remove alias Scope (_PR) in your DSDT

your bios is set ahci?

 

*if it is ""using XXXXX buffer headers and 4096 cluster IO buffer headers" remove alias Scope (_PR) in your DSDT

 

BIOS is AHCI.

 

And yes i generally get "XXXXX buffer headers and 4096 cluster IO buffer headers".

 

What should I do if I get that message? I've tried several different installations with different customized options and kexts and stuff.

And yes i generally get "XXXXX buffer headers and 4096 cluster IO buffer headers".

 

What should I do if I get that message? I've tried several different installations with different customized options and kexts and stuff.

 

 

EXTRACT AND EDIT YOUR DSDT(Scope (_PR))

 

 

 

Scope (_PR)
 {
	 Processor (P001, 0x01, 0x00000810, 0x06) {}
	 Processor (P002, 0x02, 0x00000000, 0x00) {}
	 Alias (P002, CPU2) <---------------------------------Problem
	 Processor (P003, 0x03, 0x00000000, 0x00) {}
	 Processor (P004, 0x04, 0x00000000, 0x00) {}
	 Alias (P004, CPU4)
	 Processor (P005, 0x05, 0x00000000, 0x00) {}
	 Processor (P006, 0x06, 0x00000000, 0x00) {}
	 Alias (P006, CPU6)
	 Processor (P007, 0x07, 0x00000000, 0x00) {}
	 Processor (P008, 0x08, 0x00000000, 0x00) {}
	 Alias (P008, CPU8)
 }

 

Solution

 

Scope (_PR)
 {
	 Processor (P001, 0x01, 0x00000810, 0x06) {}
	 Processor (P002, 0x02, 0x00000000, 0x00) {}
	 Processor (P003, 0x03, 0x00000000, 0x00) {}
	 Processor (P004, 0x04, 0x00000000, 0x00) {}
	 Processor (P005, 0x05, 0x00000000, 0x00) {}
	 Processor (P006, 0x06, 0x00000000, 0x00) {}
	 Processor (P007, 0x07, 0x00000000, 0x00) {}
	 Processor (P008, 0x08, 0x00000000, 0x00) {}
 }

 

 

your problem will be edited to place this file in the root of your Mac OS X.

 

the ideal would be if you were using the "dual boot"

 

to have access to that other hd installation

 

in windows you can use the "MacDrive"

 

 

sorry for my english

And yes i generally get "XXXXX buffer headers and 4096 cluster IO buffer headers".

 

What should I do if I get that message? I've tried several different installations with different customized options and kexts and stuff.

 

 

 

EXTRACT AND EDIT YOUR DSDT(Scope (_PR))

 

 

 

Scope (_PR)
 {
	 Processor (P001, 0x01, 0x00000810, 0x06) {}
	 Processor (P002, 0x02, 0x00000000, 0x00) {}
	 Alias (P002, CPU2) <---------------------------------Problem
	 Processor (P003, 0x03, 0x00000000, 0x00) {}
	 Processor (P004, 0x04, 0x00000000, 0x00) {}
	 Alias (P004, CPU4)
	 Processor (P005, 0x05, 0x00000000, 0x00) {}
	 Processor (P006, 0x06, 0x00000000, 0x00) {}
	 Alias (P006, CPU6)
	 Processor (P007, 0x07, 0x00000000, 0x00) {}
	 Processor (P008, 0x08, 0x00000000, 0x00) {}
	 Alias (P008, CPU8)
 }

 

Solution

 

Scope (_PR)
 {
	 Processor (P001, 0x01, 0x00000810, 0x06) {}
	 Processor (P002, 0x02, 0x00000000, 0x00) {}
	 Processor (P003, 0x03, 0x00000000, 0x00) {}
	 Processor (P004, 0x04, 0x00000000, 0x00) {}
	 Processor (P005, 0x05, 0x00000000, 0x00) {}
	 Processor (P006, 0x06, 0x00000000, 0x00) {}
	 Processor (P007, 0x07, 0x00000000, 0x00) {}
	 Processor (P008, 0x08, 0x00000000, 0x00) {}
 }

 

 

your problem will be edited to place this file in the root of your Mac OS X.

 

the ideal would be if you were using the "dual boot"

 

to have access to that other hd installation

 

in windows you can use the "MacDrive"

 

 

sorry for my english

 

I have MacDrive but how do I edit the DSDT. I have DSDT.aml but I can't make it DSDT.asl. How do I do that?

 

*EDIT

Nevermind, I had the wrong Microsoft Compiler at first then I got the real one and it worked and I edited the SCOPE part that you guys said to.

THIS is how my SCOPE PR looked originally:

 

Scope(_PR_)

{

Processor(P001, 0x1, 0x810, 0x6)

{

}

Alias(P001, CPU1)

Processor(P002, 0x2, 0x0, 0x0)

{

}

Alias(P002, CPU2)

Processor(P003, 0x3, 0x0, 0x0)

{

}

Alias(P003, CPU3)

Processor(P004, 0x4, 0x0, 0x0)

{

}

Alias(P004, CPU4)

}

 

 

THIS IS WHAT I CHANGED IT TO:

 

 

Scope(_PR_)

{

Processor(P001, 0x1, 0x810, 0x6) {}

Processor(P002, 0x2, 0x0, 0x0) {}

Processor(P003, 0x3, 0x0, 0x0) {}

Processor(P004, 0x4, 0x0, 0x0) {}

}

 

 

Did I do this correctly?

 

This did absolutely nothing. But it is done though.

×
×
  • Create New...