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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 14,367
» Latest member: kimhudson54@gmail.com
» Forum threads: 1,713
» Forum posts: 6,860

Full Statistics

Online Users
There are currently 374 online users.
» 0 Member(s) | 369 Guest(s)
Baidu, Bing, DuckDuckGo, Google, Yandex

Latest Threads
Proxmox 8.4.x rdinit=vtoy...
Forum: Ventoy Discussion Forum
Last Post: Couch_Potato
07-22-2026, 11:15 PM
» Replies: 0
» Views: 137
VENTOY Resize Partition
Forum: Ventoy Discussion Forum
Last Post: HyeonSeok
07-22-2026, 05:23 PM
» Replies: 1
» Views: 171
Plugson installation - no...
Forum: Ventoy Plugin Forum
Last Post: Themotte
07-20-2026, 06:27 PM
» Replies: 3
» Views: 485
安装Ventoy后U盘的Windows下面识别及其...
Forum: Ventoy Discussion Forum
Last Post: lain
07-10-2026, 08:04 AM
» Replies: 3
» Views: 3,582
[iPXE 2.0.0 regression] P...
Forum: iVentoy Discussion Forum
Last Post: matmus06
07-06-2026, 12:18 PM
» Replies: 2
» Views: 455
Auto Memdisk Plugin
Forum: Ventoy Discussion Forum
Last Post: jlsupremo
07-01-2026, 01:16 PM
» Replies: 2
» Views: 720
[SOLVED] iVentoy 1.0.36 -...
Forum: iVentoy Discussion Forum
Last Post: longpanda
07-01-2026, 10:05 AM
» Replies: 4
» Views: 1,054
Using ks script issues
Forum: iVentoy Discussion Forum
Last Post: longpanda
06-29-2026, 02:40 PM
» Replies: 2
» Views: 450
Comparison of Iventoy and...
Forum: iVentoy Discussion Forum
Last Post: crasadure
06-28-2026, 02:08 PM
» Replies: 7
» Views: 2,537
Ventoy Plugson bug
Forum: Ventoy Plugin Forum
Last Post: VadimChoi
06-25-2026, 03:38 PM
» Replies: 5
» Views: 1,071

 
  modification suggestion - "help"
Posted by: AlexBryansk - 12-22-2021, 02:36 PM - Forum: Ventoy Discussion Forum - No Replies

Hello. Thank you very much for the program.

Since "help" is not in all national languages, I suggest that the user create a help file himself (for example /ventoy/ru_RU.txt), and make the following changes in grub.cfg:


function ventoy_show_help {
    if [ -f $vtoy_iso_part/ventoy/ru_RU.txt ]; then

        background_color gray

        set color_normal=blue/black

        echo "    файл справки /ventoy/ru_RU.txt:"

        echo '  '

       cat $vtoy_iso_part/ventoy/ru_RU.txt

       background_color black

       set color_normal=white/black

    else

        if [ -f $prefix/help.tar.gz ]; then

        ....... Your code......



    fi
}




you can also create a menu bar for the user to describe the composition of the flash drive, and the like ...
if [ -f $vtoy_iso_part/ventoy/help_RU.txt ]; then
    menuentry '  о флешке, программах...' --hotkey=7 --class=info {

     set pager=1

     background_color gray

     set color_normal=blue/black

     echo "    файл справки /ventoy/help_RU.txt:"

     echo '  '

     echo '  Нажатие на клавишу "Enter" листает файл вниз по-строчно, любая другая по-странично. Вверх листания нет.'

     echo '  '

     cat $vtoy_iso_part/ventoy/help_RU.txt

     echo -e "\nнажмите ENTER для выхода из файла"

     read vtInputKey

     set pager=0

     background_color black

     set color_normal=white/black

   }
fi



if something is unclear, beat google translator

Print this item

  Translater for Turkey
Posted by: raymccoy - 12-20-2021, 12:58 PM - Forum: Ventoy Plugin Forum - Replies (1)

[color=var(--yt-endpoint-hover-color,var(--yt-spec-text-primary))]ayfun akkoyun[/color] has good Videos on Youtube, but it is very difficult to listen to turkey

Is there a option to translate on the fly the turkey langugage (sound) to english?

This would very helpfull for many people

Print this item

Photo Install Ventoy 1.0.xx in a Multibootsystem Partition
Posted by: venty - 12-20-2021, 10:56 AM - Forum: Ventoy Discussion Forum - Replies (6)

Hello User,

which i the best way to install Ventoy in a partition?


[Image: GW4rEpL.jpg]

Code:
Number  Start  End    Size    Type      File system    Flags
1      1049kB  24,9GB  24,9GB  primary  ext4
2      24,9GB  32,2GB  7315MB  extended
5      24,9GB  25,9GB  1022MB  logical  linux-swap(v1)
6      25,9GB  32,2GB  6256MB  logical                  boot
7      32,2GB  32,2GB  33,6MB  logical  fat16          esp

I want to install Ventoy at Number 6 (sda6) and Number 7 (sda7].

What is the working Grub2 menuentry?

Thank you
Best Regards
venty

Print this item

  Ventoy - Black Screen with flashing underscore
Posted by: Qual X - 12-19-2021, 11:56 AM - Forum: Ventoy Discussion Forum - Replies (8)

So I have Linux - Ubuntu and I want to make bootable USB. But I have a problem. Every time I boot from USB all I get is black screen with flashing underscore. My motherboard and CPU is: Hewlett-Packard 0B40h, CPU Intel Core i7 870. And yes I updated my BIOS and it still doesn't work. And USB is new.

Print this item

  Text mode without ventoy.json
Posted by: velosofyy - 12-14-2021, 06:05 PM - Forum: Ventoy Discussion Forum - Replies (7)

is there a way to use the text mode by editing the efi partition ( ventoy boot partition )

So I can use the text mode ventoy without having a ventoy folder in my iso partition?

Print this item

Sad Bitdefender, Avira, Karpersky Recuse Disks cant boot
Posted by: oldman20 - 12-14-2021, 05:30 PM - Forum: Ventoy Plugin Forum - Replies (6)

Hello, anyone can boot with these recuse disks? I alway error with they, even in write they direct into USB
[Image: photo-2021-12-15-00-24-23.jpg]
[Image: photo-2021-12-15-00-24-29.jpg]
[Image: photo-2021-12-15-00-24-33.jpg]
[Image: photo-2021-12-15-00-24-42.jpg]

Print this item

  [SOLVED] HDD Regenerator 2011 (DOS mode) Image File
Posted by: tenshikohaku - 12-14-2021, 09:38 AM - Forum: Ventoy Discussion Forum - Replies (9)

Help !

I need support ,

[Image: Snap2.jpg]
HDD Regenerator is a unique program for regeneration of physically damaged hard disk drives . It does not hide bad sectors , it really restores them !

I want to use Ventoy to enter HDD Regenerator 2011 (DOS mode) to repair the Hard Drive .

HDD Regenerator 2011 official download link :
http://www.dposoft.net/products/hddreg/83624092/hr.exe
HDD Regenerator 2011 VirusTotal Check the link :
https://www.virustotal.com/gui/file/980c...fde56149c0

Please cut off the network or add HDD Regenerator.exe to the firewall to prohibit access to the network ,
Then open the program registration ,
Name: John Trib
Serial Number: 01EPMZ-2FD47X-K8YM6J-GBD9W9-FY7C9W-YY9APF-MPU3T6-6FTVCR-KPJX7X-VZCCA1

HDD Regenerator 2011 can create Bootable CD/DVD, but I don't have a CD burner nor a CD that can be burned in.
HDD Regenerator 2011 can create Bootable USB flash drives, but it will take up all the space of the entire USB flash drive.

So I hope someone can make an image file that can use Ventoy to enter HDD Regenerator 2011 (DOS mode) , thank you .
[Image: 1583919583-1697922755.jpg]


In addition, I want to report that two hardware tests can be activated through Ventoy !

[Image: logo.png]
Hiren's BootCD PE x64 V1.0.2 (2021-July-01)
[Image: Hirens_Boot_CD_PE-1100x618-1.png]

[Image: logo.png]
Ultimate Boot CD V5.3.9 (2020-Aug-18)
[Image: screenshot.gif]

Print this item

  Not Support Windows 7 Lite
Posted by: Dozent - 12-10-2021, 01:00 PM - Forum: Ventoy Discussion Forum - Replies (1)

I tried to start it, but during the start of the disk selection it goes to reboot
https://disk.yandex.by/d/bvM1OHNsLlfA0Q

Print this item

  ventoyfm1062
Posted by: nguyen ha thai trong - 12-09-2021, 04:54 PM - Forum: Ventoy Discussion Forum - Replies (20)

https://www.mediafire.com/file/0x8x84kkz...2.vhd/file



Attached Files Thumbnail(s)
       
Print this item

  TREEVIEW display issue
Posted by: Erika - 12-09-2021, 08:43 AM - Forum: Ventoy Discussion Forum - Replies (1)

In TREEVIEW display, when going back to preview view, in some case, display doesn't begin by the first line.
See screenshots :
1. Upper level, before opening my UTILS directory
2. The beginning of my UTILS directory
3. Scrolling down to my UTILS directory
4. Going back to upper level : the display is scrolled down too and doesn't begin by the first line.

Thanks for your great job !



Attached Files Thumbnail(s)
               
Print this item