
Today when cranking up VMware with Ubuntu 10.04 I lost my keyboard. Here’s what you do to get in. Unfortunately for me, this didn’t work, because the virtual keyboard wouldn’t work for me either. Since it was a fresh install here were my steps:
- Click New Virtual Machine

- Choose “I will install the operating system later”
- Choose linux and Ubuntu on the next screen
- Name it whatever and wherever you want it located on the next screen.
- Give it your required size, etc.
- Once created, right click on it and choose Edit
- Under hardware -> CD/DVD choose Use ISO image and use your ISO image as the CD
- Boot the VM
- Run your 10.04 setup, the way you want to.
- When you get to the keyboard layout – test your keyboard. It should work!
- Finish install and you now have a working VM, but no VM tools yet. VM tools installation coming next!!
Getting VM Tools working: (If you want them working)
- Once you are logged in, pull up a Terminal from the menu.
- According to this blog (And thanks very much!)
- First let’s make a backup: sudo cp /etc/default/console-setup /etc/default/console-setup.BACKUP
- sudo nano /etc/default/console-setup
- Look for: (If it doesn’t need changes – then skip this step)
XKBMODEL=”SKIP”
XKBLAYOUT=”us”
XKBVARIANT=”U.S. English”
XKBOPTIONS=”” - Change to:
XKBMODEL=”pc105″
XKBLAYOUT=”us”
XKBVARIANT=””
XKBOPTIONS=”” - If it’s already set that like it was for me then click the VMWare tools install at the bottom of the VM screen. It should be there when you have it in the smaller window view.
- It should open a virtual directory on your VM showing a vmwaretools.XXXX.tar.gz
- Double click it and extract it where you want it
- Once extracted, browse to that folder with a Terminal
- Run: sudo ./vmware-install.pl
- Take all the default options in the install, unless you know exactly what you are doing
- Finish the install
- Once it says it’s complete do a restart to ensure everything went okay!
That should be it. I hope that helps someone out there and if you need help, post below.



