what's the most meaningful way to go with boot and recovery images? What should/shouldn't one integrate/remove there? #222
Replies: 4 comments 5 replies
-
This is important in the case of third-party disk controllers (aka, those that rely on Intel Rapid Storage Technology (RST) or VMD). That will let you see your disks from within the boot image (Windows PE). When you install drivers in Windows PE, they are not automatically installed in the installation image. The installer will do the job after you apply it. This is because applying drivers before installing the image involves the following process:
Since the Preinstallation Environment is loaded to a RAM disk, this procedure is not very resource-efficient, especially if your computer has low memory (ie, 1 or 2 GB). Sure, you can use a temporary directory on a local disk, but what if it isn't formatted? Or what if the user doesn't want to make changes to their disks? For reasons like those, drivers are only added to the install image after applying it to a disk the user chose.
After applying the installation image, you can keep making changes to it. It's not the most recommended thing, but you can still do it. I would recommend making those changes before installing Windows. |
Beta Was this translation helpful? Give feedback.
-
Thanks! So, if I have 16GB ram, would there be any advantage/benefit in loading all drivers (which I loaded in the install.wim) in the boot.wim? |
Beta Was this translation helpful? Give feedback.
-
Ahhhhh, ok, I think I get it. I will have to ask the NTLite guys why they offer the possibility to clone onto WinRE all the changes made to install.wim if like you said it's done automatically anyway.
And what is the advantage of integrating regular OS updates to the Windows PE and/or Windows Setup boot images instead of only to install.wim? |
Beta Was this translation helpful? Give feedback.
-
I don't find the new release. And if you answer my last reply to that other discussion, I can complete the ISO and install Windows and try DISMTool on a fresh installation without whatever I did wrong in this one. While you take your time I have a look at the packages thing. |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm wondering, because I see that other programs have tools specifically designed to more quickly copy to boot and recovery images the changes made to install.wim
But I don't get it.
Recovery, it kind of makes sense that it also contains the exact same removals and integrations than install.wim, so if something get corrupted later you can reset well.
But boot? Why drivers there? Maybe some specific one for specific cases, but would it make sense to integrate all drivers there too?
If I integrate BT driver in boot.wim do I get BT connectivity for the mouse while installing?
What about updates? Why in the boot?
I don't even understand how's that even possible, afaik they are there only to make the install.wim do its magic.
It's boot. Why would you want to copy the configuration of the removal of services and components in the boot.wim too?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions