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

instance won't reboot after scaleway bumped initrd to v3.12.6-0-g94f40b6 #3

Open
stuffo opened this issue Jul 1, 2017 · 2 comments

Comments

@stuffo
Copy link
Owner

stuffo commented Jul 1, 2017

you will end up with an unconfigured network in initrd. this will prevent any further work of scaleways initrd as the metadata server is unreachable.

workaround

if you didn't reboot till now, and wan't to avoid this bug, its enough to do this once:
sudo rm /boot/.archkernel-version
sudo reboot
if you already rebooted and ended up with a stuck initrd:
use Scaleway's Resuce bootscript to mount your nbd and enter the commands above.

background

I was too lazy to add code for detecting a initrd change. When the Arch kernel doesn't change, you end up with a previous version of the scaleway initrd which in this case uses an old approach to configure the network. simulating a kernel change forces initrd rebuild using the current version.

@streaps
Copy link

streaps commented Jul 14, 2017

What about scaleway-ubuntukernel? Same problem?

@stuffo
Copy link
Owner Author

stuffo commented Jul 14, 2017

yes. use the same workaround if you run into this.
if you just started using this package, you won't run into this, as it is only related to instances created before the last initrd change (i think about 16th of june).

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

No branches or pull requests

2 participants