error messages when starting proxmox

Cor

New Member
Nov 13, 2016
7
0
1
34
During startup every time I see the following messages appear on the screen what to do about this?
 

Attachments

do you have a guest with cpu=host?
then this is completely normal and not an error, more a warning..
you can disable them with:

Code:
echo 1 > /sys/module/kvm/parameters/ignore_msrs
 
I have that option set as well and cpu=Haswell, but this messages still appear.

You can stop this error message to appear by lowering your kernel log level:
echo 2 >/proc/sys/kernel/printk
 
Last edited: