docs: clarify bios time requirement for key signature verification#437
Open
thomas-dkmt wants to merge 2 commits intoxcp-ng:masterfrom
Open
docs: clarify bios time requirement for key signature verification#437thomas-dkmt wants to merge 2 commits intoxcp-ng:masterfrom
thomas-dkmt wants to merge 2 commits intoxcp-ng:masterfrom
Conversation
Danp2
requested changes
Jan 21, 2026
This commit updates the XCP-ng doc, explaining that an incorrect BIOS time can cause the "Signature Key Import Failed" error during installation. Signed-off-by: Thomas Moraine <thomas.moraine@vates.tech>
015e93d to
f2269b1
Compare
Danp2
requested changes
Jan 22, 2026
Signed-off-by: Thomas Moraine <thomas.moraine@vates.tech>
stormi
reviewed
Jan 22, 2026
|
|
||
| :::info | ||
| Set the server's BIOS clock to the current UTC time. For debugging support cases, serial console access may be required. Consider configuring serial console access for XCP-ng. For systems without physical serial ports, explore embedded management devices like Dell DRAC or HP iLO. See [CTX228930 - How to Configure Serial Console Access on XenServer 7.0 and later](https://support.citrix.com/article/CTX228930). | ||
| - Set the server's BIOS clock to the current UTC time. Key signatures can only be verified if your BIOS time is set correctly. Failing to do so may result in "Signature Key Import Failed" errors when configuring IPv4. |
Member
There was a problem hiding this comment.
Failing to do so may result in "Signature Key Import Failed" errors when configuring IPv4.
What does this mean? How is configuring network related to signature checks?
Danp2
approved these changes
Jan 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR updates the Requirements section of the XCP-ng doc, to explain that an incorrect BIOS time can cause the "Signature Key Import Failed" error during installation.
This addition addresses a request from the XCP-ng forum.