question

FabianoMC-3561 avatar image
0 Votes"
FabianoMC-3561 asked Nicolas-1194 commented

VM Azure com tela preta

Boa tarde, vou tentar resumir o problema.

Criei uma VM Azure Windows 10 (NV8as_v4 com 8vcpus, 28 GB Ram), para meus jogos pessoais. Instalei a extensão GPU driver da AMD e infelizmente fiz a besteira de desativar os adaptadores de video básico da Microsoft e Hiper-v, deixando habilitado apenas o adaptador de vídeo Radeon da AMD.

Quando reiniciei a VM, fui acessá-la via RDP, a mesma aparece com tela preta e não está respondendo ao teclado.

No entanto, quando vou olhar o diagnóstico de inicialização, aparece a captura de tela normal sem tela preta.

Como posso resolver o problema? É possível acessar o gerenciador de dispositivos pelo console serial e habilitar os demais adaptadores de video pra VM voltar ao normal? Qualquer sugestão é bem vinda.

Quem puder ajudar, agradeço. No aguardo.

Fabiano.

azure-virtual-machines
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

AndreasBaumgarten avatar image
0 Votes"
AndreasBaumgarten answered Nicolas-1194 commented

Hi @FabianoMC-3561 ,

you can try this to enable the basic video adapter again:

102702-image.png


 Get-PnpDevice -FriendlyName "Microsoft Hyper-V Video"  |  Enable-PnpDevice -Confirm:$false


Here this way solved the issue:
https://docs.microsoft.com/en-us/answers/questions/351718/i-accidentaly-disabled-my-graphics-card.html


(If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

Regards
Andreas Baumgarten




image.png (74.3 KiB)
· 3
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Tive que habilitar mais alguns itens além do que você sugeriu, mas no final, deu certo! Funcionou!

Obrigado! :-)

0 Votes 0 ·

Hi @FabianoMC-3561 ,

thank you for the feedback.
Are there any additional questions? Does the answer help to solve the issue?
If you found the answer helpful, it would be great if you please mark it "Accept as answer". This will help others to find answers in Q&A


Regards
Andreas Baumgarten

0 Votes 0 ·

Olá @FabianoMC-3561 Poderia me informar quais foram os comandos que você usou, estou com o mesmo problema

0 Votes 0 ·