[완료] Debian 8.2 (Jessie) 64bit KDE 콘솔, 커맨드 라인, 터미널(날), 텍스트 부팅 문제
인터넷 검색으로 http://ask.xmodulo.com/boot-into-command-line-ubuntu-debian.html를 알게 되어 똑같이 따라 해 보았습니다만 달라진 것은 콘솔 부팅과정을 거치는 것뿐이고 결국은 xwindow가 자동으로 실행되어 계정명과 비밀번호를 물어봅니다.
# 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_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
#GRUB_CMDLINE_LINUX_DEFAULT="quiet"
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="0x01234567,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"
제가 무엇을 잘못한 걸까요?
#은 root 상태 $는 root가 아닌 일반 사용자 상태입니다.
인터넷 검색으로 http://www.debianadmin.com/howto-boot-debian-in-text-mode-instead-of-graphical-mode-gui.html을 보고 콘솔 부팅 문제는 일단 해결했습니다.
#update-rc.d -f kdm remove 명령으로 KDE Display Manager를 제거하고 재시작하니 xwindow가 자동으로 실행 되지 않고 콘솔 로그인 화면이 나옵니다.
xwindow 자동실행 복구 방법은 #update-rc.d -f kdm defaults를 입력하고 실행하면 됩니다.
자연스럽게 궁금한 점이 생기는데 왜 /etc/default/grub의 내용을 수정하는 방법으로는 콘솔 부팅 진행과정만(녹색의 OK글자가 보임) 나타나고 자동으로 xwindow가 실행 되며, 왜 Display Manager를 제거하면 grub 수정 없이 (콘솔 부팅 진행과정에서 볼 수 있는 녹색의 OK는 안 보입니다) 콘솔 로그인으로 바뀌는 것입니까?
댓글 달기