Jump to content

OS X 10.6 kernel panic when using 160GB Seagate HDD


3 posts in this topic

Recommended Posts

Hi everyone, I get a kernel panic when booting the SnowLeopard install disk (retail), but it is only when I use my older 160GB Seagate HDD. I have a Dell Inspiron 1525, and I have used OS X on it for a long time, so I know it works without any problems. The weird thing is, is that it booted once fine, and I installed OS X. After that, like I said I get a kernel panic when booting the HDD and even the setup disk. I tried booting with "-x" and/or "-v", and it still does the same thing. I also tried removing the HDD, and put in my 500GB Western Digital drive with Windows on it, just to see if something really went wrong with my computer it's self, but it boots into the setup fine. If you have any questions, feel free to ask me.

post-641337-1278800024_thumb.jpg

Link to comment
Share on other sites

Find your Intel PATA controller in DSDT, should be on 0x001F0001, and add this code

 

OperationRegion (IDET, PCI_Config, 0x40, 0x04) // IDE Timing Register
Field (IDET, WordAcc, NoLock, Preserve)
{
Offset (0x00),
M1, 8,
Offset (0x01),
M2, 8,
Offset (0x02),
M3, 8,
Offset (0x03),
M4, 8
}

Method (_DSM, 4, NotSerialized)
{
Store (0x07, M1)
Store (0xE3, M2)
Store (Zero, M3)
Store (0xC0, M4)
Return (Zero)
}

 

Fix THe KiNG

Link to comment
Share on other sites

 Share

×
×
  • Create New...