The usual method of resetting root’s password is to “chroot” into the installed system:
- boot live rescue media
- mount the / filesystem to /mnt
- mount -o bind /dev /mnt/dev
- mount -o bind /sys /mnt/sys
- mount -o bind /proc /mnt/proc
- chroot /mnt
- mount -a
*]passwd root