Secure Boot with Linux Virtual Machine on Hyper-V
Fix secure boot problems for Linux virtual machines on Hyper-V.
John Savill
January 4, 2015
1 Min Read
Q: I'm trying to use secure boot with a Linux virtual machine in Windows Server vNext Hyper-V, but it isn't working; what do I need to do?
A: Secure boot is supported with Windows Server vNext Hyper-V in Linux for Generation 2 virtual machines; however, it's necessary to change the certificate used via a PowerShell command:
Set-VMFirmware "" -SecureBootTemplate MicrosoftUEFICertificateAuthority
Secure boot should now work with the Linux virtual machine (providing the Linux distribution supports secure boot).
About the Author
Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
You May Also Like