cross-posted from: https://lemmy.world/post/34365607
[text removed]
[(Edit [AM 17 Sept. 2025]: UPDATE [SOLVED] -- [see:34365607])]
[(Edit [AM 17 Sept. 2025]: removed outdated/obsolete blockquote)]
cross-posted from: https://lemmy.world/post/34365607
[text removed]
[(Edit [AM 17 Sept. 2025]: UPDATE [SOLVED] -- [see:34365607])]
[(Edit [AM 17 Sept. 2025]: removed outdated/obsolete blockquote)]
4 Comments
Rivalarrival@lemmy.today · 6 pts · 1y
Check permissions on your home folder. Make sure everything is owned by your new username.
I had a separate partition mounted on /home on my old system. I remounted the same partition at /home on the new system, and got the same bootloop issue. The problem was that the old permissions were for 1001:1001, not (newuser):(newuser). Had to log into a TTY and chown (newuser):(newuser) -R /home/(newuser) to get everything working.
DuckyLoco404@lemmy.world · 1 pts · 1y
[see:https://lemmy.world/post/34365607/18768530]
DuckyLoco404@lemmy.world · 1 pts · 1y
gnuhaut@lemmy.ml · 1 pts · 1y
First, check if you can login, with your new user, on the Linux console (i.e. Ctrl-Alt-F1 through F7). If you can, the username change probably went through correctly. Report back if you cannot login via console or you get warnings/errors.
Your login session does automatically terminate if the session process for Cinnamon exits, booting you back to GDM (or whatever login manager you have). So probably the Cinnamon session process, started by GDM, craps out for some reason. The reason is probably, I suspect, that it cannot access or cannot find some file it wants to open.
Check
~/.xsession-errors, it might tell you what went wrong.Also check the permissions of your home folder, the files in your home folder, and check if you correctly set up the symbolic link from
/home/olduserto/home/newuseras the guide suggests.