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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 13,456
» Latest member: djeproeth
» Forum threads: 1,666
» Forum posts: 6,700

Full Statistics

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

Latest Threads
Issues with windows vista...
Forum: Ventoy Discussion Forum
Last Post: arplebite
11 hours ago
» Replies: 1
» Views: 800
MAC Filter not working
Forum: iVentoy Discussion Forum
Last Post: iventoy_user_
09-03-2025, 07:24 AM
» Replies: 0
» Views: 210
Ventoy enroll key manager...
Forum: Ventoy Discussion Forum
Last Post: Almighty1
09-01-2025, 05:02 AM
» Replies: 28
» Views: 45,523
What is Ventoy's boot fil...
Forum: Ventoy Discussion Forum
Last Post: Epictetus
08-24-2025, 12:47 PM
» Replies: 1
» Views: 1,215
Resolution issue on Windo...
Forum: Ventoy Discussion Forum
Last Post: pete
08-18-2025, 12:41 PM
» Replies: 2
» Views: 1,267
Ventoy-1.1.06 release
Forum: Ventoy Discussion Forum
Last Post: longpanda
08-18-2025, 03:49 AM
» Replies: 0
» Views: 1,042
请问在ventoy界面时能输入中文吗?
Forum: Ventoy Discussion Forum
Last Post: longpanda
08-16-2025, 01:06 PM
» Replies: 1
» Views: 1,137
The New Windows 11 Bypass...
Forum: Ventoy Discussion Forum
Last Post: peoriait
08-14-2025, 03:40 PM
» Replies: 1
» Views: 4,262
Is it possible to display...
Forum: Ventoy Plugin Forum
Last Post: vtFred
08-08-2025, 09:11 PM
» Replies: 0
» Views: 944
Marking up an NTFS or exF...
Forum: Ventoy Discussion Forum
Last Post: Steve2926
08-03-2025, 07:55 AM
» Replies: 1
» Views: 1,337

 
Lightbulb Some suggestions
Posted by: renatofrota - 07-11-2020, 07:11 AM - Forum: Ventoy Discussion Forum - Replies (6)

First of all, Ventoy is awesome!  Heart

Congratulations for the project and a big THANK YOU for publishing it for free under GPL license. Big Grin

Suggestions:

1. The option to reserve a space for additional partitions could be more proeminent in the installer. As per my understanding, reserving a space in a form the 1st partition stays under 137 GB prevents that legacy BIOS access range limitation problem (what is not mentioned in that documentation page). Maybe instead an "Option" menu, all the settings could be visible in the main area of the app, bellow the boxes that show package/device Ventoy version.

2. It would be great if the files we have to put under ventoy directory in 1st partition (like ventoy.json and ventoy_wimboot.img) could be located under ventoy (or other) directory in 2nd partition instead. This way the 1st partition would be totally free of Ventoy data (allowing easier formatting to a different filesystem with no need to back up and restore the ventoy directory). Big plus if scripts and persistence files could also be located in 2nd partition (the installer could offer an option to select desired size of 2nd partition to easier accomodate the persistence files or we could manually resize 2nd partition after install).

3. I was unable to center align the hotkey tips hbox and memdisk hbox in grub theme. I was able to achieve the result I wanted using regular labels instead:


Code:
+ label {
  top = 92%
  left = 25%
  width = 50%
  align = "center"
  text = "@VTOY_MEM_DISK@"
  color = "white"
}

+ label {
  top = 95%
  left = 25%
  width = 50%
  align = "center"
  text = "@VTOY_HOTKEY_TIP@"
  color = "white"
}


It would be cool if ventoy_width and ventoy_align were available options in ventoy.json and it were displayed as a regular label (in case it is not yet) so center align would work.

4. I have been playing with Chrome OS (Brunch Framework, to be more precise) and one of their install options is to create a disk image (.img) in a ext4 or ntfs partition and boot from it by adding to grub an entry like this:

Code:
menuentry "Chrome OS"{
        img_part=/dev/sdb3
        img_path=/chromeos.img
        search --no-floppy --set=root --file $img_path
        loopback loop $img_path
        linux (loop,gpt7)/kernel boot=local noresume noswap loglevel=7 disablevmx=off \
            cros_secure cros_debug loop.max_part=16 img_part=$img_part img_path=$img_path
        initrd (loop,gpt7)/initramfs.img
}

I have added it to the grub install I already have on another disk and it worked fine but it would be cool if Ventoy allowed custom entries like this to be added to it's own grub manually, so we could boot Chrome OS (and other images similarly) with no need to have grub in another disk.


That's all - for now Tongue

Print this item

  通过rEFInd启动Ventoy优盘,再启动微PE时,无法启动
Posted by: luqf871024 - 07-11-2020, 04:41 AM - Forum: Ventoy Discussion Forum - Replies (1)

在系统的ESP分区复制了refind文件夹,安装了refind启动系统,插上Ventoy优盘,通过rEFInd的自动查找找到了可启动的Ventoy优盘,通过refind启动界面进入Ventoy优盘启动界面,再启动微PE(x64版)时,微PE无法启动,会回到Ventoy优盘启动界面。而通过bios直接启动Ventoy优盘时,微PE就可以启动。在1.0.14和1.0.15版都是如此,1.0.15版的gpt分区模式和mbr分区模式也都是如此。refind版本为最新的0.12.0版,refind文件夹为其解压所得。
如何才能通过refind启动界面进入Ventoy优盘启动界面后,启动微PE?
望各位帮忙!多谢!

Print this item

  Shadow Protect Recovery Environment ISO
Posted by: bbertrand007 - 07-10-2020, 07:52 PM - Forum: Ventoy Discussion Forum - Replies (1)

ShadowProtect Recovery Environment is WinPE based.  However when I select it I get the press any key to boot message but despite pressing a key the prompt remains there and eventually times out and returns to the Ventoy menu.  In my ventoy.json file I specify CLI and the initial menu is CLI however after a period of time I'm returned to the Ventoy menu in GUI mode.  Why would a WinPE based bootable ISO fail to boot and why am I returned to a GUI Ventoy menu?

By the way, despite my posts, this is an excellent software - very well designed.

Print this item

  EFI files appearing on menu
Posted by: bbertrand007 - 07-10-2020, 07:47 PM - Forum: Ventoy Discussion Forum - Replies (1)

I have in Ventoy partition created a subfolder "ventoy" and in it "ventoy.json".  In this file I have:

{
    "theme": {
        "display_mode": "CLI"
    }
}
{
    "control": [
         { "VTOY_DEFAULT_SEARCH_ROOT": "/BootableISOs" }
    ]
}


I got the CLI working.  My UFD has a lot of .EFI files but they are not in the BootableISOs folder so they should not appear in the menu - only ISO/EFI files in the ufdI\BootableISOs should appear correct?

V1.0.15.

Print this item

  Theme Random Background Image
Posted by: vishalvodro - 07-10-2020, 06:27 PM - Forum: Ventoy Discussion Forum - No Replies

Any way to automatically/manually Randomly change the Background Image while booting every time or each time visiting the directories while in Tree View.

Like, if I enter ISO directory then the Background image will shuffle/change and so as with WIM directory...

Just a though if possible. No insist...



Attached Files Thumbnail(s)
   
Print this item

  ventoy-1.0.15 not updating
Posted by: awengers44 - 07-09-2020, 10:37 PM - Forum: Ventoy Discussion Forum - Replies (9)

Why not updating.. master



Attached Files Thumbnail(s)
   
Print this item

  [Tested] LinuxFX 10.3.1-WX LTS
Posted by: dickw - 07-09-2020, 10:43 AM - Forum: Ventoy Discussion Forum - No Replies

I tested LinuxFX 10.3.1-WX LTS with ventoy-1.0.14.
ISO: linuxfx10.3.1-wx-lts.iso
Download (10.4): download
Boot:
- Legacy
- UEFI (Secure Boot disabled)
Platforms test:
- processor: Intel i5-2410M (Sandy Bridge)  laptop: Packard Bell EN TS1HR
- processor: Intel i5-5200U (Broadwell) laptop: Lenovo Z51-70



Attached Files Thumbnail(s)
   
Print this item

  Will not boot iso
Posted by: tosim - 07-08-2020, 05:39 PM - Forum: Ventoy Discussion Forum - No Replies

Running Linux Mint19.3-MATE. Ventoy(finally) installed, and on the 16GB flash drive I have the iso's for antiX32b, BionicPup32b, and BionicPup64b. AntiX and BionicPup64, boot, and run, no problems. My trouble is BinicPup32 will not boot. I have made 3 different downloads of it, and placed each, 1 at a time, onto the drive,in the proper partition(with the 2 working iso's), and it just won't run.
(Sorry-I have the debug directory, but it doesn't allow me to attach the files.)
Please use this link to view the debug directory: https://drive.google.com/drive/folders/1...sp=sharing

Thanks for any assistance.



Attached Files Thumbnail(s)
   

.txt   dmesg.txt (Size: 31.39 KB / Downloads: 2)
Print this item

  Auto Installation plugin Improvement
Posted by: Simon3264 - 07-07-2020, 03:21 PM - Forum: Ventoy Plugin Forum - Replies (4)

Hello,

I have an idea to improve the Auto Installation plugin for Windows to include the possibility to copy $OEM$ folders to the iso when it is in use (like an autounattended.xml), with the possibility to propose multiple $OEM$ folders for ISOs (like the xml way in the json).

That way, this opens the possibility to include parameters, apps, etc to an unattended installation with a completly untouched Windows ISO.

Thanks in advance!

Print this item

Video 【Share】3 Cool Ventoy Themes
Posted by: longpanda - 07-07-2020, 01:40 PM - Forum: Ventoy Plugin Forum - Replies (3)

https://www.youtube.com/watch?v=-j6kEoJjSk0

Print this item