Copy dism.exe, boot.wim & install.wim (sources directory) files from the Windows 7 ISO image to your hard-drive.
Download the USB driver for Ryzen:
https://1drv.ms/u/s!Ag6oE4SOsCmDhGIQJdHdaXC-_w-C
Extract the package to the same directory as DISM is located.
Enter the folders containing the individual driver files and check that there is not "Unblock" button visible. If there is, you need to manually toggle it for each and every file.
- "DISM /mount-wim /wimfile:boot.wim /index:2 /mountdir:x:\xxx" (x:\xxx = a temporary path of your choice, make sure to have ~20GB of space available for install.wim).
- "DISM /image:x:\xxx /add-driver /driver:Ryzen_USB_W764\ /recurse /forceunsigned"
- "DISM /unmount-wim /mountdir:x:\xxx /commit"
Windows 7 install.wim files contain four different OS variants, regardless of the officially stated edition of the media you have (Home, Professional, Ultimate).
The index order within the install.wim is always the same, regardless of the edition: Index 1 = Home Basic, Index 2 = Home Premium, Index 3 = Professional, Index 4 = Ultimate.
So if your media is for Professional edition, you need to make the changes to Index 3. If it is a Ultimate media, then make the changes to Index 4, etc.
- "DISM /mount-wim /wimfile:install.wim /index:x /mountdir:x:\xxx" (x:\xxx = a temporary path of your choice, make sure to have ~20GB of space available for install.wim).
- "DISM /image:x:\xxx /add-driver /driver:Ryzen_USB_W764\ /recurse /forceunsigned"
- "DISM /unmount-wim /mountdir:x:\xxx /commit"
After you have added the drivers to both of the WIMs, you can install Windows 7 from a USB drive and using USB keyboard and mouse.
Make sure that you don't use USB ports provided by a 3rd party manufacturer (other than ASMedia), as there are still no drivers for those in the media.
After the installation, install the Relive chipset driver pack for Windows 7 (available at AMD.com).