Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 13,411
» Latest member: Olikianer
» Forum threads: 1,665
» Forum posts: 6,696
Full Statistics
|
Online Users |
There are currently 406 online users. » 0 Member(s) | 403 Guest(s) Baidu, Bing, Google
|
Latest Threads |
Дом 4-х комн., 255м2 со в...
Forum: Ventoy Plugin Forum
Last Post: Kennethliano
Yesterday, 09:42 AM
» Replies: 0
» Views: 78
|
What is Ventoy's boot fil...
Forum: Ventoy Discussion Forum
Last Post: ToysILike
08-19-2025, 12:48 AM
» Replies: 0
» Views: 258
|
Resolution issue on Windo...
Forum: Ventoy Discussion Forum
Last Post: pete
08-18-2025, 12:41 PM
» Replies: 2
» Views: 382
|
Ventoy-1.1.06 release
Forum: Ventoy Discussion Forum
Last Post: longpanda
08-18-2025, 03:49 AM
» Replies: 0
» Views: 388
|
请问在ventoy界面时能输入中文吗?
Forum: Ventoy Discussion Forum
Last Post: longpanda
08-16-2025, 01:06 PM
» Replies: 1
» Views: 426
|
The New Windows 11 Bypass...
Forum: Ventoy Discussion Forum
Last Post: peoriait
08-14-2025, 03:40 PM
» Replies: 1
» Views: 3,498
|
Is it possible to display...
Forum: Ventoy Plugin Forum
Last Post: vtFred
08-08-2025, 09:11 PM
» Replies: 0
» Views: 307
|
Marking up an NTFS or exF...
Forum: Ventoy Discussion Forum
Last Post: Steve2926
08-03-2025, 07:55 AM
» Replies: 1
» Views: 716
|
Subdirectories in Part 1 ...
Forum: Ventoy Discussion Forum
Last Post: VentoyMic
08-02-2025, 04:18 PM
» Replies: 1
» Views: 518
|
还是希望能有支持国芯架构的安排吧。
Forum: Ventoy Discussion Forum
Last Post: lizhuojian
08-02-2025, 01:55 PM
» Replies: 2
» Views: 2,256
|
|
|
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
|
|
|
|