Ubuntu boot into the text interface because I have a very old notebook, I think it is a pity, so I put it in the dormitory as a Linux server, it's hard to open a GUI (as a server ). Use the Ubuntu release version to modify and run it according to the method of laruence...
How to enter the text interface after Ubuntu is started
Because I had a very old notebook and threw it away, it was a pity that I put it in the dormitory as a Linux server. it was a little hard to open the graphic interface (in fact, it was not needed as a server ). Use the Ubuntu release version to modify the running level according to the method of laruence. the inittab file cannot be found! Various searches found the way Ubuntu entered the text interface. Three steps are required:
1. open the/etc/default/grub file
2. change GRUB_CMDLINE_LINUX_DEFAULT = "quiet splash" to GRUB_CMDLINE_LINUX_DEFAULT = "quiet splash text"
3. sudo update-grub
From the nevasun column