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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 14,406
» Latest member: fabio8v
» Forum threads: 1,716
» Forum posts: 6,864

Full Statistics

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

Latest Threads
IsmaelKaste
Forum: Ventoy Discussion Forum
Last Post: Dichaelved
11 hours ago
» Replies: 0
» Views: 34
ShaneDum
Forum: Ventoy Discussion Forum
Last Post: LewisPab
Yesterday, 02:12 PM
» Replies: 0
» Views: 36
Erro iPXE 2.0.0 na versão...
Forum: iVentoy Discussion Forum
Last Post: jackson
07-30-2026, 12:04 AM
» Replies: 0
» Views: 340
[iPXE 2.0.0 regression] P...
Forum: iVentoy Discussion Forum
Last Post: jackson
07-30-2026, 12:01 AM
» Replies: 3
» Views: 914
Proxmox 8.4.x rdinit=vtoy...
Forum: Ventoy Discussion Forum
Last Post: Couch_Potato
07-22-2026, 11:15 PM
» Replies: 0
» Views: 1,040
VENTOY Resize Partition
Forum: Ventoy Discussion Forum
Last Post: HyeonSeok
07-22-2026, 05:23 PM
» Replies: 1
» Views: 881
Plugson installation - no...
Forum: Ventoy Plugin Forum
Last Post: Themotte
07-20-2026, 06:27 PM
» Replies: 3
» Views: 943
安装Ventoy后U盘的Windows下面识别及其...
Forum: Ventoy Discussion Forum
Last Post: lain
07-10-2026, 08:04 AM
» Replies: 3
» Views: 4,227
Auto Memdisk Plugin
Forum: Ventoy Discussion Forum
Last Post: jlsupremo
07-01-2026, 01:16 PM
» Replies: 2
» Views: 1,075
[SOLVED] iVentoy 1.0.36 -...
Forum: iVentoy Discussion Forum
Last Post: longpanda
07-01-2026, 10:05 AM
» Replies: 4
» Views: 1,675

 
  是否可以用vdfuse让vtoyboot支持启动动态大小的虚拟磁盘(以及vmdk格式)?
Posted by: grub2 - 02-03-2023, 02:12 AM - Forum: Ventoy Plugin Forum - Replies (2)

如果能做到,将会大大节省硬盘空间。
https://bbs.c3.wuyou.net/forum.php?mod=v...tid=418705
https://unix.stackexchange.com/questions...215#465215

Print this item

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