-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unchecked MSR access error, when applying the update #32
Comments
Same CPU. Same logs. I'm not sure what MSR is, but the following didn't seem to prevent those log lines: boot.kernelParams = [ "msr.allow_writes=on" ]; |
I don’t have access to a CPU from this family for investigation. Could you please determine whether the issue is caused by a kernel update or a microcode update? You can set the microcode repository input to a previous revision to verify. |
With above, no error. Only change is allowing it to bump up to |
The issue might stem from an incorrect microcode binary format, which would suggest a problem at the source, or an unexpected format update that would require an adjustment to |
Well, I can share my screen and you'd tell me exactly what to do, if you're interested, @e-tho. |
@mightyiam Try reaching out to the author of the CPUMicrocodes repository to find out if there have been any changes regarding the format of the |
@e-tho I received a response there that there were no changes to the format. Is there anything I can do towards gaining a better understanding of this error? |
Do I need to enable msr with
msr.allow_writes=on
?Config:
Logs:
The text was updated successfully, but these errors were encountered: