This covers obtaining the ISO, connecting to Wi-Fi, partitioning, formatting, mounting, installing, setting up encryption and installing GRUB, in one article. Also includes some tips, like quickly mounting from install medium. Maybe this helps someone.

  • g7s@lemmy.mldeleted by creator
    link
    fedilink
    arrow-up
    1
    ·
    3 年前

    Honestly, the best thing I learned was: Need to fix your system through the install medium? Save yourself keystrokes of mounting by just mounting the root subvolume (to /mnt) and then type: mount -aT /mnt/etc/fstab --target-prefix /mnt. This reads your fstab and mounts everything for you.

    Thank you so much for it :D

    • vepro@lemmy.worldOP
      link
      fedilink
      arrow-up
      0
      ·
      3 年前

      What do you mean with “birds part”? Learned from YouTube Videos, Arch Wiki, and experimenting on bare metal and in Virtualbox. Hardest part for me when installing Arch 1st time was partitioning and bootloaders

        • vepro@lemmy.worldOP
          link
          fedilink
          arrow-up
          1
          ·
          3 年前

          It was from a GitHub Gist but idk which exactly it was, there are multiple. Keep in mind some files need to have copy-on-write deactivated (swapfile, VirtualBox disk images). The Arch Wiki mentions when copy-on-write should be turned off for a file

  • HousePanther@lemmy.goblackcat.com
    link
    fedilink
    English
    arrow-up
    0
    arrow-down
    1
    ·
    3 年前

    With btrfs and zfs virtually being neck and neck in terms of capabilities, is there a reason or application where one should be chosen over the other?

    • vojel@feddit.dedeleted by creator
      link
      fedilink
      English
      arrow-up
      0
      ·
      3 年前

      Google ZFS licensing and you know why choose btrfs over zfs

      • HousePanther@lemmy.goblackcat.com
        link
        fedilink
        English
        arrow-up
        0
        arrow-down
        1
        ·
        3 年前

        Okay, so it came down to a licensing issue rather than one that is technical. I can definitely get behind that as somebody that will always value true open source, even when then the proprietary solution might be the better one in the short term. Something that is open source can only get better.