Description: Disable SATA link power management by default, as it still causes disk errors and corruptions on many hardware. Author: Martin Pitt Bug-Ubuntu: https://launchpad.net/bugs/539467 --- pm/power.d/sata_alpm +++ pm/power.d/sata_alpm @@ -2,7 +2,7 @@ . "${PM_FUNCTIONS}" -SATA_ALPM_ENABLE=${SATA_ALPM_ENABLE:-true} +SATA_ALPM_ENABLE=${SATA_ALPM_ENABLE:-false} help() { cat <