Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EC2-Instance terminates while TK waits on it to become ready #130

Closed
kplimack opened this issue May 26, 2015 · 4 comments
Closed

EC2-Instance terminates while TK waits on it to become ready #130

kplimack opened this issue May 26, 2015 · 4 comments

Comments

@kplimack
Copy link

screen shot 2015-05-26 at 11 00 13 am
screen shot 2015-05-26 at 11 00 09 am

@tyler-ball
Copy link
Contributor

Interesting! Can you check the device logs and see if there are any errors? What is the output of your kitchen diagnose --all? I think I saw something like this before where a device tried to startup without a boot device...

@kplimack
Copy link
Author

@tyler-ball
Copy link
Contributor

@kplimack If you manually start an instance with that same AMI (ami-f2f1c79a), what do the disc device(s) look like? Is there only 1 attached on /dev/sda1?

My guess is your config tries to attach a device on /dev/sda0 instead of /dev/sda1 and this is causing the device to fail booting because it doesn't have a boot device. If you look at the system log for a failed device you should get more information.

@kplimack
Copy link
Author

kplimack commented Jun 1, 2015

i changed it to /dev/xvda and its working now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants