Archive
Archive for July, 2014
boot debian into text mode
July 20, 2014
Leave a comment
To boot your debian server into the text mode (without gui) add this to /etc/default/grub and then run update-grub.
GRUB_CMDLINE_LINUX_DEFAULT=”quiet text”
Run update-grub (important)
Reboot
Categories: sysadmin