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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 14,042
» Latest member: BruceOremi
» Forum threads: 1,683
» Forum posts: 6,750

Full Statistics

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

Latest Threads
安装Ventoy后U盘的Windows下面识别及其...
Forum: Ventoy Discussion Forum
Last Post: longpanda
03-20-2026, 10:05 AM
» Replies: 1
» Views: 245
Installation instructions
Forum: Ventoy Discussion Forum
Last Post: PeterLinu
03-12-2026, 09:06 PM
» Replies: 0
» Views: 576
Best way to manage multip...
Forum: Ventoy Discussion Forum
Last Post: Epictetus77
03-04-2026, 09:44 PM
» Replies: 1
» Views: 803
Ventoy enroll key manager...
Forum: Ventoy Discussion Forum
Last Post: Epictetus77
02-12-2026, 06:09 AM
» Replies: 30
» Views: 94,917
Is it possible to view ot...
Forum: Ventoy Discussion Forum
Last Post: EtaBeta
02-07-2026, 01:57 AM
» Replies: 3
» Views: 1,622
Problems with running on ...
Forum: Ventoy Discussion Forum
Last Post: Morpho
02-05-2026, 11:54 AM
» Replies: 8
» Views: 27,752
ventoy运行windows系统镜像问题
Forum: Ventoy Discussion Forum
Last Post: hxpro
02-04-2026, 04:54 PM
» Replies: 1
» Views: 3,098
the potentail risk when u...
Forum: Ventoy Discussion Forum
Last Post: longpanda
02-03-2026, 01:58 AM
» Replies: 5
» Views: 4,340
[SOLVED] HDD Regenerator ...
Forum: Ventoy Discussion Forum
Last Post: Morpho
02-02-2026, 12:25 PM
» Replies: 9
» Views: 58,545
Some ISOs won't boot with...
Forum: Ventoy Discussion Forum
Last Post: Haubi
01-29-2026, 09:21 AM
» Replies: 1
» Views: 5,627

 
  Upcoming VENTOY release >= 22
Posted by: GCMartin - 09-19-2020, 04:00 PM - Forum: Ventoy Discussion Forum - Replies (4)

@LongPanda pre-announces an upgrade, here, with the following changes.

Quote:3. Partition1's filesystem must FAT/exFAT/NTFS/UFS/XFS/Ext234
4. Partition1's cluster size must >= 2048
Must report

for "3.", above, If Partition 1 is formatted (for obvious reasons) as a compressed NTFS and ISOs are stored there, VENTOY will NOT find your ISOs. This requires an additional GRUB2 module load to fix.
For 4.", above, Cluster sizes for many SSDs or modern USBs are 4096 vs 2048

Also, for "3.", above, the default ExFAT partition format is NOT recognized by many Linux distros (and old MS, too), yet NTFS is recognized by EVERY OS for past 25 years. Thus when many ISOs when on their desktops, ExFAT cannot be used overall. And in some MS, MS doesn't know what to do with the ExFAT partition when one wants to use "format and ..." feature. I know the benefit ExFAT is suppose to provide, but this is NOT widespread as yet for old or new OSes.

Lastly for "3.", above, BTRFS should be added as GRUB2 knows how to recognize and address.

Hope this is wise information.

Print this item

  Simplification Enroll EFI key
Posted by: ChrisR - 09-19-2020, 10:14 AM - Forum: Ventoy Discussion Forum - Replies (1)

Hi,
I tested Win10XPE_x64.iso with the latest version 1.0.21 and with the Option Secure Boot enabled

I get the ERROR – Verification failed: (15) Access Denied!


I followed the procedure here About Secure Boot in UEFI mode
and everything worked well with also the Y drive: mounted, Great  Smile

Is there any way to simplify the Mok Management Wizard ?
Without all the confirmation steps: "Press Any Key", (Enroll Mok) Continue, (Enroll the Key) Yes
It would be nice if it could be done in 1 step: Enroll EFI Key and Reboot

Print this item

  Boot from Hard disk drive
Posted by: mr.neeo - 09-19-2020, 09:31 AM - Forum: Ventoy Discussion Forum - Replies (12)

How to add option to boot from hard disk drive

Print this item

  VTOY_DEFAULT_IMAGE
Posted by: L1yod - 09-18-2020, 03:45 PM - Forum: Ventoy Discussion Forum - Replies (5)

Add the option to search and load windows when the timer expires.

Print this item

Star [SOLVED] Install Ventoy to NVMe under Linux
Posted by: aaronpriest - 09-18-2020, 03:10 AM - Forum: Ventoy Discussion Forum - Replies (6)

Howdy!

I can't get ./Ventoy2Disk.sh to install to an NVMe drive under various Linux distributions, though SATA SSD works fine. I suspect it has something to do with the partition names starting with a p, such as p1, p2, etc. where on SATA it only has the number itself, such as /dev/sdb1, sdb2, etc. With NVMe it looks like /dev/nvme1n1p1, nvme1n1p2, etc. Here is the error where it dumps out:


ubuntu@vps:~/ventoy-1.0.21$ sudo ./Ventoy2Disk.sh -I -r 400000 -s -g /dev/nvme1n1 


**********************************************
      Ventoy: 1.0.21
      longpanda admin@ventoy.net
      https://www.ventoy.net
**********************************************

Disk : /dev/nvme1n1
Model: WDC CL SN720 SDAQNTW-512G-2000 (nvme)
Size : 476 GB
Style: GPT

You will reserve 400000 MB disk space

Attention:
You will install Ventoy to /dev/nvme1n1.
All the data on the disk /dev/nvme1n1 will be lost!!!

Continue? (y/n) y

All the data on the disk /dev/nvme1n1 will be lost!!!
Double-check. Continue? (y/n) y

Create partitions on /dev/nvme1n1 by parted in GPT style ...
Done
mkfs on disk partitions ...
create efi fat fs /dev/nvme1n1p2 ...
mkfs.fat 4.1 (2017-01-24)
success
mkexfatfs 1.3.0
ERROR: failed to open '/dev/nvme1n11' in read-write mode: No such file or directory.
writing data to disk ...
sync data ...
esp partition processing ...

Install Ventoy to /dev/nvme1n1 successfully finished.

ubuntu@vps:~/ventoy-1.0.21$


I tried booting off the livecd.iso, but it only shows /dev/sda and /dev/sdb (which don't exist) and thus it can't install to them, it says "Failed to access /dev/sdb, maybe root privilege is needed". It doesn't show /dev/nvme0n1 and /dev/nvme1n1 if I hit refresh.

Print this item

  ventoy iso 网启?
Posted by: qq380495995 - 09-18-2020, 01:48 AM - Forum: Ventoy Discussion Forum - Replies (3)

求助 ventoy iso 版本  用来网启ventoy ?

Print this item

Wink This is not a standard device and is not officially supported
Posted by: apple3000 - 09-18-2020, 01:35 AM - Forum: Ventoy Discussion Forum - Replies (8)

Hi. 
I'm using custom USB Stick. grub2, bcd, etc.. bootloader.
So, i use grub2 as main bootloader. and i tried to road ventoy efi. (by using extracted  ventoy.disk.img.xz and grubx64_real.efi)

Until Ver 0.20, Good work. but now Ver 0.21 has an error?? has required 10 second. why??

https://imgur.com/NfpT8eM

Print this item

  The best way to boot DOS ???
Posted by: mat-industries - 09-17-2020, 06:31 PM - Forum: Ventoy Discussion Forum - Replies (13)

I am still looking for a way to boot DOS properly. My main concern is to use Dos for BIOS flash functions.
In my opinion, an ISO is not suitable for this, because I always want to add new flash files and would have to create a new ISO every time.
In my opinion the best way would be to boot DOS from a VHD.
Has anyone already done that ???
The 2nd possibility would be to boot a DOS ISO, (RAM) and Ventoy mounts into the ISO-Boot a directory from the USB-Stick as DOS drive.

I found something interesting, maybe you can realize this with Ventoy. (The page is in german)

https://www.plop.at/de/vhdloader.html

If you have another idea, I would be very interested to hear how you solve it for you.

Print this item

  Root not working - Can't install Ventoy
Posted by: cafcaf777 - 09-17-2020, 03:47 PM - Forum: Ventoy Discussion Forum - Replies (4)

Hi,

Well, I'm using Linux Mint 20 Cinnamon and trying to install Ventoy but I just can't. I Should be able to do it with root privileges but isn't working anyway.

Even as root user it says " Failed to access /dev/sdd, maybe root privilege is needed!" [Image: icon_confused.gif]


[Image: file.php?id=62869&sid=53ab787476e81f4b21...&mode=view]

Print this item

  Ventoy as a deb?
Posted by: TheeMahn - 09-16-2020, 02:18 AM - Forum: Ventoy Discussion Forum - Replies (3)

I am an Operating System Architect and yet I am a Newbie.  Lol.

I have been building debs for Ventoy going back to version 1.0.06 until today 1.0.21  (Current)  The original software is written for Windows, but that does not mean in Linux we can not have the same.  I have spoken with LongPanda he is on board.

Every version of Ventoy can be found https://os-builder.com/UETOYS/?C=M;O=D in deb format.  Either hit CTRL + F any search for "ventoy"

I will not be bothered to drop a link every time LongPanda decides to update its software.  I am building Operating Systems.

I have updated all debs as well written a web-service for Ventoy in deb format as well now Arch Linux format.  https://os-builder.com/arch/

Using the service?
[theemahn@JackTheRipper Ventoy]$ systemctl status ventoy-web.service
● ventoy-web.service - Ventoy Web service
    Loaded: loaded (/usr/lib/systemd/system/ventoy-web.service; enabled; preset: disabled)
    Active: active (running) since Mon 2023-02-06 23:37:36 EST; 1h 8min ago
  Main PID: 1332 (bash)
      Tasks: 53 (limit: 154316)
    Memory: 83.4M
        CPU: 1.769s
    CGroup: /system.slice/ventoy-web.service
            ├─1332 /bin/bash /usr/share/ventoy/VentoyWeb.sh
            └─1373 V2DServer 127.0.0.1 24680

Feb 06 23:37:36 JackTheRipper systemd[1]: Started Ventoy Web service.
Feb 06 23:37:36 JackTheRipper bash[1368]: xz: ./tool/x86_64/V2DServer: File exists
Feb 06 23:37:37 JackTheRipper bash[1332]: ===============================================================
Feb 06 23:37:37 JackTheRipper bash[1332]:  Ventoy Server 1.0.88 is running ...
Feb 06 23:37:37 JackTheRipper bash[1332]:  Please open your browser and visit http://127.0.0.1:24680
Feb 06 23:37:37 JackTheRipper bash[1332]: ===============================================================
Feb 06 23:37:37 JackTheRipper bash[1332]: ################## Press Ctrl + C to exit #####################
[theemahn@JackTheRipper Ventoy]$ systemctl enable ventoy-web.service

Reboot and goto http://127.0.0.1:24680

To skip rebooting:
systemctl start ventoy-web.service # open your web browser and goto http://127.0.0.1:24680  or start it from the menu as the image below shows.

When I boot that drive it is NASTY.  2TB "Thumbdrive" on a ThreadRipper Pro with USB 3.2 2X2 20 Gigabits per second.  Can you imagine 2TB of raw ISO's off a 20 Gigabit drive?  That is why my computer is called JackTheRipper.  It is a 5975WX with 256GB and 8 channels of ECC RAM.

Rest assured it is built:
https://ultimateedition.info/a-threadrip...is-coming/  My new daily driver.

[Image: vtoy.png]

TheeMahn,

Print this item