Comment 82 for bug 285892

Revision history for this message
DjznBR (djzn-br) wrote :

Added option in kernel,
In my current GRUB (Arch):

kernel /boot/vmlinuz26 root=/dev/sda1 ro nomodeset libata.noacpi=1

The option you might want to test:
libata.noacpi=1

So far no hang ups.

I still get these messages in dmesg (without any symptom):

ata3: softreset failed (device not ready)
ata3: applying SB600 PMP SRST workaround and retrying
ata5: softreset failed (device not ready)
ata5: applying SB600 PMP SRST workaround and retrying
ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)

And this ones after dmesg is finished:

ata3.00: configured for UDMA/133
ata3: EH complete

We'll see if this keeps this bug quiet.