ubuntu startup to terminal
In ubuntu,the way the the startup to terminal is different from fedora/redhat
- open grub configuration file
vim /etc/default/grub
- change the line into
GRUB_CMDLINE_LINUX_DEFAULT="quite splash text"
- update grub binary by
update-grub
in shell