I tried installing the VBox 3.0 from the 'VirtualBox-3.0.0-49315-Linux_x86.run' package. Everything seemed to work right, but when I ran it, I could make a VM, but not start it. I started hunting through the forums and saw that I should add 'nmi_watchdog=0' to the boot options in grub, so I did that, thinking I was a pretty smart fella. Unfortunately, that didn't work either.
Looking at dmesg:
Code: Select all
$ dmesg | grep nmi
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.31-2-generic root=UUID=4bff55a4-2798-40d9-ad57-9799a026098e ro splash nmi_watchdog=0Code: Select all
$ dmesg | grep NMI
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])Code: Select all
$ dmesg | grep vbox
[ 221.422515] vboxdrv: Trying to deactivate the NMI watchdog permanently...
[ 221.422519] vboxdrv: NMI watchdog either active or at least initialized. Please disable the NMI
[ 221.422521] vboxdrv: watchdog by specifying 'nmi_watchdog=0' at kernel command line.
Thanks!