OS update failed [RESOLVED]
Closed this issue · 3 comments
Since a few weeks I am not able to update my balena ADS-B device anymore.
It is a raspberry pi 3 and is running Supervisor Version15.0.0 and Host Os Version 4.0.16.
I want to update the system to SV 15.0.2 and Host OS Version 4.1.1. I select i the dashboard summarythe SV and select 15.0.2. It start to apply the update but it always fails.
After that I tried to create a new release which instaled correctly but did not update to newer versions of the SV nor the Host OS.
What can I do to get the latest update installed and working?
Hi @Placemaster,
I'm sorry to hear you are having issues updating balenaOS.
To figure out why it's failing, please attempt the following:
- Head to the Summary tab for the device in your balena dashboard.
- In the Terminal window, click the Select a target dropdown, then choose Host OS, then click Start terminal session.
- In the terminal, enter
cd
/mnt/data/balenahup/, then
ls -la`. - You will see a list of log files. You can find the most recent one by looking at the timestamps.
- View the logfile contents by issuing this command:
cat upgrade-2.x.sh.xxxxx.log (your logfile name).
Hopefully, this will reveal some clues about what's going wrong. Feel free to share it here, redacting any sensitive or personal information.
Hi @Placemaster,
It's great to hear that you were able to resolve the problem. Thanks for sharing your solution, too. Happy feeding!
Kind regards,
Ketil