2016-10-14 2 views
2

Я на Ubuntu 16.04.1 LTS Server. Я новичок в Linux, поэтому решил установить Gnome.Не могу загрузить загрузку в текстовый режим/Консоль/Командная строка, даже если бы я изменил grub

Sudo APT-получить установку Xorg гном-жильный гном-системы-инструменты гном-приложение установить

Я все еще хочу, чтобы загрузить в командной строке .. Так что я пытался обновить файл GRUB.

Я все шаги: Sudo Gedit/и т.д./по умолчанию/личинку

редактировать личинка см ниже и после того, как я сделал: Sudo обновление-личинка после того как я перезагрузился, но все еще продолжают загружаться в gui ...

Пожалуйста, помогите!

# If you change this file, run 'update-grub' afterwards to update 
# /boot/grub/grub.cfg. 
# For full documentation of the options in this file, see: 
# info -f grub -n 'Simple configuration' 

GRUB_DEFAULT=0 
#GRUB_HIDDEN_TIMEOUT=0 
GRUB_HIDDEN_TIMEOUT_QUIET=true 
GRUB_TIMEOUT=2 
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian` 
#GRUB_CMDLINE_LINUX_DEFAULT="" 
GRUB_CMDLINE_LINUX="text"** 

# Uncomment to enable BadRAM filtering, modify to suit your needs 
# This works with Linux (no patch required) and with any kernel that obtains 
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...) 
#GRUB_BADRAM="0x,0xfefefefe,0x89abcdef,0xefefefef" 

# Uncomment to disable graphical terminal (grub-pc only) 
GRUB_TERMINAL=console 

# The resolution used on graphical terminal 
# note that you can use only modes which your graphic card supports via VBE 
# you can see them in real GRUB with the command `vbeinfo' 
#GRUB_GFXMODE=640x480 

# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux 
#GRUB_DISABLE_LINUX_UUID=true 

# Uncomment to disable generation of recovery mode menu entries 
#GRUB_DISABLE_RECOVERY="true" 

# Uncomment to get a beep at grub start 
#GRUB_INIT_TUNE="480 440 1" 
+0

Вы читали ответы на [этот вопрос] (HTTP: // askubuntu. ком/вопросы/16371 /, как-делать-я-Disable-х-у-ботинок-время так, что-то-систему сапоги-в-текстовым режим)? –

ответ

1

Я думаю, что вы хотите

GRUB_CMDLINE_LINUX_DEFAULT="text" 
GRUB_CMDLINE_LINUX="" 

и

sudo systemctl enable multi-user.target --force 
sudo systemctl set-default multi-user.target 

См this answer в this question

+0

Спасибо! Это сработало! –

Смежные вопросы