Book Image

Windows Server 2016 Hyper-V Cookbook - Second Edition

By : Charbel Nemnom, Patrick Lownds, Leandro Carvalho
Book Image

Windows Server 2016 Hyper-V Cookbook - Second Edition

By: Charbel Nemnom, Patrick Lownds, Leandro Carvalho

Overview of this book

Hyper-V 2016 is full of new features and updates. The second of our best-selling Hyper-V books, the Windows Server 2016 Hyper-V Cookbook has it all covered. Brimming with expert solutions and techniques, you?ll have everything you need to master virtualization and Hyper-V Manager. This Hyper-V book is designed to help advanced-level administrators benefit fully from the new Windows Server. With over 80 hands-on recipes, the Hyper-V Cookbook gives you tips, tricks and best practices to deploy, maintain and upgrade your virtual machines.
Table of Contents (19 chapters)
Windows Server 2016 Hyper-V Cookbook - Second Edition
Credits
About the Authors
Acknowledgments
www.PacktPub.com
Customer Feedback
Preface
Index

Virtual Machine Secure boot


Virtual Machine Secure Boot was first introduced in Windows 2012 R2 and was limited to Windows-based VMs. With the introduction of Windows Server 2016, Microsoft extended support for Secure Boot to a number of Linux operating systems running inside a VM. The following Linux distributions are now enabled for Secure Boot:

  • Ubuntu 14.04 and later

  • SUSE Linux Enterprise Server 12 and later

  • Red Hat Enterprise Linux 7.0 and later

  • CentOS 7.0 and later

The purpose of Virtual Machine Secure Boot is to ensure that every component that is loaded as part of the boot process is trusted, all the way from firmware through to the boot process of the kernel and the loading of an anti-malware driver, assuming one is available and has been installed. By enforcing that all boot components and trusted boot critical drivers are signed, the VM operating system helps to prevent malware from persisting within the VM itself.

Getting ready

Virtual Machine Secure Boot requires a Generation-2 VM...