我知道这个问题已经被问过了,但这些方法对我都不起作用。我试过了
sudo systemctl hibernate
但它关闭了我的 PC。我知道这意味着不支持休眠,但在升级到 18.04 之前,我可以在 Ubuntu 16.04 上在这台 PC 上休眠。所以我很确定休眠是受支持的。
$ swapon --summary
Filename Type Size Used Priority
/dev/sda6 partition 4194300 0 -2
答案1
试试这个方法。
sudo apt-get install hibernate
之后只需输入终端sudo hibernate
这种方式对我有用