Subscribe to How-To Geek

Recommended: Click Here to Run a Free Scan for Common PC Errors   [Sponsored Link]

How To Switch to Console Mode for Ubuntu VMware Guest

If you are running an Ubuntu guest in VMware, you may have found that you cannot switch into the Console mode using Ctrl+Alt+F1. If you try, you will encounter a blank screen and won't see a login prompt at all.

There's an easy workaround for this, but it's not an obvious one. I'll have to thank larstr on IRC for this tip.

Open up /boot/grub/menu.lst using the following command (or use your favorite editor)

sudo gedit /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)

The Geek is the founder of How-To Geek and a geek enthusiast. When he's not coming up with great how-to articles, he's probably writing at his personal blog. This article was written on 12/13/06 and tagged with: Ubuntu, Ubuntu Tips & Tweaks, VMware

Comments (4)

  1. Carsten Dreesbach

    Nice tips, love the site, but this one is not working for me. Running Edgy Eft with VMWare Wkst 5.5.3 and kernel 2.6.17-11. Anything I need to do in VMWare?

  2. Aki

    Thanks, worked for me. Using VMware Server 1.0.2 and Ubuntu 6.10.

  3. Alan

    Ummm…remind me how to get out of this :)

  4. Alan

    Never mind..I got it! (Alt F7)


Leave a Comment




Leave your friendly comment here. If you have a computer help question, leave it on the forums instead.

Note: Your comment may not show up immediately on the site.

Copyright © 2006-2008 HowToGeek.com. All Rights Reserved.