Check UUID

 sudo blkid

Then

 sudo gedit /etc/default/grub & to pull up the boot loader configuration

Look for the line GRUB_CMDLINE_LINUX="" and make sure it looks like this (using your UUID of course) GRUB_CMDLINE_LINUX="resume=UUID=41e86209-3802-424b-9a9d-d7683142dab7" and save the file

   GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"( text的话就是命令行启动)

to

  GRUB_CMDLINE_LINUX_DEFAULT="quiet splash resume=UUID=41e86209-3802-424b-9a9d-d7683142dab7"

 sudo update-grub and wait for it to finish

 

安装lm-sensors和hddtemp
装好后先运行

代码:
su
sensors-detect



_____________

相关文章:

  • 2022-12-23
  • 2021-09-24
  • 2022-12-23
  • 2022-12-23
  • 2021-12-20
  • 2021-05-23
  • 2021-12-26
  • 2021-12-08
猜你喜欢
  • 2021-10-26
  • 2021-06-30
  • 2021-03-28
  • 2022-12-23
  • 2021-08-21
  • 2022-12-23
  • 2021-07-13
相关资源
相似解决方案