Jump to content

Recommended Posts

  • Administrators
Posted

Fix para "cpus=1" e também para o erro "using XXXXX buffer headers and 4096 cluster IO buffer headers"

 

"cpus=1" --> Processador usando somente um núcleo. Simples de resolver, apenas delete os "Alias" no Scope (_PR).

 

"using XXXXX buffer headers and 4096 cluster IO buffer headers" --> Erro comum de incompatibilidade com o Osx e simples de resolver, apenas delete os "Alias" no Scope (_PR).

 

Scope (_PR)
 {
	 Processor (P001, 0x01, 0x00000810, 0x06) {}
	 Processor (P002, 0x02, 0x00000000, 0x00) {}
	 Alias (P002, CPU2) <---------------------------------Problema
	 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)
 }
 

Solução

 

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) {}
 }
 

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Consulting for macOS Hackintosh since 2006 HERE

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...