fix(cgpt next): Fix fallback when the first root partition is bad.

Currently the first partition (when next_index == -1) will always be
assumed to be good because success and tries aren't checked and its
priority is then preserved. This will break fallback to a lower priority
root after the first's tries are used-up.
1 file changed