AWS t1 to t2 migration: Client.InstanceInitiatedShutdown on new t2 instance

Solution 1:

I was going from HVM to PV and noticing the same issue. It turned out that I (my automation) was still attaching block storage to /dev/sda1, what I needed for my HVM AMI, but needed to attached it to /dev/xvda.