Multiple USB Keys - Deployment to remote techs #516
-
|
Im trying to think if there is a better way to handle this. We have a number of remote techs that need to be able to flash FFUs to workstations. There isnt any central file store so we cant copy Driver Packs and the necessary files to their systems in order for them to use the USBImagingToolCreator.ps1 script. The only obvious method that I can think of is to create the first USB and then take an image (bin) of that using something like PassMark ImageUSB. Whilst this works there are some things that are less than optimal. Our build is around 180Gb (lots of driver packs). So, we have to use 256GB USB drives for the FFU build. We then grab an image (bin) of that 256GB drive, but because its a bit for bit clone, that includes copying all the free space. Then the drive that your writing the bin file to needs to be bigger than the source drive that it was captured from. You might get lucky and find that the source drive was smaller than the destination drive but to be safe you need to step up to the next size, 512GB. The other annoying thing about using a bin is that because you capture all that free space (from 180-256GB) then the output file that we're uploading to share takes even longer to download. So, unless I can think of another method im using 512GB USB drives to distribute a bin file that is 256GB in size, which contains 180GB of data. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
I thought that id post back as I think ive answered my own question.
Extract the .img file and then distribute that and techs flash using Rufus. The alternative is to use a linux vm and a virtualbox to passthrough the USB device and do the same thing, but Virtual Box and Hyper-V dont play well on the same host. |
Beta Was this translation helpful? Give feedback.
I thought that id post back as I think ive answered my own question.
Extract the .img file and then distribute that and techs flash using Rufus. The alternative is to use a linux vm and a virtualbox to passthrough the USB device and do the same thing, but Virtual Box and Hyper-V dont play well on the same host.