Make a bootable drive

Writing a single image

Writing one ISO or raw .img file directly to a USB drive from your phone, and building a dedicated Windows installer stick.

Not every job needs a multiboot drive. Since version 0.1.9, BootForge can also write one image directly to a drive, the way a desktop flashing tool would, and build dedicated Windows installer sticks. Both live alongside the multiboot flow and both are free.

Choosing a build mode

When you connect a blank or unrecognized drive, Home shows a chooser: set the drive up for multiboot, or write a single image to it. The single-image flow is also reachable from Tools, and from an image you already imported into your Library.

Writing an ISO

Pick the ISO, confirm the target drive, and BootForge writes it byte for byte, replacing everything on the drive. When the write finishes, the app reads the data back and compares it before reporting success, so a corrupted write shows up on your phone, not at the PC’s boot screen.

Everything destructive sits behind the same confirmation used everywhere else in the app: the drive’s name and capacity, a plain erase warning, and a checkbox you must tick.

One guard worth knowing about: if the file you picked is stored on the target drive itself, BootForge refuses the write instead of destroying the source mid-copy.

Raw .img files

Raw disk images are accepted on the same path. Before writing one, the app shows a caveat card saying plainly that it can verify the write but not that the image will boot; that depends on the image itself and the device it was built for. If that’s understood, the write proceeds exactly like an ISO write, including the read-back verification.

Windows ISOs route differently

Raw-writing a Windows ISO produces a stick that won’t boot. That’s a property of how Microsoft builds its ISOs, not of any app. So when BootForge recognizes a Windows installer image, it doesn’t offer a raw write. Instead it offers the two routes that work:

  • Copy it to a multiboot drive, where Ventoy boots the ISO as-is. See Copying images to the drive.
  • Build a dedicated installer drive: BootForge formats the drive the way Windows setup media is laid out (GPT with a FAT32 partition), copies the ISO’s contents, and splits the one file too large for FAT32 into parts Windows Setup understands. The result boots straight into Windows Setup on UEFI machines. Every file is verified on the drive before the app reports it done and safe to unplug.

The installer mode is UEFI-only, with no Legacy/CSM support. Any PC that meets Windows 11’s requirements is UEFI. For the full walkthrough including the download step, see Make a Windows 11 install USB from an Android phone.

After the write

A drive holding a single written image is not a Ventoy drive: there’s no menu at boot and no file-copy management, and Home will say so when you reconnect it. To go back to multiboot or to plain storage, prepare or format the drive again — see Preparing a drive and Removing Ventoy.