Check updates with a health check script
To verify the success or failure of a recent system update, you can review the output of greenboot health check scripts in the system log after an update.
Procedure
-
To access the result of update checks, run the following command:
$ sudo grub2-editenv - list | grep ^boot_successExample output for a successful updateboot_success=1-
If your command returns
boot_success=0, either the greenboot health check is still running, or the update is a failure.
-