Guide for saving and flashing GPU bios for your AMD GPUs.
Last update: 29.January 2023
We take no responsibility! Proceed at your own risk!
Open up Terminal to get to the command line interface:
To save bios:
sudo /root/utils/amdvbflash -s 0 bios.rom
Where "bios.rom" are the name of the file and 0 is the GPU number you want to save the bios from
To flash bios:
sudo /root/utils/amdvbflash -p 0 bios.rom
Where "bios.rom" are the file's name and 0 is the GPU number you want to flash. Make sure you are in the same folder as the file.