Disabling the graphical system
Edit /etc/default/grub with your editor,
sudo gedit /etc/default/grub
Find out this line:
GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash”
Change it to:
GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash text”
Update Grub:
sudo update-grub