Question: Reset root user password to gain access to node2

Solution:

On boot menu press "e"

On VM Linux line add: rd.break and then press Ctrl+X

make /sysroot as rw:

mount -o rw,remount /sysroot

chroot /sysroot

passwd

touch /.autorelabel

Ctrl+D

Ctrl+D

# Verify by logging into system with new password.
