Fork me on GitHub

 

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



_____________

posted on 2014-03-19 17:41  huashiyiqike  阅读(498)  评论(0编辑  收藏  举报