-
Notifications
You must be signed in to change notification settings - Fork 59
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
Error: System has 0 devices with a filesystem labeled 'boot' #1483
Comments
We have seen this on both c5.xlarge (amd64) and c6g.16xlarge (aarch64) instance types |
Please obtain the full console log from the EC2 console or API and post it here. Is there anything unusual about your instance configuration? (For example, multiple disks.) |
@bgilbert Thanks - here is a sample of a full log we were able to obtain: https://gist.github.com/tomwans/5d89b652eaefe9e2772707d5f5ef8c21 We do use multiple disks in this case. |
@tomwans Thanks. In that log, you're booting from |
@bgilbert thanks. Any idea why this might be intermittent, given the same disk layout and instance type in AWS? And why might we be seeing this only in this most recent version of CoreOS? We haven't changed the Ignition disk configuration in a very long time, so not sure why this would be coming up now. |
If it's a race condition that could explain why the behavior may not be consistent.
Maybe newer kernels trigger the race condition more often? |
Here is the ignition config that is used for the failing instance. removed the files, units
|
Yup, that's the problem. It's not safe for the config to assume that the boot disk is |
I think this is a dupe of #1122. Edit: I've added a comment there that may help your use case. |
Describe the bug
AMI: fedora-coreos-37.20230401.3.0-x86_64
AWS instance failing to boot with following error :
This happens on some instances and not all the time.
Reproduction steps
This is not exactly reproducible as it happens only sometimes
Expected behavior
Expect the ignition to complete and AWS instance to boot
Actual behavior
AWS instance is failing to boot
System details
AWS
did not get
rpm-ostree status -b
as the instance is failing to boot on AWS.Butane or Ignition config
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: