Edit /etc/default/grub
Code: Select all
sudo vim /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT=””
no matter what is in the quotes change it to "text" so it looks like this
GRUB_CMDLINE_LINUX_DEFAULT=”text”
Update Grub:
Code: Select all
sudo update-grub
If you want to run xfce4 after you log in type
Code: Select all
startxfce4
.