-
Notifications
You must be signed in to change notification settings - Fork 33
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 not working on some distros ? #588
Comments
For reference - in the end i gave up trying to use this script, and i just extracted what is really needed (which is pretty straightforward but not easy to read in the script)
|
The first command looks good if you ran it as Also note: Previous problems came from the device being in use by LVM or similar. Did you check the |
Was this the .bin image or the ISO image? |
Additional informations :
|
I think the issue could be related to a bash regression and we found a workaround in flatcar/init#97 |
Description
I would like to try flatcar-linux, but i'm unable to have the "flatcar-install" script working. Whatever i do, there are some freezes (or errors) on archlinux.
Impact
Unable to install ISO of flatcar-linux
Environment and steps to reproduce
Also when executing the script without any modifications, got a lot of "Failed to reread partitions on [...]".
Also the "wipefs" trapped seems really a bad idea (it takes a lot of time and is not interruptible + does not allow to see (once finished) in which state the filesystems are)
Expected behavior
Script should work flawlessly.
Additional information
The best would be to have a small set of commands to be executed in order to install everything (current script seems, at least on some distros, rather fragile and maybe too complex).
Is this available anywhere ?
Thanks in advance !
The text was updated successfully, but these errors were encountered: