Simple stuff - just documenting my learnings
So here's how we change Ubuntu from its usual GUI mode to the Command line mode (black screen / text mode)
Note : If"sudo" is used before a command, then you will have to enter root password.
So here's how we change Ubuntu from its usual GUI mode to the Command line mode (black screen / text mode)
Note : If"sudo" is used before a command, then you will have to enter root password.
- Open the Terminal, and cd /etc/default
- Open the "grub" file in vi editor as root : sudo vi grub
- Change the property GRUB_CMDLINE_LINUX_DEFAULT from "quiet splash" to "text". See below
- ========
- #GRUB_CMDLINE_LINUX_DEFAULT = "quiet splash"
- GRUB_CMDLINE_LINUX_DEFAULT = "text"
- ========
- Run this command to update grub : sudo update-grub
- Reboot Ubuntu : sudo /sbin/reboot
On reboot, you should be able to see the command-line screen instead of GUI.
1 comment:
It was very nice article and it is very useful to Tibco CIM MDM learners.We also provide Tibco online training software online training
Post a Comment