Jump to content
4 posts in this topic

Recommended Posts

After installing Mac OS X 10.5.8 (iDeneb) on my machine (spec below) everything worked just fine except I often used to get sytem restart while booting, after the chameleon loader screen. I saw in this forum and modified the boot.plist by adding cpus=1 flag in it. Now everything works fine and I don't get those restarts again but now Mac os x takes longer time to boot than it was before. Is it due to the cpus=1 flag I added ??? What exactly does this cpus=1 means ???? :(

 

System Spec.

GA-G31M-ES2L(Mobo)

Intel PentiumD 820 (CPU)

2GB 667MHz DDR2 (Transcend)

Seagate Baracuda 250GB SATA

RTL 8139C PCI Ethernet Card

cpus=X: Tells the system how many CPUs or cores to use.

 

Extract your DSDT

 

and follow the procedure below

see if it solves your problem

remove the cpus=1 that you added in boot.plist

 

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

cpus=X: Tells the system how many CPUs or cores to use.

 

Extract your DSDT

 

and follow the procedure below

see if it solves your problem

remove the cpus=1 that you added in boot.plist

 

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

 

Sorry for asking but I'm new to hackintosh. Can you please tell me where this "DSDT" file located ?

×
×
  • Create New...