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
質問済み 1年前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
エキスパート
回答済み 1年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ