hi, in the past I’ve got a pretty weird issue while I was getting ready to make a switch: every USB that I tried failed to boot

turns out, the “safer” way to get it out from the PC (the eject function) messed up its file system

it was long ago, but the other day I made another bootable USB and it happened again, I thought it was just a bug that would be eventually fixed it happens both for Linux Live ISOs and Windows Install Media

am I the only one?

  • ScoffingLizard@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    1
    ·
    14 hours ago

    I never had luck with it. Rufus on Windows. Or just use Ubuntu in Windows by activating WSL and maybe try through bash command line?

    I always hate finding the command for it. It’s “dd”.

    sudo dd if=[path/to/file.iso] of=[/dev/usb_drive] status=progress
    

    I think you need to format usb first.