sudo halt -p
重新启动
sudo halt
停止但不关闭电源
sudo shutdown -r now
重新启动。
根据Bug#985471的建议,我修改了/etc/default/grub
,改为GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
并且GRUB_CMDLINE_LINUX_DEFAULT="reboot=pci quiet splash"
安装了laptop-mode-tools
,但总是无法关机重启。
3.8.0-35-generic (#50~precise1-Ubuntu SMP Wed Dec 4 17:25:51 UTC 2013) / xorg:1.13.3 (16 October 2013 04:46:41PM)
有人能帮助我彻底关闭我的电脑吗?
答案1
关闭 ubuntu
sudo shutdown -h
重启
sudo reboot