2007年11月25日 星期日

Ubuntu開啟切換到console mode

From http://www.howtogeek.com/howto/ubuntu/how-to-switch-to-console-mode-for-ubuntu-vmware-guest/

把 /boot/grub/menu.lst kernel那行後面的"splash"拿掉,重開機後就ok。


sudo vi /boot/grub/menu.lst

Find the section that looks like this:

## ## End Default Options ##

title Ubuntu, kernel 2.6.17-10-386
root (hd0,0)
kernel /boot/vmlinuz-2.6.17-10-386 root=UUID=8312b3d9-e087-439b-8f3b-21f4b00434f1 ro quiet splash
initrd /boot/initrd.img-2.6.17-10-386
savedefault
boot

Remove "splash" from the kernel line. Save the file, and reboot.

You should now be able to switch to console mode by using Ctrl+Alt+F1 (or F2-F6)

沒有留言: