The new Ubuntu10.10 system was released this year. The method for closing the graphic interface is really different from that before. The reason is that, in sysv-rc-conf, the system does not start the running of the agent. I was surprised when I finally found the method. In the original version of Maverick, GRUB was used to control the startup mode completely. Modify the GRUB configuration file (grub. conf is not recommended) sudovi/etc/default/grub to find this line: GRUB_CMDLINE
This Ubuntu 10.10 system was released this year. The method of disabling the graphic interface is really different from that before. The reason is that, in sysv-rc-conf, the system does not start the running of the agent. I was surprised when I finally found the method. In the original version of Maverick, GRUB was used to control the startup mode completely.
Modify the GRUB configuration file (grub. conf is not recommended) sudo vi/etc/default/grub find this line: GRUB_CMDLINE_LINUX_DEFAULT = "quiet splash"
Changed to: GRUB_CMDLINE_LINUX_DEFAULT = "text"
Save and restart sudo update-grub.
As for why GRUB should be changed, I think it's all about people who want to close the graphic interface. These things should have been seen elsewhere.