Hey all, i've been trying to login to my pi (I installed ubuntu server on it), i have an ethernet cable going into it and it seems to only be still red, no green light I have tried sshing into it with username and password ubuntu and it says incorrect
Right now I am re flashing it
jbziscool
model 4b btw
oops.se
With no Green LED blinking = No boot and activity thereafter. How do you imaging the SD card?
jbziscool
with balenaetchr and with ubuntu-22.04.3--server-arm64
null
Could it be that you have downloaded ubuntu-22.04.3-live-server-arm64.iso?
You need to edit the ssh setting:
sudo nano /etc/ssh/sshd_config
And look for the row #PasswordAuthentication yes and remove the #.
And now restart the ssh server sudo systemctl restart sshd
jbziscool
im on windows
null
But did you give it the username and hostname in the imager?
Did you choose your image or one from the list?
jbziscool
one from the list
null
Did you enter the hostname with .local ? if so try it without.
Otherwise try it with IP instead of hostname.
oops.se
And sometimes you need to hockup a display/keyboard to get it working
jbziscool
ima take it to my pc shop tmr, thanks though guys!