Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

RLJuan/ISO2M-Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ISO2M-Tools

Scripts created by me a long time ago for personal purposes (and you can also use them).

Both versions of 'BootableISOBuilder' have been recovered (XOR and MK).

Bootable ISO Builder

It is a utility that allows you to generate bootable ISO files with full compatibility on all system types (LEGACY and EFI) and all boot sources (live CD-ROM/ISO and live USB) easily with just one click. To get full compatibility, the script auto-detects the files related to system types + boot sources from the root input folder to generate the corresponding bootable ISO file. This utility has two versions:

  • XOR version (ISObuilderXOR.bat): The engine of this script is xorriso (from libburnia project). 7-Zip is required to internally process some files. This version creates enhanced ISO files with ISOHybrid MBR (if detected).
  • MK version (ISObuilderMK.bat): The engine of this script is mkisofs (from cdrtools). 7-Zip is not required.

How to use:

  1. Set fields in 'config.properties' file (if they are not configured yet):
    • In 'TOOLS_PATH', put the path to the required tools ('7z.exe' + 'xorriso.exe' for XOR version or 'mkisofs.exe' for MK version). Example: TOOLS_PATH=C:\Program Files\myTools
    • In 'ISO_NAME', put the name of the output ISO file. Example: ISO_NAME=myISOName
  2. Create the input folder with name 'inputFolder' (if it is not created yet).
  3. In the 'inputFolder', place the required content (consider this folder as root directory) to generate the bootable ISO file.
  4. Run 'ISObuilder' script (XOR or MK version, depending on what you need). If process ends OK, an output folder (named 'outputFolder') will be created with the bootable ISO file generated inside.

Autor

@RLJuan

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published