Howto nvflash: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Mandulete1 (talk | contribs) No edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
grub-mkconfig -o /boot/grub/grub.cfg | grub-mkconfig -o /boot/grub/grub.cfg | ||
download nvflash: | download nvflash: | ||
wget https://us6-dl.techpowerup.com/files/ | wget https://us6-dl.techpowerup.com/files/TPW5J_Rpn_vORfMdP0-XTg/1696398306/nvflash_5.728_linux.zip | ||
unzip nvflash_5.728_linux.zip | unzip nvflash_5.728_linux.zip | ||
set nvflash permissions: | set nvflash permissions: | ||
Line 14: | Line 14: | ||
flash bios: | flash bios: | ||
./nvflash NVIDIA.RTX3070.8192.210309.rom | ./nvflash NVIDIA.RTX3070.8192.210309.rom | ||
when success with your vgabios flash remove added line from /etc/default/grub and re create grub config: | |||
grub-mkconfig -o /boot/grub/grub.cfg | |||
= references = | = references = | ||
[latest nvflash] | [latest nvflash] |
Latest revision as of 17:48, 3 October 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/TPW5J_Rpn_vORfMdP0-XTg/1696398306/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
when success with your vgabios flash remove added line from /etc/default/grub and re create grub config:
grub-mkconfig -o /boot/grub/grub.cfg
references
[latest nvflash]
[vgabios collection]