4d61726b / VirtualKD-Redux

VirtualKD-Redux - A revival and modernization of VirtualKD
GNU Lesser General Public License v2.1
777 stars 136 forks source link

Cannot create VirtualKD boot entry on Windows 10 x64 #30

Closed ilqvya closed 3 years ago

ilqvya commented 3 years ago

Describe the bug image

To Reproduce Steps to reproduce the behavior: Run vminstall.exe and press "Install"

Expected behavior It works

Screenshots

Configuration (please complete the following information):

ilqvya commented 3 years ago

I've researched the you should disable windows10 secure boot option in vmware settings (Advanced tab) in order to get it working. I'd like to see a message about this things instead of HRESULT ^^

4d61726b commented 3 years ago

Thanks for reporting this issue. I went ahead and made a fix in 6a08a14d43af08fe830f8391d9e941fb38e2bbba which should detect secure boot and report back a proper error message. This will be in the next release.

ilqvya commented 3 years ago

Cool! Thanks