• funbreaker
    link
    fedilink
    298 months ago

    I like Ventoy because I’m an ISO hoarder but if the task needs a dedicated USB, then I’ll open Etcher.

    • @theshatterstone54@feddit.uk
      link
      fedilink
      38 months ago

      I don’t… understand… the downvotes. I do the same thing though I never really get to the Balena Etcher part. Also, Ventoy is the only way to get a Windows ISO up and running from Linux, as far as I know.

      • Fonzie!
        link
        fedilink
        7
        edit-2
        8 months ago

        The down votes are from the Etcher part, it has a cult of lovers and a cult of haters.

        I’m l fine with people using Etcher, Rufus, or whatever works for them, but I’m aware that both software I just named has passionate haters.

      • @GustavoM@lemmy.world
        link
        fedilink
        English
        08 months ago

        Sadly the “reddit mentality” has already established in this community – theres no “why” in these downvotes other than as a self-relief/validation thing.

  • TheFool
    link
    fedilink
    258 months ago

    I really don’t get why I should use anything else than dd

  • Thrickles
    link
    fedilink
    English
    188 months ago

    Great suggestions. The Ventoy bros are weird. Just use what works for you.

  • @megabat@lemm.ee
    link
    fedilink
    15
    edit-2
    8 months ago

    dd, or cat with a shell redirect are all you need to write that iso.

    My trouble with dd is all the flags I need to remember to make it fast and more convenient. dd if=file of=/dev/device oflag=direct status=progress bs=1M is there anything I’m missing?

    • @Molten_Moron@lemmings.world
      link
      fedilink
      7
      edit-2
      8 months ago

      bs=1M

      This part varies based on your hardware (my hardware is much faster with a value of 4096) , but other than that it’s everything.

      Here is a handy script that can help determine which bs size is best for your hardware.

    • mesaOP
      link
      fedilink
      English
      48 months ago

      dd can be soooo much faster too. But like you, I always forget the tags. I should make an alias sometime…

      • @megabat@lemm.ee
        link
        fedilink
        28 months ago

        oflag=direct

        Prevents the writes from piling up in the cache. dd will report the transfer is done when the writes have been cached so this setting prevents dd from exiting until the data has been written completely to the block device.

        • @BaumGeist@lemmy.ml
          link
          fedilink
          2
          edit-2
          8 months ago

          Use conv=fsync

          This ensures the cache is written before dd exits, but doesn’t necessarily write to disk directly. This means that, for small files, dd can finish release its hold on the input file quicker

    • @qjkxbmwvz@startrek.website
      link
      fedilink
      28 months ago

      Also a super useful tool for measuring real world bandwidth, both on physical media and over the network ( dd status=progress ... | nc ...).

  • @BCsven@lemmy.ca
    link
    fedilink
    88 months ago

    Nice thing about GNOME DE is it comes with Gnome Disks. Select device, click the restore image button and point to the ISO

    • Fonzie!
      link
      fedilink
      28 months ago

      I like how simple Mint’s USB image writer makes it for newbies, both to look it up in the menu as well as the simple UI

      • @BCsven@lemmy.ca
        link
        fedilink
        28 months ago

        Yes, mint is good like that. GNOME has a separate Image Writer app/icon, but it has been turned off by default. So it is less discoverable for new people, but more simplified as is the GNOME way

    • Ziglin (they/them)
      link
      fedilink
      28 months ago

      Or you could just install it on any other system with Wayland or x11.

      Gparted works fine for me, so that’s what I use.

      • @BCsven@lemmy.ca
        link
        fedilink
        18 months ago

        Gparted is awesome. But probably overwhelming for newbies just looking to burn an iso to USB. Raspberry PI Image Writer works very simply also.

  • @TheGrandNagus@lemmy.world
    link
    fedilink
    English
    48 months ago

    I don’t burn ISOs often enough to need a dedicated ventoy drive, or to remember how to use the DD command, so Impression is generally what I use. I generally prefer Libadwaita/GTK4 apps that look at home on my system.

      • @TheGrandNagus@lemmy.world
        link
        fedilink
        English
        18 months ago

        I have no idea, I’ve not had to install windows in a while. From a quick search I see conflicting info…

        A user reported it didn’t work, then the dev said he tested it and it works fine

    • 🐍🩶🐢
      link
      fedilink
      English
      28 months ago

      Me too! I have used it for a couple other non-rpi devices in the past as well. It is super simple and works on my Mac. I haven’t even looked at other utilities in years.

    • data1701d (He/Him)
      link
      fedilink
      English
      18 months ago

      Also a Raspi Imager fan when I have Pis around since I usually have it installed anyway.

      I would use dd, but I always worry I’ll bungle something and only use it when necessary. I’m trying to write a utility called Rubber Duck Disk Dump that takes all the same options but parses your command beforehand to try to guess what you’re doing and warn you if it is really, really stupid, and if you type yes, it then passes all args straight to dd.

    • Ghoelian
      link
      fedilink
      18 months ago

      Wait why was iso not intended to be used like this? As far as I can see, it was always meant as a digital image of a CD, which is how it was used, and pretty much still is right?

      • Aatube
        link
        fedilink
        28 months ago

        Oops, yeah, you’re right. I was thinking about the live ISO functionality.

  • fmstrat
    link
    fedilink
    English
    38 months ago

    Little known fact, Disk Manager comes with almost every distro, and works just fine.

  • I do use Ventoy, but a more “traditional” alternative that I like is Popsicle. Super lightweight, and works very well. Some cases do require a dedicated USB, where Ventoy won’t work, at least not without trickery (e.g. anything with persistent storage).

  • @EarthShipTechIntern@lemm.ee
    link
    fedilink
    28 months ago

    I’ve used ventoy to set up a bootable USB with Mint & MX options. It allowed me to set the Mint with persistence. The MX has issues with persistence.

    How to set up reusable boot with dd I don’t know.