-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Component
Dasharo firmware
Device
NovaCustom NUC BOX 14th Gen
Dasharo version
v0.9.0
Dasharo Tools Suite version
No response
Test case ID
No response
Brief summary
When attempting to install Windows on a USB pen drive, the installer claims that Windows cannot be installed as the requirements aren't met.
How reproducible
No response
How to reproduce
- Boot to a USB pen drive that contains the Windows 11 installer.
- Try to install Windows 11 Pro.
Expected behavior
Installation finishes without any error.
Actual behavior
The installer stops while showing an error, indicating that the requirements aren't met to install Windows 11.
Screenshots
Additional context
No response
Solutions you've tried
Workaround: Click on the X icon at the right upper corner to quit the setup. Hold the SHIFT key and press F10. Then give the command regedit
. Navigate to HKEY_LOCAL_MACHINE\SYSTEM\Setup
and create a new key (folder) here named LabConfig
. Within this key, create a new DWORD (32 bits) value named BypassSecureBootCheck
. Create another DWORD (32 bits) value named BypassTPMCheck
. Change both values to 1
.