DaMiFo24 Posted July 10, 2010 Share Posted July 10, 2010 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. Link to comment Share on other sites More sharing options...
MaLd0n Posted July 11, 2010 Share Posted July 11, 2010 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 More sharing options...
DaMiFo24 Posted July 11, 2010 Author Share Posted July 11, 2010 Actually, thanks for the help, but before I read your post, I formatted the HDD in Windows, and successfully booted the start-up disk, and restored OSX from a backup image I made. Everything works fine! Link to comment Share on other sites More sharing options...
Recommended Posts