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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 13,185
» Latest member: minzhengtc
» Forum threads: 1,653
» Forum posts: 6,665

Full Statistics

Online Users
There are currently 152 online users.
» 0 Member(s) | 149 Guest(s)
Applebot, Bing, Google

Latest Threads
Updating Windows on vhd i...
Forum: Ventoy Plugin Forum
Last Post: vcespon
06-15-2025, 01:11 PM
» Replies: 0
» Views: 113
VHD don't work
Forum: Ventoy Plugin Forum
Last Post: vcespon
06-15-2025, 12:54 PM
» Replies: 1
» Views: 935
plz update hardware info ...
Forum: Ventoy Discussion Forum
Last Post: kcs
06-09-2025, 02:57 PM
» Replies: 0
» Views: 299
gParted Live-ISO 1.7.0-1 ...
Forum: Ventoy Discussion Forum
Last Post: odie
06-06-2025, 11:55 AM
» Replies: 0
» Views: 354
请问是否支持Loongarch64架构的启动引导
Forum: Ventoy Discussion Forum
Last Post: zp1688
06-01-2025, 11:57 AM
» Replies: 5
» Views: 7,837
还是希望能有支持国芯架构的安排吧。
Forum: Ventoy Discussion Forum
Last Post: zp1688
06-01-2025, 11:56 AM
» Replies: 1
» Views: 1,339
能否让ventoy直接安装到硬盘和本机的系统形成双...
Forum: Ventoy Discussion Forum
Last Post: zp1688
06-01-2025, 11:55 AM
» Replies: 2
» Views: 2,005
Ventoy is genius!
Forum: Ventoy Discussion Forum
Last Post: Epictetus
05-28-2025, 12:56 AM
» Replies: 0
» Views: 562
安装vtoyboot后,grub启动项丢失
Forum: Ventoy Plugin Forum
Last Post: 1902550300
05-17-2025, 04:07 AM
» Replies: 0
» Views: 870
[Feature Request] WIM / V...
Forum: iVentoy Discussion Forum
Last Post: METALHEAD
05-14-2025, 05:19 PM
» Replies: 1
» Views: 1,262

 
  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

  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