Hacker News new | ask | show | jobs
by jdubb 1528 days ago
Just yesterday I've been flashing Raspberry OS to a micro SD card. Not succeeding with Balena Etcher, I opted to use the RPi imager tool, which did work (which might be an issue not in any way related). After that I added the `ssh` file to the boot partition and tried connecting to it via SSH. Providing username pi and password raspberry, connecting fails with invalid password, no matter how many times I tried. Searching all over the internet for whether the password was different nowadays, but coming up with zip, frustrated, I went to bed.

Reading this today it hits me that this change might just be the cause.

If that turns out to be the case, there should really be some indication in the RPi imager tool.

1 comments

There are/were issues with using the rpi-imager [1] under Windows, which would result in the configuration information not being written to the memory card. They claimed to have fixed it, but it never worked for me.

Instead, I downloaded a live Linux dist, kde-neon [2], wrote that to a USB stick with rufus [3], booted my PC with that, and imaged under Linux. Only then did it work.

[1] https://github.com/raspberrypi/rpi-imager

[2] https://neon.kde.org/download

[3] http://rufus.ie/en/