chi-chan~

私、気になります!

  • 3 Posts
  • 377 Comments
Joined 2 years ago
cake
Cake day: June 16th, 2023

help-circle











  • chi-chan~toLinux Mint@lemmy.mlCan't boot even into Live
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    4 months ago

    if (input file) = path to file - here it’s the downloads folder - just change the file name after the slash

    of (output file) = here we’ll use the device instead - enter the device you saw popping up - it should be /dev/sdX - don’t add a number after (i.e. /dev/sdc, not /sdc1)

    To stop a command (almost) anytime, press Ctrl+C. To enter a command you used already, press Up (↑).

    GL!

    E: don’t instead of dont


  • chi-chan~toLinux Mint@lemmy.mlCan't boot even into Live
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    4 months ago

    +1

    If nothing works, you could also try a native command dd.

    • unplug the flash drive
    • watch -d lsblk
    • plug the device - you’ll see a device added that you didn’t see before - that’s your device
    • sudo dd if="/home/$USER/Downloads/filename.iso" of=/dev/sdc bs=1M status=progress conv=fsync