Uau, nunca vi nada parecido antes; mas como isso acontece no Windows 8 e você não o experimentou em 7, pode ser uma incompatibilidade entre sua placa gráfica e o driver de mídia que vem com o Windows 8.
Você pode experimentar, esse processo integraria os drivers mais recentes da NVIDIA na imagem do Windows 8, de modo que eles provavelmente seriam escolhidos em vez de armazenados:
-
Faça o download dos drivers mais recentes para o seu cartão e faça com que sejam extraídos em uma pasta (tenha cuidado se for um dispositivo móvel ou um sistema desktop para não baixar o pacote errado).
-
Extraia o conteúdo do DVD do Windows 8 para um local com acesso de gravação. Desde que você o tenha em um pendrive, você provavelmente já pode usá-lo.
-
Crie um diretório vazio, ele será usado para montar a imagem de instalação.
-
Abra um prompt de comando (usei um prompt elevado) e monte a imagem de instalação:
dism /mount-wim /wimfile:"path-to-install.wim" /index:1 /mountdir:"dir"
Em que
path-to-install.wim
é o caminho completo para o arquivoinstall.wim
, que está dentro do diretóriosources
, onde você extraiu o conteúdo do DVD.dir
é o caminho para o diretório que você criou, a execução desse comando montará a imagem lá. Use o índice1
para a edição Pro do Windows 8 e2
para o Core um.Resultado esperado:
Mounting image [==========================100.0%==========================] The operation completed successfully.
-
Integre os drivers na imagem:
dism /image:"dir" /add-driver /driver:"nvidia-path" /recurse
Onde
dir
é o mesmo de antes envidia-path
é o caminho para a pasta principal na qual os drivers da NVIDIA foram extraídos./recurse
é usado para analisar todos os diretórios e integrar todos os drivers.Resultado esperado:
Searching for driver packages to install... Found 38 driver package(s) to install. Installing 1 of 38 - D:\NVIDIA\Display.Driver\nvaa.inf: The driver package was successfully installed. Installing 2 of 38 - D:\NVIDIA\Display.Driver\nvac.inf: The driver package was successfully installed. Installing 3 of 38 - D:\NVIDIA\Display.Driver\nvam.inf: The driver package was successfully installed. Installing 4 of 38 - D:\NVIDIA\Display.Driver\nvao.inf: The driver package was successfully installed. Installing 5 of 38 - D:\NVIDIA\Display.Driver\nvar.inf: The driver package was successfully installed. Installing 6 of 38 - D:\NVIDIA\Display.Driver\nvbl.inf: The driver package was successfully installed. Installing 7 of 38 - D:\NVIDIA\Display.Driver\nvct.inf: The driver package was successfully installed. Installing 8 of 38 - D:\NVIDIA\Display.Driver\nvcv.inf: The driver package was successfully installed. Installing 9 of 38 - D:\NVIDIA\Display.Driver\nvdm.inf: The driver package was successfully installed. Installing 10 of 38 - D:\NVIDIA\Display.Driver\NVFM.inf: The driver package was successfully installed. Installing 11 of 38 - D:\NVIDIA\Display.Driver\NVFU.inf: The driver package was successfully installed. Installing 12 of 38 - D:\NVIDIA\Display.Driver\nvfx.inf: The driver package was successfully installed. Installing 13 of 38 - D:\NVIDIA\Display.Driver\nvgb.inf: The driver package was successfully installed. Installing 14 of 38 - D:\NVIDIA\Display.Driver\nvhm.inf: The driver package was successfully installed. Installing 15 of 38 - D:\NVIDIA\Display.Driver\nviv.inf: The driver package was successfully installed. Installing 16 of 38 - D:\NVIDIA\Display.Driver\nvlbh.inf: The driver package was successfully installed. Installing 17 of 38 - D:\NVIDIA\Display.Driver\nvlo.inf: The driver package was successfully installed. Installing 18 of 38 - D:\NVIDIA\Display.Driver\NVLT.inf: The driver package was successfully installed. Installing 19 of 38 - D:\NVIDIA\Display.Driver\NVMI.inf: The driver package was successfully installed. Installing 20 of 38 - D:\NVIDIA\Display.Driver\nvmm.inf: The driver package was successfully installed. Installing 21 of 38 - D:\NVIDIA\Display.Driver\nvmt.inf: The driver package was successfully installed. Installing 22 of 38 - D:\NVIDIA\Display.Driver\nvpm.inf: The driver package was successfully installed. Installing 23 of 38 - D:\NVIDIA\Display.Driver\nvqn.inf: The driver package was successfully installed. Installing 24 of 38 - D:\NVIDIA\Display.Driver\nvqu.inf: The driver package was successfully installed. Installing 25 of 38 - D:\NVIDIA\Display.Driver\nvsm.inf: The driver package was successfully installed. Installing 26 of 38 - D:\NVIDIA\Display.Driver\nvszc.inf: The driver package was successfully installed. Installing 27 of 38 - D:\NVIDIA\Display.Driver\nvszn.inf: The driver package was successfully installed. Installing 28 of 38 - D:\NVIDIA\Display.Driver\nvszq.inf: The driver package was successfully installed. Installing 29 of 38 - D:\NVIDIA\Display.Driver\nvszw.inf: The driver package was successfully installed. Installing 30 of 38 - D:\NVIDIA\Display.Driver\nvtd.inf: The driver package was successfully installed. Installing 31 of 38 - D:\NVIDIA\Display.Driver\nvtm.inf: The driver package was successfully installed. Installing 32 of 38 - D:\NVIDIA\Display.Driver\nvtq.INF: The driver package was successfully installed. Installing 33 of 38 - D:\NVIDIA\Display.Driver\nvts.inf: The driver package was successfully installed. Installing 34 of 38 - D:\NVIDIA\Display.Driver\nvtw.inf: The driver package was successfully installed. Installing 35 of 38 - D:\NVIDIA\Display.Driver\nvvd.inf: The driver package was successfully installed. Installing 36 of 38 - D:\NVIDIA\Display.Driver\nvwi.inf: The driver package was successfully installed. Installing 37 of 38 - D:\NVIDIA\HDAudio\nvhda.inf: The driver package was successfully installed. Installing 38 of 38 - D:\NVIDIA\NV3DVisionUSB.Driver\nvstusb.inf: The driver package was successfully installed. The operation completed successfully.
-
O DISM pode fazer todo o tipo de coisas, executar
dism /?
oudism /image:"dir" /?
para obter mais informações, mas isso está fora do escopo deste passo a passo . Depois que o processo terminar, confirme as alterações no arquivowim
e desmonte-o:dism /umount-wim /mountdir:"dir" /commit
Resultado esperado:
Image File : D:\Temp\install.wim Image Index : 1 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully.
(
dism /commit-wim /mountdir:"dir"
enviaria as alterações apenas) -
Depois de recriar o DVD do Windows 8 com a imagem atualizada (
install.wim
file) usando qualquer utilitário de edição de imagem, crie-o novamente a partir do diretório que você extraiu seu conteúdo comoscdimg
ou copieinstall.wim
para o stick USB que você usará para a instalação, ele teria crescido um pouco.
Depois de tudo isso, tente instalar o Windows 8. Por meio da instalação, você ainda poderá ver essas inconsistências gráficas, pois os drivers foram integrados na própria imagem, mas esperamos que, após a reinicialização na fase de instalação do driver, os drivers atualizados sejam usados.
Dado que os drivers gráficos são geralmente muito mais complexos do que outros tipos de drivers, eu não sei até que ponto eles poderiam ser integrados desta forma, você provavelmente teria que executar o programa de instalação regularmente após o sistema ser instalado mesmo que funcionasse.
Se isso não funcionar, você pode tentar integrar os drivers da placa-mãe ou entrar em contato diretamente com a Microsoft. Além disso, não seria uma instalação limpa, mas você poderia tentar instalar uma versão anterior do Windows e executar uma atualização.