Home > System Tutorial > LINUX > How to enter the character interface when booting Ubuntu 16.04

How to enter the character interface when booting Ubuntu 16.04

WBOY
Release: 2023-12-29 15:58:18
forward
1482 people have browsed it

I need to boot my own ubuntu system directly and enter the character interface to log in. I find that the previous method of modifying grub is not easy to use. What should I do? The editor below will show you how to start the character interface when booting Ubuntu 16.04. Let’s go and see it together!

How to enter the character interface when booting Ubuntu 16.04

method:

1. First, we modify the grub file and remove GRUB_CMDLINE_LINUX_DEFAULT="text" and cancel the comment# before GRUB_TERMINAL=console.

$sudo gedit /etc/default/grub

How to enter the character interface when booting Ubuntu 16.04

2. Then update our grub.

$sudo update-grub

How to enter the character interface when booting Ubuntu 16.04

3. Set up the computer to enter the character interface.

$sudo systemctl set-default multi-user.target

How to enter the character interface when booting Ubuntu 16.04

4. Then we restart our ubuntu.

$sudo reboot

How to enter the character interface when booting Ubuntu 16.04

5. After restarting, you will enter our tty1 character interface.

How to enter the character interface when booting Ubuntu 16.04

6. Enter your username and password to log in.

How to enter the character interface when booting Ubuntu 16.04

7. To log in to the graphical interface in the character interface, you can use the following command.

$sudo systemctl start lightdm

How to enter the character interface when booting Ubuntu 16.04

How to enter the character interface when booting Ubuntu 16.04

8. If you want to return to booting and enter the graphical interface directly, you can execute the following command.

$sudo systemctl set-default graphical.target

How to enter the character interface when booting Ubuntu 16.04

The above is the detailed content of How to enter the character interface when booting Ubuntu 16.04. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:jb51.net
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template