-
Couldn't load subscription status.
- Fork 108
Announce Secure Boot changes #328
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
Conversation
dinhngtu
commented
Mar 3, 2025
8cc41b0 to
3300fd5
Compare
| ## 8.3 with varstored >= 1.2.0-2.4 | ||
|
|
||
| Secure Boot is ready to use without extra configuration. Simply activate Secure Boot on your VMs, and they will be provided with an appropriate set of default Secure Boot variables. | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Even with varstored including certs, certs will still need to be manually propagated to existing VMs that are not in setup mode, that is any VM which already booted once and was not explicitly put in setup mode.
So parts of the Quick start guide below, and of the rest of the guide, still apply.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think that should be mentioned here.
0a9f2df to
b2c9acd
Compare
ed00912 to
0b2a2ea
Compare
|
Signed-off-by: Tu Dinh <[email protected]>
0b2a2ea to
6328ae3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I want to rework this page to extract old information related to 8.2 and pre-October 2025 updates 8.3, but in case I can't find enough time before the release: let's merge.
|
|
||
| * If you haven't used `secureboot-certs install` on your pool, your pool now supports guest Secure Boot by default. | ||
| * We now include the 2023 Microsoft KEK certificate for guest-initiated security updates to the db and dbx variables. | ||
| * If you have used `secureboot-certs install` on your pool before, install these certificates manually by running this command again. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The best way for most users here is to remove the installed certificates to let XAPI use the defaults provided by the RPM. This way, their pool gets new updates in the future. This whole "use system defaults" vs "install certs that stick" question is worth its own section and possibly details in a pool's advanced view about installed certs and whether they come from system or not.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was a pending comment I apparently never published.
The "legacy" page contains the information in this page prior to #328. The "current" page purges all the information about versions prior to the guest SB update. Signed-off-by: Tu Dinh <[email protected]>