Ubuntu10.10 start to enter Command Line Mode 1: Run sudogedit/etc/default/grub2: Find GRUB_CMDLINE_LINUX_DEFAULT = "quietsplash" 3: change to GRUB_CMDLINE_LINUX_DEFAULT = "quietsplashtext" 3: running sudoupdate-grub restart over does not require any pair of G
Start Ubuntu 10.10 to enter the command line mode
1: Run sudo gedit/etc/default/grub
2: Find GRUB_CMDLINE_LINUX_DEFAULT = "quiet splash"
3: changed to GRUB_CMDLINE_LINUX_DEFAULT = "quiet splash text"
3: Run sudo update-grub.
Restart over
You do not need to perform any operation on the agent.
In addition, in the Chinese locale, the command line interface displays Chinese characters. You can simply install zhcon and also bring the Chinese Input Method under the command line.
Sudo aptitude install zhcon
Zhcon -- utf8
The idea must be started with the -- utf8 parameter. The default zhcon is gb2312 encoding.
If you do not need to enter Chinese characters in the console, you can use jfbterm to display faster and more elegant data.
Sudo aptitude install jfbterm
Jfbterm-q-c other, UTF-8, iconv, UTF-8
Because the parameters are too long, you can write files and add execution permissions to run them.
In addition, to enable framebuffer to Improve the Performance of zhcon or jfbterm, you also need to modify the/etc/default/grub file and remove the comment (#) before GRUB_GFXMODE, you can change the value to 800x600 or 1024x768 based on your machine. Do not change the value to the wide screen resolution unless you use the vbeinfo command to test that the video card supports framebuffer under the wide screen resolution.
For example
GRUB_GFXMODE = 800x600x16