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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 13,676
» Latest member: Fermoncho
» Forum threads: 1,676
» Forum posts: 6,729

Full Statistics

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

Latest Threads
Boot 32 bit Windows
Forum: Ventoy Plugin Forum
Last Post: Steve2926
11-07-2025, 11:03 AM
» Replies: 3
» Views: 7,503
Live ISO Building ?
Forum: Ventoy Discussion Forum
Last Post: Eliott
10-31-2025, 02:02 AM
» Replies: 1
» Views: 542
Menu Spacing
Forum: Ventoy Discussion Forum
Last Post: fan_boy
10-30-2025, 03:49 AM
» Replies: 0
» Views: 240
EXT, NTFS in 1st partitio...
Forum: Ventoy Discussion Forum
Last Post: 4hotdogs
10-29-2025, 03:58 AM
» Replies: 0
» Views: 297
Ventoy Linux still does n...
Forum: Ventoy Discussion Forum
Last Post: 4hotdogs
10-29-2025, 03:25 AM
» Replies: 2
» Views: 790
Ventoy InjectioN
Forum: Ventoy Plugin Forum
Last Post: 4hotdogs
10-29-2025, 03:12 AM
» Replies: 0
» Views: 212
Aomei + Win To Go + Vento...
Forum: Ventoy Discussion Forum
Last Post: 4hotdogs
10-29-2025, 03:02 AM
» Replies: 4
» Views: 11,265
Ventoy installation for o...
Forum: Ventoy Discussion Forum
Last Post: FroggieTheGremlin
10-23-2025, 01:09 PM
» Replies: 5
» Views: 1,213
Screen Resolution 800x600
Forum: Ventoy Discussion Forum
Last Post: fan_boy
10-20-2025, 08:32 PM
» Replies: 0
» Views: 433
Issues with windows vista...
Forum: Ventoy Discussion Forum
Last Post: johnson
10-19-2025, 04:10 PM
» Replies: 4
» Views: 11,298

 
  Design ventoy mod_ventoy 1.0.70
Posted by: AlexBryansk - 03-08-2022, 11:07 PM - Forum: Ventoy Discussion Forum - Replies (3)

1. Added the plugin "menu_mytheme". Now you can set any directory (the "dir" key) your theme (the "mytheme" key).
I have all the themes in one folder - "/ventoy/theme", but you can place them wherever you want.
Themes have also been added for: Vento Menu Extension Plugin(press F6) and Browse Ventoy Disk (press F2).
These are the keys "theme_ExternalMenu" and "theme_FileManagerVentoy" respectively.
Plugin example:

Code:
"menu_mytheme": {
        "theme_FileManagerVentoy": "/ventoy/theme/themeFM.txt",
        "theme_ExternalMenu": "/ventoy/theme/themeext.txt",
        "through_inscription": "март 2022г",
        "hotkey_tip": "h:справка  F1:Memdisk  F2:Power  F3:ListView  F4:Localboot  F5:Tools  F6:загрузка-Kubuntu  F7:графика/текст",
        "mythemes":    [
            {
                "dir": "/ISO/Antivirus",
                "mytheme": "/ventoy/theme/themeantivirus.txt"
            },
            {
                "dir": "/ISO/linux",
                "mytheme": "/ventoy/theme/themelinux.txt"
            },
            {
                "dir": "/ISO/sistem utilit",
                "mytheme": "/ventoy/theme/themeremont.txt"
            },
            {
                "dir": "/ISO/multiboot",
                "mytheme": "/ventoy/theme/themeboot.txt"
            },
            {
                "dir": "/ISO/Install windows",
                "mytheme": "/ventoy/theme/themewindows.txt"
            }
        ]
    },

   

  2. I added a label "through_inscription", which can be added to each topic so that there is the same
inscription on all topics - I have this date of editing the ventoy flash drive. To do this, add in the themes:
Code:
+ hbox{
    left = 80%
    top = 95%
    width = 10%
    height = 25
    + label {text = "@VTOY_THROUGH_INSCRIPTION@" color = "#33ff00" align = "left"}
}


    3. Added the ability to change the label "@VTOY_HOTKEY_TIP@", via the key "hotkey_tip". For example, to
translate it into a local language.


In order for the "menu_mytheme" plugin to work, you need to add the "VTOY_MENU_THEME" key with
the value "1" to the "Ventoy Global Control Plugin":
Code:
    "control": [
               ...
        { "VTOY_MENU_THEME": "1" },
               ...
    ],


The main menu theme is set as before in the "Ventoy Theme Plugin":
Code:
      "theme": {
        "file": "/ventoy/theme/theme.txt",
        "gfxmode": "1024x768x32",
        ...
    },

The rest of the changes are not in the "menu_mytheme" plugin.


  4. If you put the file "help.txt " on the path "/ventoy/help.txt ". Then by pressing the F6 button,
not the internal help will be displayed, but the contents of this file. So you can write a help
in the local language. The encoding of the UTF-8 file.
In the editor:    
in the ventoy:    
  5. Added support for text files - *.txt. It is convenient in the catalog with iso, img images... place
a text file description. The encoding of the UTF-8 file.
   
  6. I returned the old purpose to the F2 button - the "Power" menu. And the "Browse Ventoy Disk" mode
was added to the top item of the main menu. The file name for the icon is "iconFM.png".


The video of the work can be viewed in the topic: Design ventoy

You can download the modified files from the following links:
mod_ventoy-1.0.70-linux.tar.gz
mod_ventoy-1.0.70-livecd.iso
mod_ventoy-1.0.70-windows.zip


Example of the file "ventoy.json" on the path "ventoy-1.0.70/plugin/ventoy/ventoy.json".

Print this item

  Acer legacy boot seen as efi
Posted by: rg66 - 03-08-2022, 09:09 AM - Forum: Ventoy Discussion Forum - Replies (2)

I have an Acer Extensa ex2510 laptop with latest BIOS set to legacy. When I boot ventoy-1.0.70 it thinks its efi and doesn't show F4 > Search and boot Grub4dos. Opening console and running: echo "$grub_platform" gives "efi". My grub4dos disk boots without any issues.

TIA

Print this item

  [SOLVED] VToy doesn’t support taking snaps?
Posted by: hd_scania - 03-08-2022, 08:32 AM - Forum: Ventoy Discussion Forum - Replies (1)

On rEFInd i could easily take snaps by F10 and saved on /boot/efi/screenshot_nnn.bmp
On KDE Plasma 5 i also still could easily take snaps by Spectacle on your own instructed dir
Even though on Windows i also could still easily take snaps gonab saved by MSPaint on also your own instructed dir
However on VToy? I didn’t saw any manuals on taking VToy snaps and saving dirs

Print this item

  F keys problem in browser menu
Posted by: serhat100 - 03-07-2022, 07:51 AM - Forum: Ventoy Discussion Forum - Replies (6)

Hello long panda; I want to talk about a problem. If the code { "VTOY_DEFAULT_IMAGE": "F2>" }, is defined in the ventoy.json file
F keys work in the browser menu. But if this code is not defined ventoy.json, when we go to the browser menu with F2 in the first boot menu,
Except for F1 memdisk and ctrl hotkeys, other F keys don't work. Also, when I enter vt_browser_disk in the grub console, the F keys are fine.
is working.

Print this item

  [SOLVED] FreeBSD 13.1-STABLE not booting
Posted by: hd_scania - 03-07-2022, 06:50 AM - Forum: Ventoy Discussion Forum - Replies (3)

[Image: open-cam-20220305-084748.png]
The FreeBSD 13.1-STABLE ‘‘memstick.img’’ installer says,

Code:
/dev/ufs/FreeBSD_install
not found to be mounted in error code 19 for Ventoy 1.0.70
Do i consider switching to ISO files (LiveDVD’s) instead of ‘‘memstick.img’’ files (LiveUSB’s) and try again with Ventoy?

Print this item

  ei.cfg bypass ventoy
Posted by: memo - 03-04-2022, 07:55 PM - Forum: Ventoy Discussion Forum - Replies (8)

Devices that have a key saved in the bios, there is no option to choose to editon.

Is it possible to inject ei.cfg while booting iso or another bypass??

Print this item

  wepe无法进入,会直接重启,望解决下
Posted by: fzy008 - 02-28-2022, 01:11 AM - Forum: Ventoy Discussion Forum - Replies (2)

描述下问题:
U盘是4GB的,安装好ventoy后,又从wepe(V2.1和V1.2两个版本)导出iso文件到U盘中。然后插入U盘,重启电脑(联想笔记本)。
我的启动是选择的legacy(主板虽有uefi但是没有对应的BIOS,会无法识别任何硬盘或U盘)模式,可以正确识别到U盘中的两个ISO,选择1个进入。
到了启动wepe的阶段,如果选择直接进入wepe,在等待一会儿后,会失去响应,然后自动重启,且重启后无法识别U盘,会直接进入原有系统。此时只能进入电脑系统,再重启才能再次识别U盘。
再进入wepe时,如果选择的是带有1024*768分辨率模式的话,会在屏幕上出现一个黑框,叠加在ventoy的界面之上,然后再无响应,一会儿后会自动重启。其余情况与上方的一样。
这俩wepe我都有直接安装入另外俩U盘,他们可以正常使用。
对了,ventoy我使用的是最新版,1.0.70版。

Print this item

Lightbulb Ventoy should support Hackintosh iso images
Posted by: muhammadbahaa2001 - 02-27-2022, 03:22 PM - Forum: Ventoy Discussion Forum - Replies (1)

Ventoy should support Hackintosh iso images.
One day I made macOS Big Sur.iso, inside it my Open Core EFI.img and became Ventoy became able to detect EFI.img in Fyde OS so they almost are the same (The both have EFI.img) but when I copied macOS Big Sur.iso on my USB Ventoy detected it but, could not boot and it said like: No UEFI boot files!
I hope in the future release to add support booting Hackintosh iso images if it contain/has personal Clover/Open Core EFI.img.

Print this item

  auto install win7 pe usb driver using ventoy
Posted by: hyun9358 - 02-27-2022, 01:01 PM - Forum: Ventoy Discussion Forum - No Replies

auto install win7 pe usb driver using ventoy
Hope this helps.

https://youtu.be/Cdb68bPMsoQ

Print this item

  [SOLVED] xubuntu 8.04/8.10 not booting
Posted by: ZloboMiR - 02-24-2022, 09:17 AM - Forum: Ventoy Discussion Forum - Replies (11)

Hello,

Thank you for this wonderful software and for activating my account!
I have sent already a message via the "Contact Us" link, but it seems to be lost.
So here it is again:
I am playing with an ancient IBM 6269 N2G (Intel P3 733MHz, 256MB RAM). When I tried to boot xUbuntu 8.04 and 8.1, after the startup screen (Try xUbuntu ...) I got "Segmentation fault" and "Permission denied" errors. I checked the md5 sums of the isos, they are correct. Also tried on a modern PC, errors are the same. However version 9.10 boots fine.
Thank you again in advance for your time.

Best regards,

Print this item