How to enter the character interface by default when ubuntu is set to boot

Source: Internet
Author: User
Please refer to this article. ubuntulinux automatically enters the character page in the Ubuntu 10.04 system: Method: sudovim/etc/default/grub find this line: GRUB_CMDLINE_LINUX_DEFAULT & quot; quietsplash & quot; changed to: GRUB_CMDLINE_LINUX_DE... refer to this article. ubuntu linux automatically enters the character interface

In Ubuntu 10.04:
 
Method:
 
Sudo vim/etc/default/grub
Find this line: GRUB_CMDLINE_LINUX_DEFAULT = "quiet splash"
Changed to GRUB_CMDLINE_LINUX_DEFAULT = "text" or "quiet splash text"
Save and restart sudo update-grub.

Note:
Quiet refers to the simplified prompt information during kernel startup.
Splash means to use a graphical progress bar to replace the init character output process at startup.
========================================================== ========================================================== ==============
In ubuntu10.04 or later versions:
Method 1:
After Ubuntu is installed, the default run level is 2, which means the GUI is started by default.
 
The reason why Ubuntu can be directly started to the graphic interface is that it is caused by running the machine learning kit (WTI. Therefore, you only need to disable the start script of the target instance. the method is to change the first letter S in the file name to K:
Cd/etc/rc2.d
Sudo mv s30tpd k30tpd
Note: This method is not applicable to 11.10
 
Method 2:
Ubuntu is compatible with inittab, so a new/etc/inittab file is created.
Input:
Id: 3: initdefault:
Go to/etc/rc3.d/to check the name of the startup script for running the machine learning platform for AI:
Ls-l * gestational disease
If the object name is set to S, change the object name to K.
========================================================== ========================================================== ================
 
How to enter the graphic interface from the character interface: startx starts X Window

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.