-
Notifications
You must be signed in to change notification settings - Fork 34
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
flatcar-install fails on CentOS7 #249
Comments
When I boot into CentOS8 and re-run my steps:
|
Hello, |
I think it didn't help.
To add more context, here is what I am doing:
Maybe that's not how it can work in general? Reason why I am trying this without mounting Flatcar (for PXE) is that I can't control anything when it PXE boots on Hetzner Cloud (it boots, but basically no SSH, just console access — was looking to automate this step a bit). But maybe that is not how it works? Or do you think it should? |
Haven't reproduced it, but why are you using the ISO if it's a a regular hard disk? In general, you can specify the Ignition config as platform user data for the instance if Ignition already knows about that platform (and the OEM ID is set as kernel parameter) or you can specify the Ignition config as URL (could be a URL to the platform user-data endpoint, too, or a third party server) by setting the |
Another thing to look out for is whether there are existing LVM partitions that are active. One can try something like |
Description
I booted a server using CentOS7 and tried to run
flatcar-install
, but it fails to complete.Impact
Would love to install flatcar linux.
Environment and steps to reproduce
a.
./flatcar-install -d /dev/sda1 -i /root/ignition.json -f ./flatcar_production_iso_image.iso -v
Output:
wipefs
Expected behavior
flatcar-install
completes, and I can boot into Flatcar Linux.The text was updated successfully, but these errors were encountered: