Comments on: Add Drivers to a Windows Server 2019 ISO Image https://www.thomasmaurer.ch/2019/07/add-drivers-to-a-windows-server-2019-iso-image/ Cloud and Datacenter Blog focusing on Microsoft Azure Fri, 10 Mar 2023 08:26:03 +0000 hourly 1 https://wordpress.org/?v=6.4.1 By: Thomas Maurer https://www.thomasmaurer.ch/2019/07/add-drivers-to-a-windows-server-2019-iso-image/#comment-890880 Fri, 10 Mar 2023 08:26:03 +0000 https://www.thomasmaurer.ch/?p=12649#comment-890880 In reply to N-Able N-Central.

Good idea, I will have a look at updating the post when I find some time.

]]>
By: N-Able N-Central https://www.thomasmaurer.ch/2019/07/add-drivers-to-a-windows-server-2019-iso-image/#comment-890828 Tue, 07 Mar 2023 18:43:39 +0000 https://www.thomasmaurer.ch/?p=12649#comment-890828 Hi Thomas

A really good guide for adding drivers to a Win 2019 ISO.
Could you please add a couple of lines for how to add CU’s to the Win 2019 ISO?

Thanks
Michael

]]>
By: Roy https://www.thomasmaurer.ch/2019/07/add-drivers-to-a-windows-server-2019-iso-image/#comment-884248 Thu, 13 Oct 2022 14:18:40 +0000 https://www.thomasmaurer.ch/?p=12649#comment-884248 For anyone unable to make a bootable iso, i’ve used those arguments and it finally worked:
Oscdimg -bootdata:2#p0,e,bC:\Image\ISO\boot\etfsboot.com#pEF,e,bC:\Image\ISO\efi\microsoft\boot\Efisys.bin -u1 -udfver102
C:\Image\ISO C:\Image\Windows2019Custum.iso

]]>
By: roy https://www.thomasmaurer.ch/2019/07/add-drivers-to-a-windows-server-2019-iso-image/#comment-884230 Wed, 12 Oct 2022 13:22:03 +0000 https://www.thomasmaurer.ch/?p=12649#comment-884230 In reply to Tim.

Make sure to remove the read only atrribut on the folder in which the iso is mounted

and run this command
Set-ItemProperty -Path c:\Image\ISO\sources\boot.wim -Name Attributes -Value Normal

]]>
By: Dave https://www.thomasmaurer.ch/2019/07/add-drivers-to-a-windows-server-2019-iso-image/#comment-883949 Wed, 28 Sep 2022 22:30:10 +0000 https://www.thomasmaurer.ch/?p=12649#comment-883949 I get as far as adding the drivers, but get: “PS C:\> Add-WindowsDriver -Path C:\Image\Mount -Driver C:\Image\Drivers -Recurse
WARNING: DISM has skipped driver signature check because the version of running OS and that of target OS do not match.” every time.
It’s obvious why – I’m doing this inside Windows 10 to add drivers to a Windows 7 ISO for a dual boot setup.
So how do I get round this? HELP!!

]]>
By: Dave https://www.thomasmaurer.ch/2019/07/add-drivers-to-a-windows-server-2019-iso-image/#comment-883917 Tue, 27 Sep 2022 22:18:10 +0000 https://www.thomasmaurer.ch/?p=12649#comment-883917 I’m not even getting the drivers to copy, let alone a bootable ISO!! So obviously I’m going wrong somewhere.. I get “WARNING: DISM has skipped driver signature check because the version of running OS and that of target OS do not match.” No wonder as I’m trying to create a Windows 7 ISO to install alongside (within) Windows 10. Am I barking up the wrong tree here?

]]>
By: Mr Priv https://www.thomasmaurer.ch/2019/07/add-drivers-to-a-windows-server-2019-iso-image/#comment-879269 Tue, 05 Jul 2022 17:26:30 +0000 https://www.thomasmaurer.ch/?p=12649#comment-879269 Hey John,
Thanks a lot, I was missing the correct path for efisys.bin (it differs between windows 10 and windows 2019).

]]>
By: Joshua Jacques https://www.thomasmaurer.ch/2019/07/add-drivers-to-a-windows-server-2019-iso-image/#comment-781839 Tue, 19 May 2020 14:23:11 +0000 https://www.thomasmaurer.ch/?p=12649#comment-781839 @John,

Thank you for that. I may go back and try this at some point with the options you mentioned, I just gave up on it since I had issues for so long. :)

@kache,

Thank you for your input as well! I never went back and tried it with that option but it sounds like you were on the right track!

]]>
By: John https://www.thomasmaurer.ch/2019/07/add-drivers-to-a-windows-server-2019-iso-image/#comment-781828 Tue, 19 May 2020 13:19:38 +0000 https://www.thomasmaurer.ch/?p=12649#comment-781828 For any one else coming here and finding that after following all the directions the ISO still wouldn’t boot, I have found a command line for oscimg that did work for me.

oscdimg -u2 -m -udfver102 -o -lWin2019 -bootdata:2#p0,e,bD:\ISO\boot\etfsboot.com#pEF,e,bD:\ISO\efi\microsoft\boot\efisys.bin D:\ISO E:\WS20193.ISO

the formatting may break so line by line here are the options:

-u2
-m
-udfver102
-o
-lWin2019
-bootdata:2#p0,e,bD:\ISO\boot\etfsboot.com#pEF,e,bD:\ISO\efi\microsoft\boot\efisys.bin
D:\ISO
E:\WS20193.ISO

I used ‘D:\ISO’ and E:\ as my paths, so you will need to change these to match what you used.

Hope that helps

]]>
By: Matevz Kristan https://www.thomasmaurer.ch/2019/07/add-drivers-to-a-windows-server-2019-iso-image/#comment-747365 Thu, 19 Dec 2019 11:50:24 +0000 https://www.thomasmaurer.ch/?p=12649#comment-747365 Just like Joshua Jacques I get all steps completed and the final ISO is not bootable.
I added storage drivers to install.wim and boot.win
Any ideas?

]]>