Therefore, we will need to disable that first. Generation 2 VM still supports serial ports. We can set up serial ports for debugging again through PowerShell.
Here are two PowerShell commands to accomplish this:
PS C:\> Set-VMFirmware -VMName testvm -EnableSecureBoot Off
PS C:\> Set-VMComPort testvm 1 \\.\pipe\vmdebug
No comments:
Post a Comment