-
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
🐛 Autoreset issues on RPi #1767
Comments
Maybe related? #1723 |
I saw broken characters from the start, the issue seems to be the change between gftxterm and normal, which produces 2 alternating outputs via the same terminal. Autoreset is correct as the kairos-reset service does not have the reboot flag or the unattended flag. |
For the autoreset: kairos-io/packages#419 |
autoreset is now fixed by the patch above. Grub characters indeed are broken, looks like some files are missing when doing the reset, to be copied, modules maybe as this are the only ones copied over: https://github.com/kairos-io/kairos-agent/blob/main/pkg/utils/grub.go#L137 I saw some messages about files missing when grub loads, but its impossible to capture the moment as it gets erased... |
we missing copying that into the fonts dir (fonts dir doesnt even exist) |
Needs confirmation |
fonts in grub looks fine. So the font issue is gone but we have another issue with mkfs. We probably need to pass some flag to avoid prompts. |
There is the |
That is kind of weird... it should affect x86 as well unless state is somehow |
Looks like it's mounted on s different place to what reset tries to unmount... |
output:
mounts:
|
Running |
|
SO I guess this is a closed issue, yay! |
For better error messages: kairos-io/kairos-agent#145 |
tested ubuntu v2.4.0-alpha3 on RPi4
The text was updated successfully, but these errors were encountered: