Comment 22 for bug 657990

Revision history for this message
scotty (sfranzyshen-hotmail) wrote :

try adding "clocksource=jiffies nolapic_timers" to the kernel command line
parameter.

sudo pico /etc/default/grub

change

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

to

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nolapci_timer clocksource=jiffies"

save changes

sudo update-grub

reboot

sfranzyshen