whoa there, pardner!
Your request has been blocked due to a network policy.
Try logging in or creating an account here to get back to browsing.
If you’re running a script or application, please register or sign in with your developer credentials here. Additionally make sure your User-Agent is not empty and is something unique and descriptive and try again. if you’re supplying an alternate User-Agent string, try changing back to default as that can sometimes result in a block.
You can read Reddit’s Terms of Service here.
if you think that we’ve incorrectly blocked you or you would like to discuss easier ways to get the data you want, please file a ticket here.
when contacting us, please include your ip address which is: 178.132.110.95 and reddit account
NVFlash Windows 10 x64: Download, Guide and Commands
NVFlash — is a program for flashing the BIOS of Nvidia video cards. It is used to update the firmware stored in the EEPROM of the video adapter. The application also allows you to save copies of the current BIOS to a file or display its version.
NVFlash supports flashing BIOS on the following NVIDIA graphics cards:
- GeForce RTX 3090, RTX 3080, RTX 3070, RTX 3060 Ti, RTX 3060
- GeForce RTX 2080 Ti, RTX 2080, RTX 2070, RTX 2060, GTX 1660, GTX 1650
- GeForce GTX 1080 Ti, GTX 1080, GTX 1070, GTX 1060, GTX 1050
- and many more, including flashing BIOS on older NVIDIA devices.
Warning!
There is a real danger that the display adapter will not boot and cannot boot the system if the update process is interrupted due to a program crash, power failure, if you manually restart the computer, or if you update the adapter with the wrong firmware image. For this reason, care should be taken when using this utility.
How to use NVFlash
Step 1 — Download the software

Download the program from the official TechPowerUp website. Or download from release with guru3d.
Step 2 — backup your BIOS
Extract the .zip archive to the root of your system drive C . The file nvflash64.exe must be in the path C:\ .
Run Command Prompt as Administrator. 
- Click on the search icon.
- Type in the bottom search bar CMD .
- Select «Run as administrator».
Change to the directory with the program nvflash64.exe . To do this, enter the command:
cd C:\
The result of executing the command:

Now, save a copy of the current BIOS of your graphics card. Enter the command:
nvflash64 -b bios.rom
You will see a window like this. A copy will be stored on disk C: .

If your program is not called nvflash64.exe , but nvflash.exe , then use this name in commands.
Step 3 — flash new BIOS
In the same command line, remove the protection from flashing with the command:
nvflash64 -protectoff

You will see the inscription Remove EEPROM write protect complete : Flash the video card with the new BIOS. It must be on the disc C: and have a title newbios.rom . Enter the firmware command:
nvflash64 -6 newbios.rom

The program will report: Update successful. And then you need to restart your computer — A reboot is required for the update to take effect .
Video Tutorial
Does not work?
If the program doesn’t work or doesn’t see your graphics card, try the following steps.
protectoff
Возможно вы забыли снять защиту:
nvflash64.exe --protectoff
Force flash
Use the f key if you need forced flashing.
nvflash64.exe -f -5 -6 bios.rom
You can cancel all checks using the following command:
nvflash64.exe -j -4-5-6 bios.rom
The numbers here are device identifiers in the system.
No nvidia display adapters found
With this error, the program does not see the video card. You need to explicitly specify which device name you want to flash (device bus ID). nvflash64 with the key -а should list ALL good GeForce video adapters. To do this, try to find out the device bus ID and flash it again with the command:
nvflash64 -4 -5 -6 newbios.rom
Video Guide: How to fix your bricked GPU, How to flash your Nvidia GPU VBIOS (Video bios)
Commands
Attention!
To use these commands, [options] you must fill in your parameters instead , if necessary. The word itself [options] and parentheses are not written! Example:
nvflash64 --list
- nvflash64 [options] — Update VBIOS firmware.
- nvflash64 [options] —save — Save VBIOS firmware to file.
- nvflash64 [options] —display [bytes] — Display firmware bytes.
- nvflash64 [options] —offset [start] — Change the start address.
- nvflash64 [options] —string — Display firmware bytes in ASCII.
- nvflash64 [options] —check — Check for supported EEPROM.
- nvflash64 [options] —version [] — Display VBIOS version.
- nvflash64 [options] —list — List adapters.
- nvflash64 [options] —compare — Compare adapter firmware.
- nvflash64 [options] —verify — Verify adapter firmware.
- nvflash64 [options] —verify —ifronly — Verify adapter IFR firmware.
- nvflash64 [options] —ecid — Display GPU ECID/PDI.
- nvflash64 [options] —licinfo — Display License information.
- nvflash64 [options] —licreq , — Generate a License Request File.
- nvflash64 [options] —license — Provide a HULK license file.
- nvflash64 [options] —lspci — List out all the PCI devices.
- nvflash64 [options] —setpci — Access PCI Configure register.
- nvflash64 [options] —buildinfo — Display tool building information.
- nvflash64 [options] —querygmac — Display GMAC MCU version.
- nvflash64 [options] —proggmac .rom — Update GMAC MCU firmware.
- nvflash64 [options] —savegmac .rom — Save GMAC MCU firmware to file.
- nvflash64 [options] —listgmac — List GMAC MCUs.
- nvflash64 [options] —protecton — Write protect EEPROM.
- nvflash64 [options] —protectoff — Remove write protect.
Attention!
So that if the command is specified, you must enter the file name. The word itself and parentheses are not written!
nvflash64 [options] filename>
It is written like this:
nvflash64 -b bios.rom
This option -b allows you to make a BIOS backup.
Full commands list
It is important to understand before reading the list that this list of commands comes in two flavors: the long command name and its short synonym.
You only need to select and use one command option:
- Or a long command name.
- Or a short synonym.
For example, if two commands are specified:
save
b filename>
Instead of you need to print the name of your file without parentheses.
b MyAwesomeBios.rom
Complete list of options:
help — Display help screen.
Press pp for additional help on power policies descriptions.
Press app for additional help on app profile descriptions.
save b — Read EEPROM and save to .
compare k — Read EEPROM full content and compare with .
verify h — Verify matches EEPROM if flashed.
version v — Display firmware version information (if no filename, acts on display adapter).
check c — Check for supported EEPROM.
list a — List all NVIDIA display adapters found in the system.
protecton w — Write protect EEPROM (only on some EEPROM’s)
protectoff r — Remove EEPROM write protect (only on some EEPROM’s).
protectmain — Write protect the main firmware segment of the EEPROM.
protectlock — Set status register protect and status register lock.
protectinfo — Display the block protection status.
license — Provide a license file for updating VBIOS.
licinfo — Display license file content. license file is provided by —license option.
ecid — Display GPU ECID/PDI.
licreq , ` — Generate a License Request File by specifying ` ` to submit to Nvidia.
lspci — List all the PCI devices in the system.
setpci [=D[:M]] — Read/Write PCI Config register.
Format is: [=DATA[:MASK]]
Read operation:
Write operation: =DATA[:MASK]
progfwovercec [flag1 flag2] — Flash firmware over CEC
: «gmac», «rtu», «bmc» or «gpu»
[flag] : «reset» or «offpreservecfg»
— reset : Optional flag to request CEC perform a reset when finished.
— offpreservecfg : No config preservation.
querycec — Display crypto device information
attestcec [filename] [csv], — Request FW attestation to CEC and save the response data to [filename] ,and verify the fields in [csv].
listcec — List all the CEC devices
cmpgmac — Read MCU Flash ROM and compare with .
proggmac — Flash GMAC MCU firmware (AI).
savegmac — Read GMAC MCU firmware (AI) andsave to .
listgmac — List all the GMAC MCU devices
querygmac [ ]` — Display GMAC MCU firmware (AI) version (if no `filename`, acts on GMAC MCU device).
listgpuled — List all the GPU LED Lighting MCUs.
proggpuled — Flash GPU LED Lighting MCU firmware (AI).
querygpuled — Display GPU LED Lighting MCU FW (AI) version (if no filename , acts on GPU LED Lighting MCU).
savegpuled — Read GPU LED Lighting MCU firmware (AI) and save to .
rdciegpuled — Read CIE data from GPU LED Lighting MCUand save to .
wrciegpuled — Write CIE data to GPU LED Lighting MCU.
calibrategpuled [millisecond] — Calibrate GPU LED clock tick.
listbridgeled — List all the bridge LED Lighting MCUs.
progbridgeled — Flash bridge LED Lighting MCU firmware (AI).
NVIDIA NVFlash: Скачать, как Пользоваться (Настройка)
NVFlash — это программа для прошивки BIOS видеокарт семейства Nvidia. Она используется для обновления прошивки, хранящейся в EEPROM видеоадаптера. Приложение так же позволяет сохранять копии текущего BIOS в файл или отображать его версию.
NVFlash поддерживает перепрошивку BIOS на следующих видеокартах NVIDIA:
- GeForce RTX 3090, RTX 3080, RTX 3070, RTX 3060 Ti, RTX 3060
- GeForce RTX 2080 Ti, RTX 2080, RTX 2070, RTX 2060, GTX 1660, GTX 1650
- GeForce GTX 1080 Ti, GTX 1080, GTX 1070, GTX 1060, GTX 1050
- и многие другее, включая перепрошивку BIOS на старых устройствах NVIDIA.
Предупреждение!
Существует реальная опасность того, что адаптер дисплея не загрузится и не сможет загрузить систему, если процесс обновления будет прерван из-за сбоя программы, сбоя питания, если вы вручную перезагрузите компьютер, или вы обновите адаптер с неправильным образом прошивки. По этой причине следует соблюдать осторожность при использовании этой утилиты.
Как пользоваться NVFlash
Шаг 1 — Скачайте программу

Скачиваем программу с официального сайта TechPowerUp. Либо загрузите с релиз с guru3d.
Шаг 2 — Запустите командную строку и сделайте копию БИОСа
Извлеките .zip архив в корень системного диска C . Файл nvflash64.exe должен находиться по пути C:\ .
Запустите командную строку от имени администратора. 
- Нажмите на иконку поиска.
- Наберите в нижней панели поиска CMD .
- Выберите пункт «Запустить от имени администратора» (Run as administrator).
Перейдите в каталог с программой nvflash64.exe . Для этого введите команду:
cd C:\
Результат выполнения команды:

Теперь сохраните копию текущего BIOS вашей видеокарты. Введите команду:
nvflash64 -b bios.rom
Вы увидите такое окно. Копия будет храниться на диске C: .

Если ваша программа называется не nvflash64 , а nvflash — тои используйте это имя в командах.
Шаг 3 — прошейте новый BIOS
В этой же командной строке снимите защиту от перепрошивки командой:
nvflash64 -protectoff

Вы увидите надпись: Remove EEPROM write protect complete : Прошейте видеокарту новым BIOS. Он должен находиться на диске C: и иметь название newbios.rom . Введите команду прошивки:
nvflash64 -6 newbios.rom

Программа сообщит: Update successful. И далее нужно перезагрузить компьютер — A reboot is required for the update to take effect. .
Видео Инструкция
Не работает?
Если программа не работает или не видит вашу видеокарту, попробуйте следующие шаги.
protectoff
Возможно вы забыли снять защиту:
nvflash64.exe --protectoff
Force flash — принудительная прошивка
Используйте ключ f если вам нужна принудительная прошивка.
nvflash64.exe -f -5 -6 bios.rom
Вы можете отменить все проверки / защиту, используя:
nvflash64.exe -j -4-5-6 bios.rom
Цифры здесь — это идентификаторы устройств в системе.
No nvidia display adapters found
При этой ошибке программа не видит видеокарту. Вам нужно явно указать то, какое имеено устройство вы хотите прошить (ID шины устройства). nvflash64 с ключом -а должна перечислить ВСЕ исправные видеоадаптеры GeForce. Для этого попробуйте узнать ID шины устройства и прошить снова командой:
nvflash64 -4 -5 -6 newbios.rom
Видео: как восстановить видеокарту NVIDIA после неудачной прошивки БИОС
Команды
Внимание!
Чтобы использовать эти команды, вместо [options] вы должны вписать свои параметры, если это необходимо. Самое слово [options] и скобки не пишутся! Пример:
nvflash64 --list
- nvflash64 [options] — обновить прошивку VBIOS.
- nvflash64 [options] —save — сохранить микропрограмму VBIOS в файл.
- nvflash64 [options] —display [bytes] — показать байты микропрограммы.
- nvflash64 [options] —offset [start] — изменить начальный адрес.
- nvflash64 [options] —string — отобразить байты микропрограммы в формате ASCII.
- nvflash64 [options] —check — проверить поддерживаемой EEPROM.
- nvflash64 [options] —version [] — отобразить версии VBIOS.
- nvflash64 [options] —list — список адаптеров.
- nvflash64 [options] —compare — сравнить прошивку адаптера.
- nvflash64 [options] —verify — проверить прошивку адаптера.
- nvflash64 [options] —verify —ifronly — проверить прошивку адаптера IFR.
- nvflash64 [options] —ecid — отобразить ECID / PDI графического процессора.
- nvflash64 [options] —licinfo — отобразить информацию о лицензии.
- nvflash64 [options] —licreq , — создать файл запроса лицензии.
- nvflash64 [options] —license — предоставить файл лицензии HULK.
- nvflash64 [options] —lspci — перечислить все устройства PCI.
- nvflash64 [options] —setpci — доступ к регистру конфигурации PCI.
- nvflash64 [options] —buildinfo — отобразить информацию о сборке инструмента.
- nvflash64 [options] —querygmac — отобразить версию GMAC MCU.
- nvflash64 [options] —proggmac .rom — обновить прошивку GMAC MCU.
- nvflash64 [options] —savegmac .rom — сохранить микропрограмму GMAC MCU в файл.
- nvflash64 [options] —listgmac — список микроконтроллеров GMAC.
- nvflash64 [options] —protecton — защита от записи EEPROM.
- nvflash64 [options] —protectoff — снять защиту от записи.
Внимание!
Чтобы если в команде указано вы должны вписать имя файла. Самое слово и скобки не пишутся!
nvflash64 [options] filename>
Пишется вот так:
nvflash64 -b bios.rom
Опция -b позволяет сделать бэкап BIOS.
Полный список опций
Важно понять перед прочтением списка, что этот перечень команд указан в двух вариантах: длинное имя команды и ее короткий синоним.
Вам нужно выбрать и использовать только один вариант команды:
- Либо длинное имя команды.
- Либо короткий синоним.
Например, если указаны две команды:
Мы используем либо:
save
b filename>
Вместо ( имя_файла ) вам нужно напечатать имя вашего файла без скобочек.
b MyAwesomeBios.rom
Полный перечень опций:
help — Display help screen.
Press pp for additional help on power policies descriptions.
Press app for additional help on app profile descriptions.
save b Read EEPROM and save to .
compare k Read EEPROM full content and compare with .
verify h Verify matches EEPROM if flashed.
version v Display firmware version information (if no filename, acts on display adapter).
check c Check for supported EEPROM.
list a List all NVIDIA display adapters found in the system.
protecton w Write protect EEPROM (only on some EEPROM’s)
protectoff r Remove EEPROM write protect (only on some EEPROM’s).
protectmain Write protect the main firmware segment of the EEPROM.
protectlock Set status register protect and status register lock.
protectinfo Display the block protection status.
license Provide a license file for updating VBIOS.
licinfo Display license file content. license file is provided by —license option.
ecid Display GPU ECID/PDI.
licreq , ` Generate a License Request File by specifying ` ` to submit to Nvidia.
lspci List all the PCI devices in the system.
setpci [=D[:M]] — Read/Write PCI Config register.
Format is: [=DATA[:MASK]]
Read operation:
Write operation: =DATA[:MASK]
progfwovercec [flag1 flag2] — Flash firmware over CEC
: «gmac», «rtu», «bmc» or «gpu»
[flag] : «reset» or «offpreservecfg»
— reset : Optional flag to request CEC perform a reset when finished.
— offpreservecfg : No config preservation.
querycec — Display crypto device information
attestcec [filename] [csv], — Request FW attestation to CEC and save the response data to [filename] ,and verify the fields in [csv].
listcec List all the CEC devices
cmpgmac Read MCU Flash ROM and compare with .
proggmac Flash GMAC MCU firmware (AI).
savegmac Read GMAC MCU firmware (AI) andsave to .
listgmac — List all the GMAC MCU devices
querygmac [ ]` Display GMAC MCU firmware (AI) version (if no `filename`, acts on GMAC MCU device).
listgpuled — List all the GPU LED Lighting MCUs.
proggpuled Flash GPU LED Lighting MCU firmware (AI).
querygpuled Display GPU LED Lighting MCU FW (AI) version (if no filename , acts on GPU LED Lighting MCU).
savegpuled Read GPU LED Lighting MCU firmware (AI) and save to .
rdciegpuled Read CIE data from GPU LED Lighting MCUand save to .
wrciegpuled Write CIE data to GPU LED Lighting MCU.
calibrategpuled [millisecond] — Calibrate GPU LED clock tick.
listbridgeled — List all the bridge LED Lighting MCUs.
progbridgeled Flash bridge LED Lighting MCU firmware (AI).
Видео: Снижаем уровень шума перепрошивкой BIOS на примере видеокарты 1650 Super от Gigabyte
Где взять версию для DOS?
NVFlash необходимо использовать в режиме DOS, когда вы загружаете вашу систему. Поэтому используйте загрузочный диск MS-DOS и просто скопируйте на него этот инструмент.
Видео: Прошивка Nvidia для Майнинга
Ошибка pci subsystem id mismatch
Идентификатор PCI subsys — это модель карты. Используйте версию DOS для решения ошибки. Убедитесь так же, что вы разблокировали БИОс:
nvflash64 -protectoff
Используйте ключ -6 :
nvflash64 -6 vbiosname.rom
Команда -6 позволит вам отменить несоответствие идентификатора подсистемы PCI. В случае несоответствия вам необходимо подтвердить действие с помощью клавиши «y». Примечание.
Пользователям с клавиатурой, отличной от американской, может потребоваться нажать «z» или аналогичную, потому что «y» не находится в одном месте для всех раскладок клавиатуры. Пользователям SLI потребуется прошивать каждую карту отдельно. Концепция остается той же, но вам нужно будет использовать соответствующий индекс адаптера для прошивки карты. Как определить № адаптера. описано выше. Перепрошивка происходит так:
nvflash64 -i [индекс] -6 vbios.rom
[index] представляет собой число, а именно индекс, который вы нашли с помощью команды nvflash64 -a . Итак, пример команды для прошивки карты с индексом 0:
nvflash64 -i0 -6 vbios.rom'
Когда начнется мигание монитора, просто подождите, пока не появится сообщение, что все готово. Затем перезагрузитесь с помощью Ctrl + Alt + Del и извлеките USB-накопитель.
Command format not recognized
Что делать в этом случае? Все просто, программа вам пишет, что вы ввели неверную команду. Проверьте еще раз каждую букву и исправьте ошибки.
Не является внутренней или внешней командой
Убедитесь что вы запускаете команду из той папки где расположен nvflash64 .
Актуальность и альтернативы
- NVIDIA nTune — без необходимости прошивки BIOS.
- RivaTuner — без необходимости прошивки BIOS.
- NVIDIA BIOS Editor 6.06 (NiBiTor) — нужно прошивать.
- ThrottleStop — не нужно прошивать.
- GPU-Z — не нужно прошивать.
Дата изменения: 10.03.2023
7 мин на чтение
Matthew Wood
Blockchain developer and crypto trader
- USA
- MiningSoft
- GitHub
Latest version is 5.5c
File: * , SHA256: 599393e258d8ba7b8f8633e20c651868258827d3a43a4d0712125bc487eabf92
(Download for Linux)
Password: phoenix
Вместе с этим сейчас читают
5 Советов, которые помогут Вам найти надежную автоматизированную платформу для торговли криптовалютами
Важные аспекты, которые следует учитывать при выборе торговой платформы
Убедитесь, что вы учитываете вышеперечисленные факторы, чтобы выбрать лучшую автоматизированную платформу для торговли криптовалютами.
Whatsminer tool: Скачать бесплатно, Настройка на русском
WhatsMiner tool: как использовать — пользовательское руководство.
Полный набор инструкций по настройке и обновлению WhatsMiner tool v8.1.34 и более ранним версиям.
Дизайн Blockchain проектов: принципы, концепция и архитектура
Ui дизайн, ориентированный на человека, доверие и простота
Существует несколько вещей, о которых следует помнить при разработке блокчейна: простота, безопасность, прозрачность и др.
Что такое криптовалюта? Простыми словами (2023)
Криптовалюта: что такое, как работает и зачем нужна?
Простое объяснение криптовалюты для новичков и продвинутых пользователей.
nvflash- no nvidia display adapters found error
cant the iGPU be used in a situation like this? or does it have to be PCIe? i dunno, i avoid this kind of stuff for good reason.
eidairaman1
The Exiled Airman
Joined Jul 2, 2007 Messages 40,435 (6.68/day) Location Republic of Texas (True Patriot)
| System Name | PCGOD |
|---|---|
| Processor | AMD FX 8350@ 5.0GHz |
| Motherboard | Asus TUF 990FX Sabertooth R2 2901 Bios |
| Cooling | Scythe Ashura, 2×BitFenix 230mm Spectre Pro LED (Blue,Green), 2x BitFenix 140mm Spectre Pro LED |
| Memory | 16 GB Gskill Ripjaws X 2133 (2400 OC, 10-10-12-20-20, 1T, 1.65V) |
| Video Card(s) | AMD Radeon 290 Sapphire Vapor-X |
| Storage | Samsung 840 Pro 256GB, WD Velociraptor 1TB |
| Display(s) | NEC Multisync LCD 1700V (Display Port Adapter) |
| Case | AeroCool Xpredator Evil Blue Edition |
| Audio Device(s) | Creative Labs Sound Blaster ZxR |
| Power Supply | Seasonic 1250 XM2 Series (XP3) |
| Mouse | Roccat Kone XTD |
| Keyboard | Roccat Ryos MK Pro |
| Software | Windows 7 Pro 64 |
hey man try help us find a solution instead of pushinig for my ban( show us your 19 years tweaking .perhaps u know something about the groundind pin method ??
Don’t be arrogant
I wasn’t pushing for your ban I’m trying to call in those that may have solutions to unbricking your card without having to buy specialty equipment.
By the way when I tweak it’s the motherboard, I don’t mess with gpu bios flashes unless if I modify the original and cross verify it.
Last edited: Sep 26, 2017
jboydgolfer
Joined Oct 17, 2012 Messages 9,781 (2.38/day) Location Massachusetts
| System Name | Americas cure is the death of Social Justice & Political Correctness |
|---|---|
| Processor | i7-11700K |
| Motherboard | Asrock Z590 Extreme wifi 6E |
| Cooling | Noctua NH-U12A |
| Memory | 32GB Corsair RGB fancy boi 5000 |
| Video Card(s) | RTX 3090 Reference |
| Storage | Samsung 970 Evo 1Tb + Samsung 970 Evo 500Gb |
| Display(s) | Dell — 27″ LED QHD G-SYNC x2 |
| Case | Fractal Design Meshify-C |
| Audio Device(s) | on board |
| Power Supply | Seasonic Focus+ Gold 1000 Watt |
| Mouse | Logitech G502 spectrum |
| Keyboard | AZIO MGK-1 RGB (Kaith Blue) |
| Software | Win 10 Professional 64 bit |
| Benchmark Scores | the MLGeesiest |
By the way when I tweak its the motherboard, I don’t mess with gpu bios flashes unless if I modify the original and cross verify it.
That’s how I did my 970s. Modifications instead of ramifications
I didn’t realize people messed with the motherboard bios’ too, so that’s why my motherboard has a Switch for multiple bios’
good luck with the problem. that really sux.
Last edited: Sep 26, 2017
Tatty_Two
Gone Fishing
Joined Jan 18, 2006 Messages 25,771 (3.92/day) Location Worcestershire, UK
| Processor | Rocket Lake Core i5 11600K @ 5 Ghz with PL tweaks |
|---|---|
| Motherboard | MSI MAG Z490 TOMAHAWK |
| Cooling | Thermalright Peerless Assassin 120SE + 4 Phanteks 140mm case fans |
| Memory | 32GB (4 x 8GB SR) Patriot Viper Steel 4133Mhz DDR4 @ 3600Mhz CL14@1.45v Gear 1 |
| Video Card(s) | Asus Dual RTX 4070 OC |
| Storage | WD Blue SN550 1TB M.2 NVME//Crucial MX500 500GB SSD (OS) |
| Display(s) | AOC Q2781PQ 27 inch Ultra Slim 2560 x 1440 IPS |
| Case | Phanteks Enthoo Pro M Windowed — Gunmetal |
| Audio Device(s) | Onboard Realtek ALC1200/SPDIF to Sony AVR @ 5.1 |
| Power Supply | Seasonic CORE GM650w Gold Semi modular |
| Mouse | Coolermaster Storm Octane wired |
| Keyboard | Element Gaming Carbon Mk2 Tournament Mech |
| Software | Win 10 Home x64 |
I assume with the secondary GPU you have tried the -f force command? @wali2, please go back to your own thread and don’t try to hijack this one, the OP’s issue is a little different to yours.
MrGenius
Joined Feb 2, 2015 Messages 2,707 (0.83/day) Location On The Highway To Hell \m/
He says to short the pins WHILE Windows is running. Then wait for the new hardware found sound. Then flash the BIOS immediately without turning off the PC.
eidairaman1
The Exiled Airman
Joined Jul 2, 2007 Messages 40,435 (6.68/day) Location Republic of Texas (True Patriot)
| System Name | PCGOD |
|---|---|
| Processor | AMD FX 8350@ 5.0GHz |
| Motherboard | Asus TUF 990FX Sabertooth R2 2901 Bios |
| Cooling | Scythe Ashura, 2×BitFenix 230mm Spectre Pro LED (Blue,Green), 2x BitFenix 140mm Spectre Pro LED |
| Memory | 16 GB Gskill Ripjaws X 2133 (2400 OC, 10-10-12-20-20, 1T, 1.65V) |
| Video Card(s) | AMD Radeon 290 Sapphire Vapor-X |
| Storage | Samsung 840 Pro 256GB, WD Velociraptor 1TB |
| Display(s) | NEC Multisync LCD 1700V (Display Port Adapter) |
| Case | AeroCool Xpredator Evil Blue Edition |
| Audio Device(s) | Creative Labs Sound Blaster ZxR |
| Power Supply | Seasonic 1250 XM2 Series (XP3) |
| Mouse | Roccat Kone XTD |
| Keyboard | Roccat Ryos MK Pro |
| Software | Windows 7 Pro 64 |
If he does, do not use this thread, use the other
Tatty_Two
Gone Fishing
Joined Jan 18, 2006 Messages 25,771 (3.92/day) Location Worcestershire, UK
| Processor | Rocket Lake Core i5 11600K @ 5 Ghz with PL tweaks |
|---|---|
| Motherboard | MSI MAG Z490 TOMAHAWK |
| Cooling | Thermalright Peerless Assassin 120SE + 4 Phanteks 140mm case fans |
| Memory | 32GB (4 x 8GB SR) Patriot Viper Steel 4133Mhz DDR4 @ 3600Mhz CL14@1.45v Gear 1 |
| Video Card(s) | Asus Dual RTX 4070 OC |
| Storage | WD Blue SN550 1TB M.2 NVME//Crucial MX500 500GB SSD (OS) |
| Display(s) | AOC Q2781PQ 27 inch Ultra Slim 2560 x 1440 IPS |
| Case | Phanteks Enthoo Pro M Windowed — Gunmetal |
| Audio Device(s) | Onboard Realtek ALC1200/SPDIF to Sony AVR @ 5.1 |
| Power Supply | Seasonic CORE GM650w Gold Semi modular |
| Mouse | Coolermaster Storm Octane wired |
| Keyboard | Element Gaming Carbon Mk2 Tournament Mech |
| Software | Win 10 Home x64 |
no please tatty one, let it open , i need maximum visibility to get some information , i am really stuck
You see, you continue to derail this thread which is now about you and not the Op’s issue so I will re-open your thread and get rid of your posts here, one thread is enough.
eidairaman1
The Exiled Airman
Joined Jul 2, 2007 Messages 40,435 (6.68/day) Location Republic of Texas (True Patriot)
| System Name | PCGOD |
|---|---|
| Processor | AMD FX 8350@ 5.0GHz |
| Motherboard | Asus TUF 990FX Sabertooth R2 2901 Bios |
| Cooling | Scythe Ashura, 2×BitFenix 230mm Spectre Pro LED (Blue,Green), 2x BitFenix 140mm Spectre Pro LED |
| Memory | 16 GB Gskill Ripjaws X 2133 (2400 OC, 10-10-12-20-20, 1T, 1.65V) |
| Video Card(s) | AMD Radeon 290 Sapphire Vapor-X |
| Storage | Samsung 840 Pro 256GB, WD Velociraptor 1TB |
| Display(s) | NEC Multisync LCD 1700V (Display Port Adapter) |
| Case | AeroCool Xpredator Evil Blue Edition |
| Audio Device(s) | Creative Labs Sound Blaster ZxR |
| Power Supply | Seasonic 1250 XM2 Series (XP3) |
| Mouse | Roccat Kone XTD |
| Keyboard | Roccat Ryos MK Pro |
| Software | Windows 7 Pro 64 |
You see, you continue to derail this thread which is now about you and not the Op’s issue so I will re-open your thread and get rid of your posts here, one thread is enough.
Id lock him from this thread if possible
Tatty_Two
Gone Fishing
Joined Jan 18, 2006 Messages 25,771 (3.92/day) Location Worcestershire, UK
| Processor | Rocket Lake Core i5 11600K @ 5 Ghz with PL tweaks |
|---|---|
| Motherboard | MSI MAG Z490 TOMAHAWK |
| Cooling | Thermalright Peerless Assassin 120SE + 4 Phanteks 140mm case fans |
| Memory | 32GB (4 x 8GB SR) Patriot Viper Steel 4133Mhz DDR4 @ 3600Mhz CL14@1.45v Gear 1 |
| Video Card(s) | Asus Dual RTX 4070 OC |
| Storage | WD Blue SN550 1TB M.2 NVME//Crucial MX500 500GB SSD (OS) |
| Display(s) | AOC Q2781PQ 27 inch Ultra Slim 2560 x 1440 IPS |
| Case | Phanteks Enthoo Pro M Windowed — Gunmetal |
| Audio Device(s) | Onboard Realtek ALC1200/SPDIF to Sony AVR @ 5.1 |
| Power Supply | Seasonic CORE GM650w Gold Semi modular |
| Mouse | Coolermaster Storm Octane wired |
| Keyboard | Element Gaming Carbon Mk2 Tournament Mech |
| Software | Win 10 Home x64 |
Id lock him from this thread if possible
M1rk0
New Member
Joined Apr 19, 2019 Messages 1 (0.00/day)
Hello, I spent all the afternoon trying to fix a wrong flash with a bad bios, tried dos command at boot, always appeared «no nvidia display adapter found»
My solution was to run nvflash in Windows safe mode, worked perfectly, if anyone may need this information, good luck.
Sol1dus2
New Member
Joined May 21, 2019 Messages 2 (0.00/day)
Hello, I spent all the afternoon trying to fix a wrong flash with a bad bios, tried dos command at boot, always appeared «no nvidia display adapter found»
My solution was to run nvflash in Windows safe mode, worked perfectly, if anyone may need this information, good luck.
I have a what i think to be a bricked GTX 1080. booted in safe mode and ran nvflash I was still receiving «no nvidia display adapter found». Any other info or tips on how to get the gpu to become visible in device manager?