Ventoy Forums
Create an .iso out of a bootable USB stick? - Printable Version

+- Ventoy Forums (https://forums.ventoy.net)
+-- Forum: Ventoy General Use —— Ventoy 使用交流 (https://forums.ventoy.net/forumdisplay.php?fid=1)
+--- Forum: Ventoy Discussion Forum (https://forums.ventoy.net/forumdisplay.php?fid=2)
+--- Thread: Create an .iso out of a bootable USB stick? (/showthread.php?tid=1852)



Create an .iso out of a bootable USB stick? - highend - 10-27-2021

Hi,

e.g. the software DiskGenius (https://www.diskgenius.com) can only create a bootable USB stick (UEFI and BIOS), but not an .iso that I could use with Ventoy directly.

This is what's written to the stick:
Code:
.\bootmgr
.\boot
.\boot\BCD
.\boot\boot.sdi
.\DiskGenius - Boot
.\DiskGenius - Boot\boot.wim
.\DiskGenius - Boot\Version.txt
.\EFI
.\EFI\BOOT
.\EFI\BOOT\bootx64.efi
.\EFI\MICROSOFT
.\EFI\MICROSOFT\BOOT
.\EFI\MICROSOFT\BOOT\BCD

If tried to use an .iso image of the latest Windows 10 edition and modify it (by removing everything apart from the files / folders listed above and then copying them over). Leaving out the .\DiskGenius folder but instead copying the boot.wim file out of it into the .\Sources folder in the .iso
That didn't work unfortunately...

Any other ideas (the .iso should still be able to boot on UEFI and BIOS / CSM systems)?


RE: Create an .iso out of a bootable USB stick? - Steve2926 - 10-27-2021

Just copy the boot.wim file to the Ventoy USB disk and boot to the boot.wim directly from Ventoy - no need to make an ISO.
You will need to add wimboot plugin too
https://www.ventoy.net/en/plugin_wimboot.html


RE: Create an .iso out of a bootable USB stick? - mistaoolala - 11-01-2021

I have created a USB and have successfully installed windows through the ventoy program. What I want to do now is to configure ventoy to only search in a specific directory when booting. I can't seem to open the second partition on a windows machine (created the ventory usb on an Ubuntu system).


RE: Create an .iso out of a bootable USB stick? - longpanda - 11-02-2021

(11-01-2021, 07:08 PM)mistaoolala Wrote: I have created a USB and have successfully installed windows through the ventoy program. What I want to do now is to configure ventoy to only search in a specific directory when booting. I can't seem to open the second partition on a windows machine (created the ventory usb on an Ubuntu system).
https://www.ventoy.net/en/doc_search_path.html


RE: Create an .iso out of a bootable USB stick? - highend - 11-10-2021

Thank you, Steve2926, it works as expected!