This project aims to create a bootable ISO/IMG that works on:
- CD-rom drives
- USB drives
- MBR capable machines
- UEFI capable machines, including Mac
- x86 architecture
- x86_64 architecture
In addition it tries to be as minimal as possible so that it can be included into DriveDroid. It therefore does not include any Linux kernel, only a Syslinux and Gummiboot bootloader.
It is based on the ISO files ArchLinux distributes.
I'm running this on ArchLinux, which needs the following:
pacman -S syslinux gummiboot libisoburn
To get a title in UEFI, you need a custom build of gummiboot located here.
Run:
./build.sh
This will create the ISO in build/out/drivedroid.iso
and runs qemu to test the image.