https://stackoverflow.com/questions/18055593/fast-tsc-calibration-failed
For me, the timer output type was acpi_pm:
I edited /etc/default/grub using:
$ cat /sys/devices/system/clocksource/clocksource0/available_clocksource
acpi_pm
$ sudo vi /etc/default/grubI changed:
GRUB_CMDLINE_LINUX=""To:
GRUB_CMDLINE_LINUX="clocksource=acpi_pm"I then regenerated the grub.cfg using:
$ sudo grub-mkconfig -o /boot/grub/grub.cfgAfter a reboot all was good.
No comments:
Post a Comment