Summary: | SATA machine kernel panics with 2.6.8-r4 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Lee Thompson <bm55b> |
Component: | [OLD] Core system | Assignee: | Gentoo Kernel Bug Wranglers and Kernel Maintainers <kernel> |
Status: | RESOLVED WORKSFORME | ||
Severity: | critical | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
Screen shot of kernel panic with 2.6.8-r9
dmesg of 2.4.7-r14 boot |
Description
Lee Thompson
2004-10-13 14:43:44 UTC
Is this an nvidia SATA controller? I fixed this in -r9 (I hope...) Created attachment 41819 [details]
Screen shot of kernel panic with 2.6.8-r9
Yes, its an nVIDIA nFORCE 3 chipset and no, not yet fixed. I just pulled down
2.6.8-r9. Still panics. Uploaded a photo of the panic for your reference.
Which driver are you using for your SATA access? Created attachment 41826 [details] dmesg of 2.4.7-r14 boot I uploaded my dmesg output for the 2.4.7-r14 kernel boot. Don't have a console cable to hook up and capture the kernel panic output for the 2.4.8 version. This is an interesting post. https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=132990 You didn't really answer my question. But I think you are running the old style driver, could you please try the libata sata_nv driver (found under SCSI). You'll need to boot from /dev/sda2 or similar. Okay - this bug can be nulled out. Both 2.6.8-4 and 2.6.8-9 kernels boot clean on this motherboard if you get the device drivers right and switch around the device names from IDE (like /dev/hde2) to SCSI (e.g. /dev/sda2) The kernel gets reconfigured for 2.6.8 # CONFIG_BLK_DEV_IDE_SATA is not set CONFIG_SCSI_SATA=y CONFIG_SCSI_SATA_NV=y The confusion for me occured during install when the 2004.2 gentoo LiveCD named my SATA drive /dev/hde2 since it is a 2.6.7 kernel. The 2.6.8 kernel names it /dev/sda2. After going to a 2004.3 with a 2.6.8 kernel, I think people will have less confusion about this kernel change. Thanks Daniel for the help. |