Im giving a go fedora silverblue on a new laptop but Im unable to boot (and since im a linux noob the first thing i tried was installing it fresh again but that didnt resolve it).

its a single drive partitioned to ext4 and encrypted with luks (its basically the default config from the fedora installation)

any ideas for things to try?

    • Telorand@reddthat.com
      link
      fedilink
      arrow-up
      3
      arrow-down
      1
      ·
      19 hours ago

      Don’t you have that backwards? This is an atomic distro, and you’d want to mkdir /var/home then symlink /home from that, no? Otherwise, you’ll wind up with a home directory that is immutable.

      • Nanook@friendica.eskimo.com
        link
        fedilink
        arrow-up
        5
        ·
        18 hours ago

        @Telorand I am not familiar with that distro, I am however familiar with how mount works. As far as what is immutable and what is not, you can set with chattr +i file/directory or chattr -i file/directory.

    • evasync@lemmy.worldOP
      link
      fedilink
      arrow-up
      2
      ·
      19 hours ago

      editing the /etc/fstab didnt work (I just changed the path but not sure if the uuid plays any part) but ill give the rm/mkdir part a go

      • DNOS@lemmy.ml
        link
        fedilink
        arrow-up
        1
        ·
        9 hours ago

        Make sure the uuid matches the uuid of the home partition you want, you can list uuids with blkid I think, big noob here too I just spent my last week trying to figure out why it wouldnt mount my boot partition and the problem was the UUID…

      • data1701d (He/Him)
        link
        fedilink
        English
        arrow-up
        2
        ·
        13 hours ago

        Did you update your initramfs after? The new fstab doesn’t apply until you refresh that

        • evasync@lemmy.worldOP
          link
          fedilink
          arrow-up
          2
          ·
          10 hours ago

          No but I rebooted the system after the change. do still need to update it regardless the reboot?