Archive for the 'Bug' Category

Ubuntu Server on VirtualBox returns error This kernel requires the following features not present on the cpu: 0:6

I installed Ubuntu Server 8.04 inside a VirtualBox (v 2.4.1_OSE) virtual machine.
The installation went smooth, but when I wanted to boot into my Ubuntu Server, it returned the following error right after GRUB:

This kernel requires the following features not present on the cpu: 0:6
Unable to boot – please use a kernel appropriate for your CPU

Screenshot or it didn’t happen?

Ubuntu Server on VirtualBox returns error

How to solve:

This can be easily resolved by enabling the PAE/NX option in the virtual machine’s settings.
This will expose the PAE of your CPU to the virtual machine.

Just:

  1. go to the homescreen of Virtualbox
  2. select your virtual machine
  3. click the ‘settings’ button on top of the screen
  4. click the tab ‘Advanced’
  5. check the box next to ‘PAE/NX’

Like in this screenshot:

Screenshot-testserver - Settings-1

Now, you can fire up your virtual machine again, and it will start up without this error.

Keypad not working in Ubuntu 9.04

numkeyjpgAfter I installed Ubuntu 9.04 (Jaunty) I noted that my keypad didn’t work anymore.
I never searched to fix this bug as I’m not using it that often. (The top-row number are far more efficient to use)
My first laptop (dell latitude d820) made me learn how to work without the numeric part. Afterwards, this was not such a bad thing. Typing without using the keypad makes typing much quicker. You should give it a try some day!

But now my girlfriend wanted to use my computer to do some internet banking, which uses quite a lot of numeric digits to get authorized, and thus I have to fix it.
It seems like this is a problem in X.org.
This bug has already been registered on Launchpad with the number #197589.
The quick work around is disabling the “Pointer can be controlled using the keypad”-option in your keyboard settings.
Or just disable it by hitting “Ctrl + Alt + Num Lock”
There, that solved the problem… not that hard, but handy to know ;)