-
Notifications
You must be signed in to change notification settings - Fork 97
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
Immucore unable to locate COS_STATE partition after installation of image larger than 5Gb on Kairos v3.1.3 #2950
Comments
mmmh, looks like there is some size issues
I dont think my disk has 16 Exabytes, last time I checked at least :D this seems to be a side effect of something breaking. With master I dont even get to install it fails to find COS_STATE
|
oh well, yes, If I go over the total disk, then it breaks, makes sense 🤦 Adjusting the sizes to a more decent thing seems to work here:
That booted without issues.... @robin-ny do you have the install logs? Maybe it failed somewhere during the install and the install did not fail for some reason? The logs may be under /var/log/kairos |
@Itxaka I found the issue in the meantime. It had nothing to do with image size, sorry for the red herring 🤦 In my image I install nvidia drivers and I did not update the installation to reflect the kernel change.
After changing the package the system booted normally 🥳 |
Kairos version:
CPU architecture, OS, and Version:
Linux live 6.8.0-47-generic #47-Ubuntu SMP PREEMPT_DYNAMIC Fri Sep 27 21:40:26 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Describe the bug
I build two images based on the Kairos version shown above (quay.io/kairos/ubuntu:24.04-core-amd64-generic-v3.1.3), which contain additional software:
The image
24.04-core-amd64-small-v3.1.3
can be installed and booted without any issues.The image
24.04-core-amd64-large-v3.1.3
can also be installed without any errors, however on boot the partition COS_STATE can't seem to be found by immucore, which leads to reboot cycling:The install section in the cloud config looks as following:
An Image with the same software installed but using Kairos version v3.1.2 (quay.io/kairos/ubuntu:24.04-core-amd64-generic-v3.1.2) boots normally.
To Reproduce
Expected behavior
Images using Kairos v3.1.3 >5Gb should boot normally.
Additional context
Installation has been tested both on a physical machine and on a vm, with the same results.
The text was updated successfully, but these errors were encountered: