Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  • Download the required image

Using

...

  • Download Rufus (preferably portable)

  • Launch Rufus.exe

  • USB device will be selected automatically, if not you can select it in the dropdown menu

  • Select disk file

  • Press start

  • Confirm disk erase

Using dd (Linux)

  • In terminal run:

    • lsblk to see all block devices, your USB drive will be /dev/sdX

    • sudo dd if=your_image.iso of=/dev/sdX bs=1M status=progress; sync

...

Using Rufus (Windows)

  • Download Rufus

  • Open rufus

    Image Added

  • Press on the select Button

  • Navigate to the .iso file

    Image Added
  • Press start

    Image Added
  • Press ok to confirm the write method (may be different for you) usually no need to change it:

    Image Added

  • Confirm destructive action

    Image Added
  • Wait until it finished and you are good to go