Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 14,250
» Latest member: dexterbeep
» Forum threads: 1,702
» Forum posts: 6,814

Full Statistics

Online Users
There are currently 650 online users.
» 0 Member(s) | 646 Guest(s)
Baidu, Bing, Google, Yandex

Latest Threads
Comparison of Iventoy and...
Forum: iVentoy Discussion Forum
Last Post: mephistooo2
06-08-2026, 12:49 PM
» Replies: 1
» Views: 300
External DHCP
Forum: Ventoy Discussion Forum
Last Post: splayer
06-05-2026, 07:47 AM
» Replies: 1
» Views: 222
Regarding UAPI.1 usage fo...
Forum: Ventoy Discussion Forum
Last Post: splayer
06-05-2026, 05:20 AM
» Replies: 0
» Views: 175
Sterlec on iventoy
Forum: iVentoy Discussion Forum
Last Post: crasadure
05-30-2026, 11:48 PM
» Replies: 1
» Views: 432
Bypass Windows 11 25H2 MS...
Forum: Ventoy Discussion Forum
Last Post: vyros4u
05-27-2026, 07:56 PM
» Replies: 0
» Views: 459
Ventoy not booting on som...
Forum: Ventoy Discussion Forum
Last Post: jiri
05-27-2026, 03:03 PM
» Replies: 2
» Views: 864
Problema iventoy nao carr...
Forum: iVentoy Discussion Forum
Last Post: longpanda
05-23-2026, 02:56 PM
» Replies: 1
» Views: 370
[SOLVED] iVentoy stuck on...
Forum: iVentoy Discussion Forum
Last Post: roy
05-19-2026, 01:14 PM
» Replies: 4
» Views: 1,353
CachyOS vDisk (vtoyboot) ...
Forum: Ventoy Discussion Forum
Last Post: alain81
05-13-2026, 01:29 PM
» Replies: 1
» Views: 813
Running Out of Disk Space...
Forum: Ventoy Discussion Forum
Last Post: longpanda
05-13-2026, 04:20 AM
» Replies: 15
» Views: 2,673

 
solved 【Solved】persistence no prompt
Posted by: bertus65 - 01-25-2022, 08:39 AM - Forum: Ventoy Plugin Forum - Replies (13)

Hello,
I like Ventoy very much, but now I have a problem with persistence.
Now I want to use a live ubuntu20.4desktop with persistence.
What I've done so far: 

  • searching on this forum for a solution
  • ventoy 1.064, tested with uefi and legacy boot
  • No prompt menu displayed? (prompt for select boot with or without persistence)?
  • http://json.parser.online.fr OK
  • During Ventoy Boot pressing <f5> check persistence plugin configuration shows Image=ok, Backend=ok, Dump Persistence=succes
  • in grub vt_dump_persistence same result as previous step
  • label persistence file casper-rw (I read in https://askubuntu.com/questions/1297758 since ubuntu version 20 this should be writable,
    but I think this is not causing my problem "no prompt menu" 


Can someone help me to fix my problem?
Best Regards Bart

Print this item

  Win7 PE - driver incection
Posted by: Nierewa - 01-24-2022, 12:42 PM - Forum: Ventoy Plugin Forum - Replies (18)

Hi,

I have a Win7PE boot.wim file wich be loades with ventoy.
But I can't use either mouse nor keyboard.

How can I add USB3 driver? With injection plugin it doesn't work?

Code:
"injection": [
        {
            "image": "/iso/Win7PE/boot1.wim",
            "archive": "/driver/Intel_USB3_Win7.zip"
        }
    ]

Folderstructur within Intel_USB3_Win7.zip:

sources
  |-$OEM$
     |-Win7
        |-x64
            |-usb.inf
        |-x86
            - usb.inf

Or using VentoyAutoRun.bat?

Need some help/tutorial. Thanks Smile

Print this item

  New Ventoy user questions
Posted by: 2020 - 01-24-2022, 03:20 AM - Forum: Ventoy Discussion Forum - Replies (3)

Hi im new to Ventoy

I've been using Rufus which is very solid but wanted to try a good multi boot option ive used YUFI in the past, I had some questions.

Since I've been using Rufus ii was wondering if ventoy had - image options, standard, Extended installation support (Disables TPM/Secure Boot Windows To Go.

Can you create Windows To Go with ventoy like you can with rufus and Disables TPM/Secure Boot,  if not how could i do this  or can I still just use rufus ?
can ventoy do everything rufus and Easy2Boot  can if not what are the missing features ?

I can see you dont have Legacy support so cant run things like windows xp  would this fix the issue
Link

Can I still run portable apps ?

Print this item

  StorageCraft-Recovery-Environment-CrossPlatform-Full
Posted by: nguyen ha thai trong - 01-18-2022, 12:58 PM - Forum: Ventoy Discussion Forum - Replies (1)

I don't understand why aioboot and grubfm boot StorageCraft-Recovery-Environment-CrossPlatform-Full.iso failed, ventoy boot ok. I tried using rufus to create usb boot from StorageCraft-Recovery-Environment-CrossPlatform-Full.iso, still failure.

Print this item

  "Memtest86+ V5.31b" does not work in normal mode.
Posted by: Matthew Wai - 01-18-2022, 08:08 AM - Forum: Ventoy Discussion Forum - Replies (1)

@longpanda

Code:
http://www.memtest.org/download/5.31b/memtest86+-5.31b.iso.zip

The above "Memtest86+ V5.31b" is intended only for Legacy BIOS.
In Legacy mode, "Memtest86+ V5.31b" works in Memdisk mode but not in normal mode.
Is it possible to get it to work in normal mode?

Print this item

  Boot Wim in older laptop with x86 BIOS
Posted by: Loisi1 - 01-17-2022, 02:57 PM - Forum: Ventoy Discussion Forum - No Replies

I have ventoy with iso and wim files. Both can boot in UEFI. In x86 BIOS Laptop only iso files boot. Ventoy wimboot_img is installed. Loisi1

Print this item

Big Grin Sharing a code for creating "windows_injection.zip"
Posted by: Matthew Wai - 01-15-2022, 12:44 PM - Forum: Ventoy Plugin Forum - No Replies

https://github.com/ventoy/WinInjection/b...ection.zip

The above ZIP file contains the script "pack.bat", which uses 7-Zip to create "windows_injection.7z".
I have written the following code, which uses PowerShell to create "windows_injection.zip", which also works with Ventoy Injection Plugin. As PowerShell is a Windows built-in app, the third-party apps "7za32.exe" and "7za64.exe" are not needed. Just copy the following code into a CMD/batch script, which can then be used in place of "pack.bat". The "internal" folder, which contains the said third-party apps, can simply be deleted.

Code:
@echo off & CD /d "%~dp0" & Set "[ZIP]=windows_injection"
If exist "%[ZIP]%.zip" Del "%[ZIP]%.zip"
PowerShell Compress-Archive """X\*""" """%[ZIP]%"""
Mode con cols=72 lines=10 & color 17 & Echo.
Echo  ======================================================================
If exist "%~dp0%[ZIP]%.zip" (Echo.
Echo  The following file has been created in the current working directory.
Echo. & Echo  "%[ZIP]%.zip") else (Echo.
Echo  The operation has failed for some reason.)
Echo.
Echo  ======================================================================
Pause>nul

Print this item

  HDAT2
Posted by: Rootz - 01-12-2022, 05:26 PM - Forum: Ventoy Discussion Forum - Replies (1)

Hello

Cant run HDAT2 ISO from ventoy

Its not possible?

Print this item

  [SOLVED] Unable to boot into UEFI
Posted by: BKPB - 01-10-2022, 04:46 PM - Forum: Ventoy Discussion Forum - Replies (4)

I had version 1.51 installed on my USB flash drive.

And I could boot into my system with the parameters in the LEGACY-UEFI bios, both in BIOS mode and in UEFI mode. 
I have updated the program to version 1.63. 
And now my computer cannot boot into UEFI.  
What did I do wrong ?
[Image: 8dc06ba9e592b64794169690a1e44152.png]
[Image: 0b2088e43f61e09c4c8b04c947f53bc0.png]
[Image: 67da9877b118053d9ab06222bb95112e.png]
[Image: 7da8ba6793e65d5e6a0a0d450876cf0b.png]

Print this item

Heart Ventoy 1.0.64 release
Posted by: longpanda - 01-09-2022, 02:24 AM - Forum: Ventoy Discussion Forum - Replies (3)

  • 2022/01/08 --- 1.0.64 release
  1. Support CentOS-9-Stream (#1335)

  2. Add an experimental option VTOY_LINUX_REMOUNT in global control plugin. Notes
    This option make the image partition where the ISO files locate mountable after boot into a linux live environment.

Print this item