Skip to content

Instantly share code, notes, and snippets.

@gturi
Created January 6, 2021 21:27
Show Gist options
  • Select an option

  • Save gturi/2e4b350178fe11315c16d5c50567581f to your computer and use it in GitHub Desktop.

Select an option

Save gturi/2e4b350178fe11315c16d5c50567581f to your computer and use it in GitHub Desktop.

How to make an bootable USB drive

  • Copy all the files that is inside the usbXXXXXX.zip or on the CD onto an usb drive, directly on the drive, not inside any directory/folder.
  • It is OK if there are other files on the USB drive from before, they will not be removed.
  • To install bootloader on the USB drive, open a windows command prompt (if possible run it as administrator) and run X:syslinux.exe -ma X:
    • Replace X with the drive letter of the USB drive (DO NOT USE C:)
  • If it seems like nothing happened, it is usually done.
  • A file named ldlinux.sys may appear on the USB drive, that is normal.
  • The drive should now be bootable.
  • Please know that getting some computers to boot from USB is worse than from CD, you may have to change settings, or some will not simply work at all.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment