一个月前,我买了一台戴尔 XPS 15,想在双启动中安装 Linux。我安装了双启动的 Ubuntu 16.04.3 LTS 和 Windows 10。但问题是 Ubuntu 在关机/重启时挂起。我在使用 Linux Mint、Linux Lite、Lubuntu 和 Ubuntu-Gnome 时也遇到了同样的问题。
我尝试了这些命令但没有任何变化:
sudo gedit /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
到
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi=force"
运行这个:
sudo apt-get update # Fetches the list of available updates
sudo apt-get upgrade # Strictly upgrades the current packages
sudo apt-get dist-upgrade # Installs updates (new ones)