You are not logged in.
When you put the drive to sleep, does running hddtemp on it wake it and does that make it spin and heat up again?
No, it just shows device on standby. I had put it to standby and not sleep so..
Last edited by grim-reaper (2021-05-21 05:38:27)
Offline
When you boot the computer and remove the "quiet" parameter, is the drive buzzing from the get-go or only once the ata messages show up?
Since you actually can put it to rest and the temperature check isn't waking it there's either some mode sense error (so at some point the drive is send a bad signal and goes wild) or:
It's the hibernating windows…
Offline
The drive starts buzzing on its own.
And I've disabled hibernation and fast boot in Windows.
Btw I have created the systemd service and enabled it.
Last edited by grim-reaper (2021-05-21 15:01:02)
Offline
Is it already active at the bootloader? (eg. when you just wait there)
Offline
Yeah the HDD was heating up at grub boot menu. I stayed there for 15 minutes after setting grub timeout -1.
Last edited by grim-reaper (2021-05-21 14:59:57)
Offline
So it's not kernel related - grub might do this, but I'd certainly check whether there's maybe a UEFI update available.
(Does it also heat up if you don't go to the bootloader but enter the BIOS and wait around there a bit?)
Offline
If it were related to BIOS then wouldn't it also heat up in windows. But right now I've been playing Rocket league in windows for an hour and have been booted in windows for over 2 hours. And the temperature is normal. So it's probably something that linux/Grub does. And windows is installed on HDD.
Last edited by grim-reaper (2021-05-21 19:55:31)
Offline
[grim-reaper@archlinux ~]$ lsblk -f NAME FSTYPE FSVER LABEL UUID FSAVAIL FSUSE% MOUNTPOINT sda ├─sda1 ext4 1.0 15df80d9-b564-4086-a7ce-2a8035b349b8 ├─sda2 ntfs D06AA8856AA86A44 └─sda3 ntfs 208392F34D4BD8AC nvme0n1 ├─nvme0n1p1 vfat FAT32 B48C-0862 671.7M 4% /efi ├─nvme0n1p2 swap 1 21c6e6e2-3f98-4f52-873d-5eb73aed7b14 [SWAP] └─nvme0n1p3 ext4 1.0 dd46f749-5453-47ff-9614-28f530b8ebed 184G 10% /This is my partition scheme.
/dev/sda is HDD.
/dev/nvme0n1 is SSD.
/dev/sda2 has windows.
The first partition on HDD is in ext4 when I have completely installed windows on it. Do you think that's something which is messing with HDD when I boot into linux.
Edit: No it's something called microsoft reserved. My fault.
Last edited by grim-reaper (2021-05-21 20:09:14)
Offline
If it were related to BIOS then wouldn't it also heat up in windows.
Ignores that windows ultimately takes control over the disk and does something with it and the general approach to implement UEFI is to poke around until windows stops crashing.
You can point at grub when it doesn't heat up in the BIOS.
Offline
It was heating in BIOS. But there are no updates of bios. I checked via the lenovo provided app. It seems the only solution is to keep it on standby in Linux and windows seems to take care of it.
Offline
Got one BIOS update. Updated BIOS. Still touching 47°C. Feels like something's happened to the drive itself. But but all smartd scans reports were no problem detected. And so were the hardware scans in windows.
Offline