I'm installing ubuntu base following this guide: https://wiki.ubuntu.com/Base/InstallationExample
The only thing I did different from the guide was using grub instead of syslinux as bootloader, currently I'm booting using manual grub commands because I don't have a grub.cfg, don't know how to create it without logging in.
I have already installed it on a test partition, I repeated the same steps on the main partition where I wanted it (on another disk) but something went wrong and I'm not able to log in.
When I insert the correct password some different things can happen:
- Sometimes I see for one frame the welcome message and the bash prompt
- Sometimes I see the messages
stopped Getty on tty1
starting Getty on tty1
- Sometimes just a black screen
That said the end result is always the same, after a while I return to the login screen asking for username and password.
I know that this question was asked many times but all the solution I found didn't worked for me.
I tried to reinstall grub, I updated systemd, I checked that all my files in my home directory (.bashec
, .profile
, .bash_logout
) are equal to the ones in /etc/skel
, I made other users but all have the same problem, I compared the permissions of the files in my home directory with the ones from the working installation, I even tried to restart the installation from the beginning with the same result.
If you want more debugging information tell me what to do to get them, keep in mind I'm not able to login, all I can do is access the filesystem from another installation.