Minibattle / WinDeckOS

Simplifying Windows on Steam Deck with a custom image that makes it feel much more like steamOS and includes many ease of use additions.
205 stars 2 forks source link

Integrate SD Card drivers into Macrium Rescue #22

Open zoeleu opened 11 months ago

zoeleu commented 11 months ago

I did it really easily because my USB drive was only 8gb.

You need:

Steps:

  1. Extract the ISO with 7-zip
  2. Open an admin PowerShell in the sources folder of that ISO
  3. Mount the image: dism /Mount-Image /ImageFile:".\boot.wim" /MountDir:"C:\Mount\Boot" /index:1
  4. Add the drivers: dism /Image:C:\Mount\Boot /Add-Driver /Driver:"C:\Users\Username\Downloads\BayHub_SD_STOR_ installV3.4.01.89_W10W11_logoed_20220228\x64" /recurse
  5. Add the drivers again: dism /Image:C:\Mount\Boot /Add-Driver /Driver:"C:\Users\Username\Downloads\BayHub_SD_STOR_ installV3.4.01.89_W10W11_logoed_20220228\x64\program files\BayHubTech\BH778\Win11x64" /recurse
  6. Unmount boot.wim: dism /Unmount-Image /MountDir:"C:\Mount\Boot" /Commit
  7. Add it all to an ISO by right-clicking the parent folder and clicking "Build an ISO image"
  8. Done.