可不可以 在 ubuntu 启动 菜单 中 加入 进入 字符 界面 (shell) 的 选项?

小弟的电脑实在太烂,请高手大哥多多指教。
在下的系统是ubuntu 8.04。
望大哥大姐不吝赐教。

很容易

命令行输入 sudo gedit /boot/grub/grub.conf

复制 你的Ubuntu启动的段落
----------------------
title ...
root ...
kernel ...
initrd ...
----------------------

将你的ubuntu启动部分 就是以上格式的 复制下来,添加到grub.conf的最后

然后在kernel 那一行 最后添加一个空格 3
并且把title 那一行改成
title ubuntu console mode

保存 退出 重启, grub选择的时候选择 ubuntu console mode 进入系统 即进入了 init3 字符命令行模式

怕你不懂 ,我用我fedora的给你描述下, 你参考参考, 记住 千万别死板照抄
我fedora core4的grub.conf
------------------------
default=0
timeout=5
title Fedora Core (2.6.11-1.1369_FC4)
root (hd0,6)
kernel /boot/vmlinuz-2.6.11-1.1369_FC4 ro root=LABEL=/
initrd /boot/initrd-2.6.11-1.1369_FC4.img
------------------------
修改后的grub.conf
------------------------
default=0
timeout=5
title Fedora Core (2.6.11-1.1369_FC4)
root (hd0,6)
kernel /boot/vmlinuz-2.6.11-1.1369_FC4 ro root=LABEL=/
initrd /boot/initrd-2.6.11-1.1369_FC4.img

title Fedora Core Console mode
root (hd0,6)
kernel /boot/vmlinuz-2.6.11-1.1369_FC4 ro root=LABEL=/ 3
initrd /boot/initrd-2.6.11-1.1369_FC4.img
---------------------

以此类比 ,修改你ubuntu的grub.conf即可
温馨提示:答案为网友推荐,仅供参考
第1个回答  2008-10-04
不用加进去。只要将启动init等级改成3,就直接启动到字符界面了。如果想启动图形界面就输入startx回车。

相关了解……

你可能感兴趣的内容

大家正在搜

本站内容来自于网友发表,不代表本站立场,仅表示其个人看法,不对其真实性、正确性、有效性作任何的担保
相关事宜请发邮件给我们
© 非常风气网