gadreel Posted January 25 Share Posted January 25 Hi, After a successful boot at the end you are prompt to login. For a year or so this has disappeared for me. The server boots just fine but why I do not see the login prompt. Anyone knows why? Quote Link to comment
ljm42 Posted January 25 Share Posted January 25 There may be some clues in your diagnostics, upload the full zip file (from Tools -> Diagnostics) Quote Link to comment
gadreel Posted January 25 Author Share Posted January 25 1 hour ago, ljm42 said: There may be some clues in your diagnostics, upload the full zip file (from Tools -> Diagnostics) Attached. unraid-diagnostics-20230125-2333.zip Quote Link to comment
ljm42 Posted January 26 Share Posted January 26 Your config/go script has some old code for handling ssh, you should remove all of this: mkdir /root/.ssh cp /boot/config/ssh/* /root/.ssh/ cd /root/.ssh chmod 600 * #Copies all files needed for authorized ssh connections mkdir /root/.ssh cp /boot/config/ssh/* /root/.ssh/ cd /root/.ssh chmod 600 * /root/.ssh/ is a symlink to /boot/config/ssh/root/ so any files that you want to persist should be placed in /boot/config/ssh/root/ Nothing else stands out to me, I'd suggest installing the Fix Common Problems plugin and see if it highlights any issues. Quote Link to comment
gadreel Posted January 27 Author Share Posted January 27 Installed Fix Common Problems, nothing stands out. Removed those line also from the Go file and still does not work. This started back in the day when I had an Nvidia GPU, it started doing that when we used to have those Unraid-Nvidia versions... I do not know if that helps. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.