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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 14,178
» Latest member: vinoddvinsin
» Forum threads: 1,695
» Forum posts: 6,798

Full Statistics

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

Latest Threads
Running Out of Disk Space...
Forum: Ventoy Discussion Forum
Last Post: jakolodziej
4 hours ago
» Replies: 14
» Views: 982
Confusing instruction
Forum: Ventoy Discussion Forum
Last Post: nimareq
4 hours ago
» Replies: 0
» Views: 28
CachyOS vDisk (vtoyboot) ...
Forum: Ventoy Discussion Forum
Last Post: alain81
05-08-2026, 01:25 PM
» Replies: 0
» Views: 170
Persistence not working w...
Forum: Ventoy Discussion Forum
Last Post: petergb
05-08-2026, 10:47 AM
» Replies: 2
» Views: 305
Resolution issue on Windo...
Forum: Ventoy Discussion Forum
Last Post: pete
04-28-2026, 01:38 AM
» Replies: 10
» Views: 17,580
- Add a "Quality of Life"...
Forum: Ventoy Discussion Forum
Last Post: crasadure
04-24-2026, 03:57 PM
» Replies: 0
» Views: 487
Problem with Vantoy and a...
Forum: Ventoy Discussion Forum
Last Post: capitainealbator
04-24-2026, 07:51 AM
» Replies: 3
» Views: 682
problems installing windo...
Forum: iVentoy Discussion Forum
Last Post: roy
04-23-2026, 12:36 PM
» Replies: 1
» Views: 1,451
Ventoy enroll key manager...
Forum: Ventoy Discussion Forum
Last Post: MBSTech
04-22-2026, 03:23 PM
» Replies: 33
» Views: 103,136
iVentoy 1.0.27 release
Forum: iVentoy Discussion Forum
Last Post: longpanda
04-21-2026, 12:33 AM
» Replies: 0
» Views: 391

 
Question Translation file upload
Posted by: Gabriel Bueno - 02-01-2023, 01:59 PM - Forum: Ventoy Discussion Forum - No Replies

How can I upload the translation files so that they come out in the next update of ventoy?

Print this item

Wink Polish translation (approval)
Posted by: Endrju - 02-01-2023, 08:15 AM - Forum: Ventoy Discussion Forum - No Replies

Hello,

This is my first post on the forum, so welcome to everyone  Smile I have made updates and corrections to the Polish translation, unfortunately the update is still waiting for approval. I am an author or co-author to many translations so I have experience in this. This is the first time I'm doing this through GitHub so please forgive me if I get something wrong, of course I'm referring to the technical aspects of how GitHub works when updating content.

Have a nice day

Print this item

  What is needed to make an image compatible ... ?
Posted by: tmuehlhoff - 01-31-2023, 05:12 PM - Forum: Ventoy Discussion Forum - No Replies

I wished the now stable Armbian UEFI x86 image would be possible to make compatible to Ventoy, if I try I end up in grub rescue prompt. Where do I need to dig
https://www.armbian.com/uefi-x86/

/To

Print this item

  How can you make a Portable SSD Ventoy Secure
Posted by: Sparks79 - 01-30-2023, 09:19 AM - Forum: Ventoy Discussion Forum - Replies (3)

I really like the way Ventoy works.
Having all my iso's and apps on one portable ssd.
But I am Concerned about Loosing it.
If it falls into someone else hands all of your private data would be at risk.
Other Manufacturers have their own Proprietary Security Software for Situations like that.
But what about Ventoy.
Does anyone know if I can Add disk Security to a Portable Ventoy SSD Without Screwing up the Ventoy Process.

Print this item

  مشكلة في ويندوز 7
Posted by: Alikocher - 01-28-2023, 02:08 PM - Forum: Ventoy Discussion Forum - Replies (15)


Hello fellow developer

There is an error in your program, you may not know
The error is: When installing the 32-bit version of Windows, I cannot install applications, and the error message appears during the installation, as well as when I try to download the Chrome browser, the browser cannot be loaded, and the error message also appears during the download. Here are some pictures to clarify the problem



Attached Files Thumbnail(s)
   
Print this item

  关于Chrome OS (Brunch)
Posted by: grub2 - 01-28-2023, 12:54 PM - Forum: Ventoy Discussion Forum - Replies (4)

ventoy是最新版1.0.88,我用brunch安装脚本生成的grub配置能够顺利启动Chrome OS,但是每次都要按F6选择。

Code:
menuentry "ChromeOS" --class "brunch" {
    img_path=/chromeos.img
    img_uuid=276bfdf6-92bb-4e24-b6f7-5817ef54969b
    search --no-floppy --set=root --file $img_path
    loopback loop $img_path
    source (loop,12)/efi/boot/settings.cfg
    if [ -z $verbose ] -o [ $verbose -eq 0 ]; then
        linux (loop,7)$kernel boot=local noresume noswap loglevel=7 options=$options chromeos_bootsplash=$chromeos_bootsplash $cmdline_params \
            cros_secure cros_debug img_uuid=$img_uuid img_path=$img_path \
            console= vt.global_cursor_default=0 brunch_bootsplash=$brunch_bootsplash quiet
    else
        linux (loop,7)$kernel boot=local noresume noswap loglevel=7 options=$options chromeos_bootsplash=$chromeos_bootsplash $cmdline_params \
            cros_secure cros_debug img_uuid=$img_uuid img_path=$img_path
    fi
    initrd (loop,7)/lib/firmware/amd-ucode.img (loop,7)/lib/firmware/intel-ucode.img (loop,7)/initramfs.img
}

menuentry "ChromeOS (settings)" --class "brunch-settings" {
    img_path=/chromeos.img
    img_uuid=276bfdf6-92bb-4e24-b6f7-5817ef54969b
    search --no-floppy --set=root --file $img_path
    loopback loop $img_path
    source (loop,12)/efi/boot/settings.cfg
    linux (loop,7)/kernel boot=local noresume noswap loglevel=7 options= chromeos_bootsplash= edit_brunch_config=1 \
        cros_secure cros_debug img_uuid=$img_uuid img_path=$img_path
    initrd (loop,7)/lib/firmware/amd-ucode.img (loop,7)/lib/firmware/intel-ucode.img (loop,7)/initramfs.img
}

之前尝试过直接启动,有几种结果:
1.报错:Not bootable file found for UEFI。
2.在某些情况下(比如复制全部ventoy分区的文件到另一个磁盘),能够进入brunch里面的grub,但是选择任意一个启动项都会在几秒后重启。
3.奇怪的是,如果硬盘直接安装了brunch版本的Chrome OS,会启动硬盘上的Chrome OS而不是img镜像。
我看了brunch里的grub配置,跟上面贴出的应该是一样的。更奇怪的是,如果直接启动不报错,我生成的第一个img启动会自动重启(无论是brunch版grub还是F6启动),重新生成一个才能通过F6启动,此时直接启动会报错(第一种情况)。我对比了安装脚本生成的两个grub配置,发现只有img_path和img_uuid不同,把新的grub覆盖旧的以后,第一个img也能通过F6正常启动了。
希望ventoy在下个版本直接使用上面的grub配置以支持brunch Chrome OS,最好多测试几台电脑,确保不会出现奇怪的问题。

Print this item

  blendOS support
Posted by: AgentX - 01-28-2023, 11:24 AM - Forum: Ventoy Discussion Forum - No Replies

I wanted to take a look at blendOS and short of using Mintstick to burn it to a key I can't. In Ventoy once selected it get to the screen with the loading animation and a small B at the bottom of the screen and just sits there spinning. Any chance of getting it added to work with Ventoy? Thanks

https://blendos.co

Print this item

  hotkey
Posted by: hyun9358 - 01-23-2023, 06:02 AM - Forum: Ventoy Plugin Forum - Replies (6)

I want to make the power on and off function work directly with F11 and F12. How do I use a hotkey?

Print this item

  Without persistence choice, lost
Posted by: Menard - 01-20-2023, 03:02 PM - Forum: Ventoy Plugin Forum - Replies (4)

Hello,

After upgrading my USB stick to Ventoy 1.0.86 , I lost the Without persistence choice in the menu to boot Linux 21.0 Mint Cinnamon iso  Dodgy
 

Print this item

  1 GiB gap in Ventoy partition
Posted by: Menard - 01-20-2023, 09:44 AM - Forum: Ventoy Discussion Forum - Replies (2)

Hello

A picture is clearer 

[Image: AAGCMA0l.png]

7.1 GiB are used as there is only 6.1 GiB files in it, what's this difference ? (Nemo under Linux Mint 20.3)

Print this item