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)]
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.
[see:https://lemmy.world/post/34365607/18768530]