Accessing health check output in the system log
If the system update fails or the boot process stops, you can query the system logs for detailed troubleshooting information. These logs provide the detailed steps necessary to troubleshoot failed boot checks.
Procedure
-
To access the results of a health check, run the following command:
$ sudo journalctl -o cat -u greenboot-healthcheck.serviceExample output of a failed health check... ... Running Required Health Check Scripts... STARTED GRUB boot variables: boot_success=0 boot_indeterminate=0 boot_counter=2 ... ... Waiting 600s for MicroShift service to be active and not failed FAILURE ... ...