I'm trying to reset the password to the base administrative/main account on my Ubuntu system. In the recovery shell, I will type passwd <user> and it will give me an error output saying that user <user> does not exist.
I have verified that the user does indeed exist in the system via
cat /etc/passwd | grep USERNAME
What could the issue be that it cannot find the user in question?