Stuck on License terms

0

I did an upgrade from Windows 2012 to 2016 Desktop Experience. The upgrade went on well but upon checking the instance screenshot I am seeing that I need to accept the license terms. I am unable to accept because I cannot RDP to the instance nor use AWS systems manager. Kindly assist

Simba
질문됨 일 년 전851회 조회
1개 답변
1

When you upgrade Windows Server versions, especially when using AWS EC2, the server will often reboot and show the license agreement terms on the screen. this may be the problem You are required to accept these terms before you can proceed, but this can be difficult if you can't connect via RDP or use the AWS Systems Manager.

You can use EC2Rescue tool to diagnose the problem

https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/Windows-Server-EC2Rescue.html

If all else fails, you can try detaching the root volume of the stuck instance and attaching it to another, functioning Windows instance. From there, you can access the file system and potentially bypass the license screen. Here are the steps:

  1. Stop both the stuck instance and the working instance.
  2. Detach the root volume of the stuck instance.
  3. Attach that volume to the working instance.
  4. On the working instance, look for the newly attached volume and note the drive letter it's been assigned.
  5. Try to navigate to drive letter:\Windows\System32\sysprep, find unattend.xml and remove it if it exists.
  6. Detach the volume from the working instance and re-attach it back to the original instance.
  7. Start the original instance.
profile picture
전문가
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠