Default autologin password is not set.
tps800 opened this issue · 3 comments
tps800 commented
Default password for default user unknown. Ideas on how to install nomad to hd wont work, because a password will be needed to instal to hd. Since this password is not set or not known ...
Deleted user commented
Hello @tps800, the password is set at first boot when configuring the default nomad
user.
tps800 commented
Yes, it is asked for, but later on exactly this password wont work for the
default user …
…On Mon, Mar 21, 2022 at 5:53 AM Azrael JD ***@***.***> wrote:
Hello @tps800 <https://github.com/tps800>, the password is set at first
boot when configuring the default nomad user.
—
Reply to this email directly, view it on GitHub
<#103 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFLNTCYYMCD6THJFSNKUCDVA76ENANCNFSM5RGN2KIA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
Thomas
mrclksr commented
Yes, it is asked for, but later on exactly this password wont work for the
default user …
That's odd.
You can change the password for root and nomad as follows:
- Reboot into single-user mode
- Hit [ENTER] when asked to.
- Run
mount -a
- Run
kbdmap
and select your keyboard layout. - Run
passwd
to change the root password. - Run
passwd nomad
to change the password for nomad. - Press CTRL+D or type
exit
followed by [ENTER] to exit from the shell to boot into multi-user mode.