/etc/inittab 파일을 편집하세요
# inittab is only used by upstart for the default runlevel. # # ADDING OTHER CONFIGURATION HERE WILL HAVE NO EFFECT ON YOUR SYSTEM. # # System initialization is started by /etc/init/rcS.conf # # Individual runlevels are started by /etc/init/rc.conf # # Ctrl-Alt-Delete is handled by /etc/init/control-alt-delete.conf # # Terminal gettys are handled by /etc/init/tty.conf and /etc/init/serial.conf, # with configuration in /etc/sysconfig/init. # # For information on how to write upstart event handlers, or how # upstart works, see init(5), init(8), and initctl(8). # # Default runlevel. The runlevels used are: # 0 - halt (Do NOT set initdefault to this) # 1 - Single user mode # 2 - Multiuser, without NFS (The same as 3, if you do not have networking) # 3 - Full multiuser mode # 4 - unused # 5 - X11 # 6 - reboot (Do NOT set initdefault to this) # id:3:initdefault:
이 코드 줄을 찾으세요:id:3:initdefault:
Linux가 시스템에 들어간 후 실행되는 init 작업 수준을 정의합니다. 6가지 수준이 있습니다:
수준 0, 정지, 종료 모드;
레벨 2, 다중 사용자 모드, 네트워크 기능 없음
레벨 3, 모든 기능을 갖춘 단일 사용자 모드; ;
레벨 5, X11 모드, 그래픽 인터페이스 모드
레벨 6, 재시작 모드.
원래 "3"을 "5"로 변경한 후 시스템을 재부팅하세요.추천 튜토리얼: linux 튜토리얼
위 내용은 Linux 부팅 시 그래픽 인터페이스로 들어가는 방법의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!