I need to troubleshoot my installation failure. From the installer I can access the terminal using ALT + F2 but I still need user credentials.
Is there a default root login I can use during the installation? I'm installing a custom ISO based on Ubuntu 19.10
So far I've tried:
- Username: root
- Password: root
- Username: ubuntu
- Password: ubuntu
- Username: root
- Password: ubuntu
- Username: root
- Password:
- Username: ubuntu
- Password:
A close reading of the question reveals that a customized disk, and not an original Ubuntu disk was in use. Perhaps the reason the "ubuntu" login didn't work was because it was changed during customization (whether purposefully or inadvertently). More than likely the actual details would have to come from the entity that produced the customized install media.
Regardless, for most cases of a question like this FedonKadifeli's suggested reference to Live CD asks for a username and password was good for 20.04.1 so unless 19.10 did something different, it should provide a satisfactory answer. I referenced this answer, but another answer provides alternate usernames for various editions of Ubuntu.
It is possible to confirm during an Ubuntu 20.04.1 Desktop installation, while the installer is running, one may access an alternate virtual console with CTRL+ALT+Fn and login with username "ubuntu" and a null password.
A couple answers seem to indicate failures to get these logins work, but they have comments that either directly, or indirectly, dispute that they do not generally work.
As indicated by others, the login account does not have elevated (superuser) permissions, but
sudo
without a password is possible.