Code:
GRUB_DEFAULT=0
GRUB_HIDDEN_TIMEOUT=0
GRUB_HIDDEN_TIMEOUT_QUIET=true
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash" acpi=off pci=noacpi
GRUB_CMDLINE_LINUX=""
After this, I hit CTRL+X to exit, and then hit Enter to save as /etc/default/grub (it asks me). Then it takes me back to terminal without nano and I typed update-grub. I'll real quick do a reboot and see if it works.
The problem is, once I get to the log in screen, and type my password, all I get is a blank purple screen without the desktop ever loading. When I set the parameters at startup, it loads the desktop very quickly.
Bookmarks