Win32 Critical Error

noorulhassanrko

New Member
Messages
5
Reaction score
0
Hi guys. I'm getting a win32k critical error while booting from lite image created with ntlite. Does anyone have a solution for this
 
Please attach your preset, after removing any user passwords or license keys.
 
Why did you disable the Video kernel driver? That's a mandatory service.
Code:
                <ExtraServices>
                        <TweakGroup name="drivers">
                                <Tweak name="Vid\Vid">4</Tweak>
                        </TweakGroup>
                </ExtraServices>
 
I
Why did you disable the Video kernel driver? That's a mandatory service.
Code:
                <ExtraServices>
                        <TweakGroup name="drivers">
                                <Tweak name="Vid\Vid">4</Tweak>
                        </TweakGroup>
                </ExtraServices>

Why did you disable the Video kernel driver? That's a mandatory service.
Code:
                <ExtraServices>
                        <TweakGroup name="drivers">
                                <Tweak name="Vid\Vid">4</Tweak>
                        </TweakGroup>
                </ExtraServices>
 
This is the old file I tried even after making that specific adjustment about the "vid" but the same error still poped up
 
What is the exact error message? Do you this error in Event Viewer?
 
What is the exact error message? Do you this error in Event Viewer?
Error pops up during the boot in virtual box.
Its Win32K Critical failure.
 

Attachments

  • Screenshot_2025-07-11-11-55-02-098_com.google.android.googlequicksearchbox.jpg
    Screenshot_2025-07-11-11-55-02-098_com.google.android.googlequicksearchbox.jpg
    102.5 KB
Why did you disable the Video kernel driver? That's a mandatory service.
Code:
                <ExtraServices>
                        <TweakGroup name="drivers">
                                <Tweak name="Vid\Vid">4</Tweak>
                        </TweakGroup>
                </ExtraServices>
Mandatory for ?
I don't have this service (not listed)

Error pops up during the boot in virtual box.
Its Win32K Critical failure.
No need this for "Virtual box" ?
Code:
<Tweak name="NdisVirtualBus\NdisVirtualBus">4</Tweak>
 
Tested it, it's LDDM
Remove this line from the preset
<Tweak name="DXGKrnl\DXGKrnl">1</Tweak>

Will lock it from editing since it's so sensitive just going from Boot to System, will test if just for 24H2 modern setup.
But this entire Extra Services section is better to avoid unless you want to play with it one by one.

vid (wvid.inf) is a HyperV video driver, should be safe to remove/disable, unless you need HyperV compatibility of course.
 
Back
Top