honeybee
Goto Top

CentOS 7: Fast TSC calibration failed

Hallo,

beim Start erscheint in CentOS 7 diese Meldung:

tsc: Fast TSC calibration failed

Aufgrund vieler Recherchen in Google habe ich in /etc/default/grub was ergänzt und zwar das Commandline clocksource=acpi_pm:

[root@xxx default]# cat grub
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"  
GRUB_DEFAULT=saved
GRUB_DISABLE_SUBMENU=true
GRUB_TERMINAL_OUTPUT="console"  
GRUB_CMDLINE_LINUX="crashkernel=auto rd.lvm.lv=centos/root rd.lvm.lv=centos/swap rhgb quiet clocksource=acpi_pm"  
GRUB_DISABLE_RECOVERY="true"  

und danach den Rechner neu gestartet.
Aber die Meldung ist leider immer noch da. Es handelt sich um eine Hyper-V-VM. Die Linux-Integrationsdienste von Microsoft sind schon installiert.

Hat es was mit der VM zu tun?

Content-Key: 314490

Url: https://administrator.de/contentid/314490

Printed on: April 19, 2024 at 04:04 o'clock

Mitglied: 129813
129813 Sep 06, 2016 updated at 08:19:33 (UTC)
Goto Top
Hi,
are you using a generation 2 VM ? If yes, did you disable secure boot for it on Hyper-V? For CentOS better use a generation 1 VM.

Regards
Member: honeybee
honeybee Sep 06, 2016 at 08:22:00 (UTC)
Goto Top
I'm using the VM of generation 1. It's Hyper-V from Windows Server 2008 R2.
Mitglied: 129813
129813 Sep 06, 2016 at 08:25:55 (UTC)
Goto Top
Is clock synchronisation disabled in Hyper-V?
Member: honeybee
honeybee Sep 06, 2016 at 08:28:36 (UTC)
Goto Top
Yes, and the message still occurs...
Member: michi1983
Solution michi1983 Sep 06, 2016 at 08:29:11 (UTC)
Goto Top
Hallo,

das ist doch ohnehin nur ein Warnhinweis. Den kann man getrost ignorieren.
Habe unter Windows 10 Hyper-V auch eine CentOS7 VM laufen, die zeigt den selben Hinweis beim Starten.

Gruß
Mitglied: 129813
Solution 129813 Sep 06, 2016 updated at 08:31:20 (UTC)
Goto Top
This message is normal. It doesn't matter you can safely ignore it.