Created
April 2, 2017 11:00
-
-
Save gyohk/fa3deb4e850c697789b785d97bd5f605 to your computer and use it in GitHub Desktop.
mvbcoding/awslinux のvagrant boxがWindowsで起動しない問題
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(User)/.vagrant.d/boxes/ の配下にあるawslinuxのディレクトリ内で、box.ovf を編集すれば治る。 | |
「amzn-ami-hvm-201609120170119-x86_64-gp2-201702041905-guest-******」のように延々と続くIDが3箇所ほど記述されており、 | |
Windowsでは長すぎてエラーになるため、「****-guest」の辺りで切って、短くしてやると起動する。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ハマっていたところこちらの方法で解決しました。
ありがとうございます。