Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 12,976
» Latest member: DimiDron
» Forum threads: 1,645
» Forum posts: 6,647
Full Statistics
|
Online Users |
There are currently 114 online users. » 0 Member(s) | 111 Guest(s) Bing, Google, Yandex
|
Latest Threads |
[Resolved] Installing Ven...
Forum: Ventoy Discussion Forum
Last Post: pled
04-09-2025, 07:43 AM
» Replies: 1
» Views: 276
|
Ventoy Injection Plugin
Forum: Ventoy Plugin Forum
Last Post: nupocer
04-07-2025, 07:26 AM
» Replies: 0
» Views: 159
|
grub2 entry ventoy
Forum: Ventoy Discussion Forum
Last Post: GCMartin
04-04-2025, 05:34 AM
» Replies: 3
» Views: 977
|
VHD don't work
Forum: Ventoy Plugin Forum
Last Post: Ap2023
04-03-2025, 09:26 AM
» Replies: 0
» Views: 220
|
Default to BIOS boot
Forum: iVentoy Discussion Forum
Last Post: eilmrein
03-29-2025, 08:08 AM
» Replies: 0
» Views: 296
|
VHD support
Forum: Ventoy Discussion Forum
Last Post: Steve2926
03-24-2025, 10:01 AM
» Replies: 2
» Views: 760
|
Kaspersky Rescue Disk ISO...
Forum: Ventoy Discussion Forum
Last Post: Steve2926
03-24-2025, 09:48 AM
» Replies: 0
» Views: 370
|
Some ISOs won't boot with...
Forum: Ventoy Discussion Forum
Last Post: stevenbennett
03-23-2025, 05:47 PM
» Replies: 0
» Views: 602
|
1.1.05字体偏小
Forum: Ventoy Discussion Forum
Last Post: haomingqing
03-20-2025, 07:50 AM
» Replies: 1
» Views: 1,010
|
还是希望能有支持国芯架构的安排吧。
Forum: Ventoy Discussion Forum
Last Post: haomingqing
03-20-2025, 07:49 AM
» Replies: 0
» Views: 431
|
|
|
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.
|
|
|
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.
|
|
|
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.
|
|
|
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.
|
|
|
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
|
|
|
|