• Rivalarrival@lemmy.today
    link
    fedilink
    English
    arrow-up
    6
    ·
    edit-2
    1 month ago

    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.worldOP
        link
        fedilink
        arrow-up
        1
        ·
        1 month ago

        I tried logging in with tempuser and remembered that I have no idea how to access the files on my main user. In the file manager the home folder for said user isn’t accessible, and I assume that’s because I set it to be encrypted when setting it up. Thus I can’t access the files to copy them over to a new user or anything. Also, I assume I wouldn’t be able to rename the homedir as such, and don’t know where to start checking or changing user settings and permissions and such.