Blue Screen When Trimming Editions

techguy378

New Member
Messages
6
Reaction score
0
I have a Windows 11 Pro license I bought through the Microsoft Store. I downloaded an ISO using the Media Creation Tool and used NTLite to trim everything except the Pro edition. I wiped my hard disk and did a clean install. When Windows reboots after the hardware detection on first boot, I get a blue screen saying an update needs to be installed. If I don't trim non-essential editions, everything works perfectly fine. Does the Home edition need to be in the image for Pro to work?
 
I presume you have a PC with a Home edition product key in the BIOS. By default, Setup will try to match whatever edition it finds in the OEM product key. You have a few options to have Setup ignore the BIOS product key.

1. Use unattended mode, NTLite will automatically force the selection of your single image (Pro).

2. Use unattended mode, but enter a generic installation key for Pro. This is not a permanent license, but allows Setup to continue the install.
Code:
W269N-WFGWX-YVC9B-4J6C9-T83GX

3. Create a new file "\sources\EI.cfg" on the USB drive, using Notepad:
Code:
[Channel]
Retail

[VL]
0

This allows you to freely select any install image, regardless of the BIOS product key.

Assuming you previously activated the Pro license from MS Store, your PC should have a digital activation linked to the HW profile. After installation, Windows should take a few minutes to recognize this PC from before.
 
So in short, the Windows 11 installer sees the embedded Home key but can't find the Home image that I removed which is what causes the blue screen prompting me about an update, correct?
 
The install shouldn't BSOD just because of the license key mismatch. But you've only listed trimming the non-Pro editions as the only ISO mod, so that's all we have to go on so far.
 
The install shouldn't BSOD just because of the license key mismatch. But you've only listed trimming the non-Pro editions as the only ISO mod, so that's all we have to go on so far.
I have an Asus Vivobook 16 Flip (Lunar Lake) laptop. I did integrate all of the drivers in the eSupport folder. Even so, if I don't trim non-essential editions the installer works. If I do trim everything except the Pro version it does not.
 
So in short, the Windows 11 installer sees the embedded Home key but can't find the Home image that I removed which is what causes the blue screen prompting me about an update, correct?
Hi,

can we see that update prompt, maybe a mobile picture or find the same one on the internet? Error code is important, never heard of a BSOD with the note to update.
Maybe it's the new Secure Boot lockdown, maybe it's an OOBE update prompt, will know more when I see the screen.

Also when it works, case when you leave all the editions, is it Home or Pro at the end?
Start - Run - type: Winver - OK
 
Sorry for the confusion. It's not a BSOD. I don't have a photo at the moment, but it's a screen with a blue background prompting for an OOBE update. Since the Windows 11 media doesn't include drivers for Intel's wifi 7 adapter, I can't install the OOBE update. The strange thing is, the Media Creation Tool created an image with the May 2026 cumulative update and the latest OOBE update so I'm not sure what it was trying to install.

Just seems strange that the Home edition has to be in the image to install Pro.
 
If it's an offer to update and no errors, then it's good.
Something like this?

Add latest update with NTLite, on the Updates page - Add latest option, that way it will go over it fast, if at all.

This could easily be the case of Windows with and without drivers/internet. Setup detected internet and offered the update.
You can also unplug the cable, or not integrate network drivers.

Please confirm if this was it, otherwise next time capture the screen so we can know exactly - as deleting editions, other what garlin already stated, cannot influence the installed edition.
 
If it's an offer to update and no errors, then it's good.
Something like this?

Add latest update with NTLite, on the Updates page - Add latest option, that way it will go over it fast, if at all.

This could easily be the case of Windows with and without drivers/internet. Setup detected internet and offered the update.
You can also unplug the cable, or not integrate network drivers.

Please confirm if this was it, otherwise next time please capture the screen.
Not quite. The screen I'm getting has a solid blue background and is telling me I can't install the OOBE update since I'm not connected to the internet. The Windows installer never makes it to the point where I can select a keyboard layout or choose a wifi network.
 
Hm, that is interesting, such a block to insist on the internet - before it was just for a user account, now you're telling me they're pushing it to update as well - this is the first such report.

Try updating the trimmed ISO first and use Unattended (+ autofill from the toolbar) as well, pre-fill your user if you plan on using a local user - otherwise login during OOBE as usual - do not select skip online accounts if you use that.

Make sure to also select the "Dynamic update for Windows setup", also included in the NTLite's list.

They did mention to work on making the OOBE updates optional again, it's in the news recently, so maybe that was temporary, depending on the version.
 
My understanding is opting out of OOBE updates hasn't made it to the production branch (Insider for now).

Normally, there are two different updates involved with OOBE. Zero Day Patch (ZDP) updates are checked and installed before most of OOBE executes, these updates are designed to only replace older OOBE files. After the main workflow is processed, OOBE forced updates are invoked. This is a last-chance effort to install any pending Monthly or Quality Updates before the user gets to logon.

Are you sure no other mods are applied (other than installing Monthly Updates and the drivers)?
 
Nope. No other mods. I literally just integrated the Asus drivers from the eSupport folder. This worked when I didn't trim any editions, but I got the blue update screen when I trimmed everything except Pro. I did use Rufus to write the NTLite ISO to a USB drive. I just figured out how to use DISM to manually split up the "install.wim" file into 4GB segments so I will try manually copying everything to a USB drive without Rufus.
 
Back
Top