fixShutdownLoop.md
January 28, 2020 ยท View on GitHub
Fix Bootloop on shutdown
sudo nano /etc/default/grub
change
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
to:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash noapci idle=nomwait"
January 28, 2020 ยท View on GitHub
sudo nano /etc/default/grub
change
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
to:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash noapci idle=nomwait"