--password-same
not working as expected when using --user pi
#55
Replies: 4 comments 1 reply
-
I assume this is on Bullseye 09/22? I was aware that there was an issue with passwords and the 'pi' user, but my assumption (hope?) was that people wouldn't use the user 'pi' any more, since it's slightly stuffed into the background by the RasPiOS team. What IMG are you using? Desktop or Lite?
Will look at 'pi' user if you're locked into using it in your project. LMK. |
Beta Was this translation helpful? Give feedback.
-
WRT |
Beta Was this translation helpful? Give feedback.
-
OK, thanks. Don't need to see your history file now, I understand what's going on. |
Beta Was this translation helpful? Give feedback.
-
JFYI the next update will address:
I think this addresses the points you've raised here. Coming later this week. |
Beta Was this translation helpful? Give feedback.
-
TLDR: I have the following problems or things I don't understand:
--password-same
pi
with--user
--autologin
does not seem tow workI'm trying to set up a RaspberryPi while keeping the default user
pi
and usingpi
as the password forpi
as well as for root. At the moment I set the following switchesThis works. However, there seems to be a little shorter variant with
--password-same
. I tried the following:This does not work, as I'm prompted to enter a password manually (although I already set it with
--password-pi
):Also, the switches for the users/passwords are a bit confusing for me.
--user
is mandatory, even if I don't want to create a new user (only re-using the existing userpi
). It should be made optional, IMO, only--password-pi
should be mandatory.Furthermore,
--autologin
does not seem to work (or I'm doing something wrong), as I'm still prompted for the passwordMy goal is a pre-configured RaspbianOS with only two users:
pi
androot
. Both users should have the same password andpi
should be logged in automatically after startup.Beta Was this translation helpful? Give feedback.
All reactions