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?

  • evasyncOP
    arrow-up
    2
    arrow-down
    0
    ·
    2 days ago
    link
    fedilink

    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

    • data1701d (He/Him)English
      arrow-up
      2
      arrow-down
      0
      ·
      1 day ago
      link
      fedilink

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

      • evasyncOP
        arrow-up
        2
        arrow-down
        0
        ·
        1 day ago
        link
        fedilink

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

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

          Edit: Probably try @nanook@friendica.eskimo.com’s solution of systemctl daemon-reload first.

          Yes. When booting, your system has an initial image that it boots off of before mounting file systems. You have to make sure the image reflects the updated fstab.

          • nanook
            arrow-up
            1
            arrow-down
            1
            ·
            13 hours ago
            link
            fedilink

            @data1701d @evasync You don’t have to reboot to effect that, systemdctl daemon-reload will reload the /etc/fstab file.

            • data1701d (He/Him)English
              arrow-up
              1
              arrow-down
              0
              ·
              3 hours ago
              link
              fedilink

              You might be right. I was thinking of it in terms of a traditional distro, as I use vanilla Debian where my advice would apply and yours probably wouldn’t.

              From what I do know, though, I guess /etc would be part of the writable roots overlaid onto the immutable image, so it would make sense if the immutable image was sort of the initramfs and was read when root was mounted or something. Your command is probably the correct one for immutable systems.

              • nanook
                arrow-up
                1
                arrow-down
                0
                ·
                3 hours ago
                link
                fedilink

                @data1701d It will work fine with Debian Bookworm, not sure about older releases, I don’t know at what point they switched to systemd controlling that but definitely does work in Bookworm. It should work in most other modern Debian or Ubuntu derived systems as well, but not older versions as systemd taking over this functionality is relatively recent.

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

          On another note, for actually doing it, it looks like Fedora uses Dracut, so you just need to run sudo dracut -f.

    • DNOS
      arrow-up
      1
      arrow-down
      0
      ·
      1 day ago
      link
      fedilink

      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