• Séra Balázs@lemmy.worldOP
      link
      fedilink
      arrow-up
      3
      arrow-down
      1
      ·
      9 months ago

      These new pendrives wear out after 2 months of light usage, so I’m probably going to choose the second one, but I’m afraid that if I make this step, there’s no going back, and I’ll forever be sucked into the void.

        • Séra Balázs@lemmy.worldOP
          link
          fedilink
          arrow-up
          2
          ·
          9 months ago

          I usually just use the ones that just spawn into existance, that way they don’t cost money. Last time I bought a toshiba, before that a kingston, and I don’t remember what was before that, but I know that if I buy, I buy from reputable brands and even those fail.

          • governorkeagan@lemdro.id
            link
            fedilink
            English
            arrow-up
            2
            ·
            9 months ago

            I’ve got two Sandisks (both 64GB but different models) that have both been through the washing machine multiple times (accidentally) and haven’t failed yet. They are probably about 3 years old at this point but I can’t remember.

              • Jumuta@sh.itjust.works
                link
                fedilink
                arrow-up
                1
                ·
                9 months ago

                Yeah, the new standard Sandisk Ultra are really good. I can’t comment on the other variants, but the Ultras are really fast, cheap, and reliable in my experience

              • vaionko@sopuli.xyz
                link
                fedilink
                arrow-up
                1
                ·
                9 months ago

                I also have a 128GB SanDisk that I bought quite a few years ago for a decent chuni if money for a flash drive, has been through the washing machine twice and still works. It fits a lot of ISOs for Ventoy to use

              • Fushuan [he/him]@lemm.ee
                link
                fedilink
                English
                arrow-up
                1
                ·
                9 months ago

                Another comment in favour of sandisk, I was gifted a (at the time) big 8GB usb3.0 pen years ago, it has been on my keychain for basically all the time, with enoyghnspace for a live USB and separate space to store stuff.

    • reinei@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      9 months ago

      This might be a bad place (i.e. post, the community is correct), but looking at the void has got me interested so I wanted to ask: What are the main advantages of using runit compared to systemd? Like I don’t want to know all the differences (of which there are apparently many since people complain about systemd being too “bloated”/spread out over different systems?)

      Also in all the “typical” discussion on systemd vs runit plenty of people talked about serious problems with runit and sometimes said something or other about process security? Is that substantiated in any way (as in “yeah technically during the boot process runit could be vulnerable to X if executing an unsafe script while systemd can’t do that because it does Y instead” or is it more like “yeah no, people just claim X when it’s not really possible or systemd also has the same problem, they just don’t talk about it”?)

      (Hopefully this doesn’t turn into yet another thread about people bashing each other over this choice since that usually leads to no information being really trustworthy unless one wades through tons of long posts external to the thread…)

  • nexussapphire@lemm.ee
    link
    fedilink
    English
    arrow-up
    8
    ·
    9 months ago

    I lost my 4G drive, it’s in a better place now. It’s been serving me since 2003 even when it lost its case to fit in a USB port on the Xbox 360.

    Maybe the new owner of the house I moved out of will find it and the outdated copy of Arch Linux on it.

    • palordrolap@kbin.social
      link
      fedilink
      arrow-up
      5
      ·
      9 months ago

      If they have any sense they’ll not try to find out what’s on it and send it straight to whatever electronics recycling is available.

      Sticking a USB device of unknown provenance into your computer is just asking for trouble. (When you think about it, we even take a risk every time we buy one.)

      Sure, you know it’s harmless, but they don’t know that, even if you tell them. Who are you? You’re just someone who used to live in their house. As far as they know, you might be a freak who gets a kick out of leaving dodgy devices around for people to find.

    • dan@upvote.au
      link
      fedilink
      arrow-up
      3
      ·
      edit-2
      9 months ago

      I love netboot.xyz. I use it all the time when setting up VPS systems. A lot of KVM-based VPSes have iPXE as a boot option so you can chainload directly into netboot without having to use an ISO.

      I prefer installing the OS myself over using any images provided by the provider, so that I know exactly how it was set up.

      Netboot.xyz has tools to build your own custom version of it too, with your own options. Useful if you want to host it on an internal server. It’s essentially just a set of iPXE scripts.

    • Woovie@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      9 months ago

      I’ve used it a few times, impressive as hell in how simple and effective it is on a small home lab.

      • Hobbes_Dent@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        9 months ago

        I was about to edit in a disclaimer about not asking me that because I’ve never used it with Arch and was half joking because it’s probably a huge pain compared to the iso. I’m sure it works well for what it does for those who use it. But I’ve never done it specifically with Arch and you’d need to use Ethernet.

        https://archlinux.org/releng/netboot/

        • PlasticPaperplane@lemmy.dbzer0.com
          link
          fedilink
          arrow-up
          1
          ·
          9 months ago

          It’s not a huge pain when you have a motherboard with proper UEFI support and some basic EFI shell knowledge. You just need your thumb drive with an FAT32 filesystem, put the netboot EFI binary on it, boot into the shell and execute the binary. You will need a LAN cable for this because WiFi is not supported in UEFI (AFAIK). The netboot binary will download the ISO image into memory and start it right away. An even better solution is to create the path “/EFI/BOOT/” on the thumb drive and rename the netboot binary to “BOOTx64.EFI”, put it into the folder and your BIOS will boot it automatically at startup. If not, you can select it as a valid boot partition in the BIOS menu.

  • LaggyKar@programming.dev
    link
    fedilink
    arrow-up
    3
    ·
    9 months ago

    Maybe if you use a file system that supports compression, e.g. btrfs, bcachefs, F2FS, squashfs, or EROFS. Of course, you’d need to add a separate FAT32 EFI System Partition for the bootloader, not sure how to do that.

  • db2@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    9 months ago

    Maybe build your own iso that doesn’t include the things you won’t use?