Howto nvflash: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
to flash your nvidia card first you need to boot with another vga card and blacklist the nvidia driver, edit /etc/default/grub: | |||
GRUB_CMDLINE_LINUX="module.blacklist=nvidia" | |||
then re create grub config: | |||
grub-mkconfig -o /boot/grub/grub.cfg | |||
download nvflash: | download nvflash: | ||
wget https://us6-dl.techpowerup.com/files/IN0IyLMMtrrjBPCKtytXUg/1676903060/nvflash_5.728_linux.zip | wget https://us6-dl.techpowerup.com/files/IN0IyLMMtrrjBPCKtytXUg/1676903060/nvflash_5.728_linux.zip |
Revision as of 02:38, 25 February 2023
to flash your nvidia card first you need to boot with another vga card and blacklist the nvidia driver, edit /etc/default/grub:
GRUB_CMDLINE_LINUX="module.blacklist=nvidia"
then re create grub config:
grub-mkconfig -o /boot/grub/grub.cfg
download nvflash:
wget https://us6-dl.techpowerup.com/files/IN0IyLMMtrrjBPCKtytXUg/1676903060/nvflash_5.728_linux.zip unzip nvflash_5.728_linux.zip
set nvflash permissions:
chmod +x nvflash
save bios to file:
./nvflash -b 3070FE-bios-$(date +%F).rom
download bios version:
wget https://www.techpowerup.com/vgabios/231632/NVIDIA.RTX3070.8192.210309.rom
flash bios:
./nvflash NVIDIA.RTX3070.8192.210309.rom
references
[latest nvflash]
[vgabios collection]