failed to access perfctr msr - When running Fedora on a VM

15,350

Regarding: Failed to access perfctr msr

This is a notification that the CPU does not support performance counters.

These are only used to help the OS detect hanging (NMI Watchdog) and for PMU based performance analysis.

This can be ignored.

Regarding: Fast TSC Calibration Failed

This can also be ignored or try the following:

Add "clocksource=tsc" to grub

sudo mousepad /etc/default/grub

GRUB_CMDLINE_LINUX="clocksource=tsc"

update "grub.cfg"

sudo grub-mkconfig -o /boot/grub/grub.cfg

reboot
Share:
15,350

Related videos on Youtube

Ramzi Kahil
Author by

Ramzi Kahil

My general StackExchange profile

Updated on September 18, 2022

Comments

  • Ramzi Kahil
    Ramzi Kahil over 1 year

    I'm trying to run a Virtual Machine with Fedora, and I choose to "Start fedora" from a list where I can start it or troubleshoot problems. The I get the following output:

    [   0.00000] tsc: Fast TSC calibration failed
    [   0.73...] Failed  to access perfctr msr (MSR c00100044 is 0)
    

    I have tried 3 versions of Fedora (Desktop, MATE, LXDE). All give me the second line, MATE and LXDE give also the first line. Then the VM just hangs.

    What is the reason? What can I do?

    • The host runs Ubuntu and has an AMD processor with Virtualization enabled in the BIOS.
    • Running another version (the first from here) on a VM works fine. Running some lite version of Ubuntu also worked in the past.
    • I use the following command qemu-system-x86_64 -hda fedora.img -boot d -cdrom fedora.iso -m 512
  • jamie
    jamie over 3 years
    Oh man that 'sacred' me when I ran Gprated in a VirtualBox VM, I thought it would not work.