Windows 11 24H2 - Prompt for disk to install OS

CyAnIdE72375

New Member
Messages
5
Reaction score
0
Hi,

I'm trying to build a full automated install of Win11 24H2 but my disk configuration don't seems to find my HDD.

I'll try to explain myself :

  • I create my ISO with these parameters :
    View attachment 13011

  • When I try to install Windows, all the first menus are preconfigured except for this screen (sorry it's in French)
    View attachment 13012

  • If I select "Partition 0 du disque 2" it install flawlessly. The naming here is odd as it is supposed to be "Disk 0 partition 2" but the menu say "Partition 0 of disk 2". I check in Diskpart and the disk 0 is really the good one. I think that it's just lost in translation.
The same preset is used on a 23H2 and it's fine.

Anybody have the same behavior?
 
Disks and partitions are reversed, "translation / referencing" problem or something else?

Otherwise I use the old setup and no problem
I use the ISO of W11 22h2 / 23h2, delete the install.wim file of the 22h2 and replace it with that of the 24h2
 
tistou77 Never heard of this method before. I will look into that.

Can NTLite do this type of modification of the ISO or I need another tool?

Thanks for your quick response!
 
This is to be done "manually" in the Windows installation directory (the contents of the ISO)
Or afterward, you can mount "Microsoft Windows Setup" (2) from boot.wim and integrate this registry key with NTLite

Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\Setup]
"CmdLine"="X:\\sources\\setup.exe"

Me, I replace the install.wim
 
I succeeded by replacing the install.wim using UltraISO. Thanks for the hint. I hope that NTLite will update the software to be able to make it work natively.

Thanks again!
 
Bonjour CyAnldE ! moi j'ai un petit probleme , en faite apres avoir modifier des petite chose dans NTLite , lorsque je vient pour installer le windows je voie aussi les partition de ma clé USB ? je ne sais pas pourquoi ce n'est pas dramatique mes tannant :) est-que tu a le meme probleme ? si oui comment tu as resolu si c'est le cas ? merci

*Et ce, seulement pour la version 24H2*
 
J'ai fait ce que Tistou77 a marqué. J'ai créé une image 24H2 avec NTLite puis j'ai extrait du iso le fichier install.wim (qui est dans le dossier sources) puis je l'ai remplacé dans une image 23H2 que j'avais déjà personnalisée. J'ai pris UltraISO Portable pour faire les extractions et remplacements c'est assez simple quand même.
 
j'ai fait 2 nouvelle modification sur le 24H2 est-ce que sa va enlever les modif que j'ai fait ? en faite la questions est , est-ce que les modif sont dans le dossier install.wim ?
 
Install.wim contient tout pour l'OS donc Oui ça devrait tout suivre. Moi j'ai ajouté des clés de registre, des fichiers sur le bureau, retiré des composantes de Windows et ça tout suivi!
 
Bonjour CyAnldE ! moi j'ai un petit probleme , en faite apres avoir modifier des petite chose dans NTLite , lorsque je vient pour installer le windows je voie aussi les partition de ma clé USB ? je ne sais pas pourquoi ce n'est pas dramatique mes tannant :) est-que tu a le meme probleme ? si oui comment tu as resolu si c'est le cas ? merci

*Et ce, seulement pour la version 24H2*
Oui le nouveau setup "montre" aussi les clés USB, rien de gênant en soi
------------------------------------------------------------
Yes, the new setup also "shows" USB keys, nothing annoying in itself

j'ai fait 2 nouvelle modification sur le 24H2 est-ce que sa va enlever les modif que j'ai fait ? en faite la questions est , est-ce que les modif sont dans le dossier install.wim ?
Si tu "montes" install.wim, alors les modification sont faite ici, en effet
Les anciennes modifications ne sont pas impactés, tant que tu utilises le fichier install.wim précédent modifié
-------------------------------------------------------------
If you "mount" install.wim, then the changes are made here, indeed
The old changes are not impacted, as long as you use the previous modified install.wim file
ah ok donc je vais modifier la 23h2 et remplacer le dossier par la suite, merci !
Il ne faut pas faire de modification du "install.wim" de la 23h2, uniquement celui de la 24h2

Pour faire simple, dans le répertoire d'installation (contenu de l'ISO) de la 23h2, tu remplaces le fichier install.wim de la 23h2 par celui de la 24h2 (dans le dossier Source) et tu fais tes modifications à partir de ce répertoire
-----------------------------------------------------------------
You don't need to make any changes to the "install.wim" of the 23h2, only the one of the 24h2

To make it simple, in the installation directory (content of the ISO) of the 23h2 you replace the install.wim file of the 23h2 with that of the 24h2 (in the Source folder) and you make your modifications from this directory


PS: Merci de poster en anglais pour les autres lecteurs du forum / Please post in English for other forum readers.
 
i need to take the iso of 23h2 , i delete install.wim , after i take the install.wim from 24h2 and i put in 23H2 iso ?
 
Back
Top