New comment by ericonr on void-packages repository https://github.com/void-linux/void-packages/issues/27806#issuecomment-758204397 Comment: Fow what it's worth, I have a diff in https://gist.github.com/ericonr/a49d4fa9980aab0a5862a2c50bec6c3a The only difference that I think could apply is ` SATA_MOBILE_LPM_POLICY 3 -> 0`, which means ``` config SATA_MOBILE_LPM_POLICY int "Default SATA Link Power Management policy for mobile chipsets" range 0 4 default 0 depends on SATA_AHCI help Select the Default SATA Link Power Management (LPM) policy to use for mobile / laptop variants of chipsets / "South Bridges". The value set has the following meanings: 0 => Keep firmware settings 1 => Maximum performance 2 => Medium power 3 => Medium power with Device Initiated PM enabled 4 => Minimum power Note "Minimum power" is known to cause issues, including disk corruption, with some disks and should not be used. ```