I’m running Suse 11 on a x86_64 Platform 512MB Ram, graphic/sound and Lan onboard
first I wonder why my /var/log/messages filled up so quickly.
It seems that this error occures (nearl) every second:
Oct 12 15:10:45 server kernel: ata4.00: exception Emask 0x100 SAct 0x0 SErr 0x0 action 0x6
Oct 12 15:10:45 server kernel: ata4: hard resetting link
Oct 12 15:10:45 server kernel: ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Oct 12 15:10:45 server kernel: ata4.00: configured for UDMA/33
Oct 12 15:10:45 server kernel: ata4: EH complete
First: the ata4 is wrongly detected. It’s a SATA II with 3 Gbps
Second: I got the latest kernel up and running: Linux server 2.6.27-default #1 SMP Fri Oct 10 20:46:32 CEST 2008 x86_64 x86_64 x86_64 GNU/Linux
Third: I read about a simmilar problem on the old 2.6.16 Kernel, but it should have been solved long ago.
The BIOS correctly detect’s the disk.
I tried booting with apic=no, but without any effect.
Well, ok I booted with “noacpi” and it send me to the repair menu. I did a complete check of the sys but no errors found. I tried the “rescue” option afterwords and no SATA problems were shown in the messages, but a misconfigured disk claiming to be only a SATA-I drive with 1.5 GBps instead of a SATA-II 3GBps.
I edited the /boot/grub/menu.lst and append noacpi & acpi=no to the boot command line, but the system seems to ignore them completely. Hence the error is still present in /var/log/messages.