To reset the root password on a Debian 10 system, edit the kernel command line at boot to add "init=/bin/bash" which will boot the system into single user mode. Once in single user mode, remount the root file system in read-write mode using "mount -o remount /" and then use the "passwd" command to set a new root password. Reboot to test the new password.