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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 13,989
» Latest member: xavi
» Forum threads: 1,680
» Forum posts: 6,745

Full Statistics

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

Latest Threads
Ventoy enroll key manager...
Forum: Ventoy Discussion Forum
Last Post: Epictetus77
02-12-2026, 06:09 AM
» Replies: 30
» Views: 91,038
Is it possible to view ot...
Forum: Ventoy Discussion Forum
Last Post: EtaBeta
02-07-2026, 01:57 AM
» Replies: 3
» Views: 945
Problems with running on ...
Forum: Ventoy Discussion Forum
Last Post: Morpho
02-05-2026, 11:54 AM
» Replies: 8
» Views: 26,867
ventoy运行windows系统镜像问题
Forum: Ventoy Discussion Forum
Last Post: hxpro
02-04-2026, 04:54 PM
» Replies: 1
» Views: 2,512
the potentail risk when u...
Forum: Ventoy Discussion Forum
Last Post: longpanda
02-03-2026, 01:58 AM
» Replies: 5
» Views: 3,925
[SOLVED] HDD Regenerator ...
Forum: Ventoy Discussion Forum
Last Post: Morpho
02-02-2026, 12:25 PM
» Replies: 9
» Views: 56,875
Some ISOs won't boot with...
Forum: Ventoy Discussion Forum
Last Post: Haubi
01-29-2026, 09:21 AM
» Replies: 1
» Views: 5,188
Need a working configurat...
Forum: iVentoy Discussion Forum
Last Post: anku7
01-23-2026, 12:41 PM
» Replies: 0
» Views: 734
QEMU + Ventoy USB: UEFI b...
Forum: Ventoy Discussion Forum
Last Post: EtaBeta
01-22-2026, 08:29 PM
» Replies: 0
» Views: 636
Project: Booting Ventoy f...
Forum: Ventoy Discussion Forum
Last Post: tenshikohaku
01-20-2026, 03:33 AM
» Replies: 2
» Views: 1,576

 
  Happy New Year, Ventoy
Posted by: nguyen ha thai trong - 12-31-2021, 05:11 PM - Forum: Ventoy Discussion Forum - Replies (1)

Wishing LongPanda and ventoy developers a happy and prosperous new year

Print this item

  trying to install ventoy on internal HD
Posted by: mufc - 12-31-2021, 02:58 PM - Forum: Ventoy Discussion Forum - Replies (13)

I have a 750Gb 2.5" drive that plugs into my computer that I would like to install ventoy on. it keeps failing. I though this might work. I could make a copy of a good ventoy USB drive with Macrium Reflect, then install it on the 750GB drive.Then adjust the partition sizes. Is it possible to install on an internal hard Drive that is not USB? I thought from reading that is possible but maybe I am missing something.
Thanks in advance.

Print this item

  keyboard fails often
Posted by: mufc - 12-31-2021, 02:52 PM - Forum: Ventoy Discussion Forum - Replies (11)

When booting ventoy sometimes my keyboard works and other times it does not, meaning I have to keeping rebooting until it works. It works fine while I choose my boot option but fails when the ventoy menu comes up. it is a wireless USB keyboard but i have also tried a plugin in USB keyboard. I remember from years ago when using Acronis boot disk that I would have to use a PS2 keyboard but I no longer have that as an option. I should also mention that Easy2Boot is doing the same thing. i also have two USB sticks with ventoy on that exhibit the same symptoms.

Print this item

  Ventoy Boot Conf Replace Plugin
Posted by: nguyen ha thai trong - 12-31-2021, 11:43 AM - Forum: Ventoy Discussion Forum - Replies (2)

If I use Ventoy Boot Conf Replace Plugin, can I boot the linux iso from the local harddisk or another partition than partition 1 of the usb?
Sorry to bother you, LongPanda, but only you can help me.

Print this item

  I recommend the idea of creating a future version of ventoy
Posted by: nguyen ha thai trong - 12-29-2021, 11:47 PM - Forum: Ventoy Discussion Forum - Replies (2)

Future Ventoy will be able to install windows from non-standard versions or even files like install.wim, install.esd based on VentoyAutoRun.bat and winpe.wim and Windows installation utilities like winntsetup, 78winsetup, winstallinux... I don't know if linux or unix can do the same.

Print this item

  Preserve some space at the end of the disk
Posted by: pertenet - 12-24-2021, 11:51 PM - Forum: Ventoy Discussion Forum - Replies (1)

Hi all.
Could someone explain to me what is the utility of the section "Preserve some space at the end of the disk", which is within the partition configuration.
Is it necessary or advisable to make use of this section and preserve some space at the end of the disc?
Thank you.

Print this item

  On one of my systems, I can't select an item to boot
Posted by: bbertrand007 - 12-23-2021, 04:20 AM - Forum: Ventoy Discussion Forum - Replies (6)

Display is pale are garbled - but readable.  Problem is that I can't use the arrow keys.  If at the menu, which is a bit garbled, if I try to use the down arrow, it is like the menu repaints itself; the menu is not scrolled and it is impossible for me to "scroll" to select the target ISO.

This only occurs on one system, booted in MBR mode.  On my other system it boots fine in either UEFI or BIOS mode.  Pressing the TEXT mode F-key doesn't help.

Print this item

  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