Hello,
I am trying to add vioscsi drivers to the install phase of my windows 10 installer for fully automatted installation.
I have succeeded in injecting the files like this
wimlib-imagex update /mnt/iso/template/win10-iso-unzipped/sources/boot.wim 1 --command="add /mnt/iso/template/virtio ...
Search found 3 matches
- Fri Jan 10, 2025 9:37 pm
- Forum: wimlib discussion
- Topic: Need help adding vioscsi to boot.wim
- Replies: 0
- Views: 176370
- Tue Oct 11, 2022 8:22 am
- Forum: wimlib discussion
- Topic: Can wimlib be used to add updates and drivers to wim files ?
- Replies: 1
- Views: 23126
Re: Can wimlib be used to add updates and drivers to wim files ?
After some more searching I found, the 8th post on this forum answered this question back in 2015
https://wimlib.net/forums/viewtopic.php?t=8
Unless things have changed of course !
My next question, but I'm not sure if it's relevant to wimlib, would be can we make the bootable iso from linux ...
https://wimlib.net/forums/viewtopic.php?t=8
Unless things have changed of course !
My next question, but I'm not sure if it's relevant to wimlib, would be can we make the bootable iso from linux ...
- Tue Oct 11, 2022 6:17 am
- Forum: wimlib discussion
- Topic: Can wimlib be used to add updates and drivers to wim files ?
- Replies: 1
- Views: 23126
Can wimlib be used to add updates and drivers to wim files ?
Hi,
I would like to automatically prepare updated wim files, slipstream updates, drivers, unattend files and extra packages using only linux and wimlib
Does this package have any functions similar to these dism commands ?
dism /Add-Driver c:\wim-mounted /driver:c:\drivers /Recurse /ForceUnsigned ...
I would like to automatically prepare updated wim files, slipstream updates, drivers, unattend files and extra packages using only linux and wimlib
Does this package have any functions similar to these dism commands ?
dism /Add-Driver c:\wim-mounted /driver:c:\drivers /Recurse /ForceUnsigned ...