分页: 1 / 1
[问题]如何实现Ubuntu启动直接进入字符模式(命令行)
发表于 : 2007-11-25 21:48
由 yypfreedom
如何实现Ubuntu启动直接进入字符模式(命令行)
发表于 : 2007-11-25 21:54
由 yysq009
别发这么多。。。
发表于 : 2007-11-26 11:00
由 htxh6099
编辑GRUB启动菜单就可以了。
sudo gedit /boot/grub/menu.lst
默认启动是0,改成3就是了.
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not use 'savedefault' or your
# array will desync and will not let you boot your system.
default 0
发表于 : 2007-11-28 12:04
由 yypfreedom
htxh6099 写了:编辑GRUB启动菜单就可以了。
sudo gedit /boot/grub/menu.lst
默认启动是0,改成3就是了.
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not use 'savedefault' or your
# array will desync and will not let you boot your system.
default 0
我试过了这个方法可是不行啊!!!

发表于 : 2007-11-28 13:51
由 yaoms
在服务中,把gdm会这kdm前的勾取消
发表于 : 2008-02-05 21:46
由 wc_111191
最快的方法,在xwindows界面下按Ctrl + Alt + F2 进入字符界面
按Ctrl + Alt + F7 回到图形界面
发表于 : 2008-02-05 21:51
由 sevk
安装 sysv-rc-conf,把GDM构掉试试.
$ aptitude search sysv
p ksysv - KDE SysV-style init configuration editor
v not+sysv-solaris -
i sysv-rc - 类 System-V 运行级别改变机制
p sysv-rc-bootsplash - Bootsplash patches for rc files
p sysv-rc-conf - SysV init runlevel configuration tool for
p sysvbanner - System-V banner clone
i sysvconfig - A text menu based utility for configuring
p sysvinit - 类 System-V 初始化工具
i sysvutils - System-V-like utilities
发表于 : 2008-02-05 21:53
由 BigSnake.NET
删掉 gdm
发表于 : 2008-02-07 0:52
由 amwisk
#
# inittab This file describes how the INIT process should set up
# the system in a certain run-level.
#
# Author: Miquel van Smoorenburg, <
miquels@drinkel.nl.mugnet.org>
# Modified for RHS Linux by Marc Ewing and Donnie Barnes
#
# Default runlevel. The runlevels used by Mandriva Linux 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:
5:initdefault:
# System initialization.
si::sysinit:/etc/rc.d/rc.sysinit
l0:0:wait:/etc/rc.d/rc 0
编缉/etc/inittab,将上面那个5改成3就可以了,要ROOT权限
发表于 : 2008-09-07 0:02
由 bohemia
/系统/系统管理/服务 停止gdm;
或者 sudo /etc/init.d/gdm stop;
重新启动,即可默认到 字符模式;
可startx启动图形模式;