| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 13,712
» Latest member: checholin
» Forum threads: 1,677
» Forum posts: 6,730
Full Statistics
|
| Online Users |
There are currently 294 online users. » 0 Member(s) | 290 Guest(s) Applebot, Baidu, Bing, Google
|
| Latest Threads |
ventoy运行windows系统镜像问题
Forum: Ventoy Discussion Forum
Last Post: leo
11-21-2025, 12:29 PM
» Replies: 0
» Views: 134
|
Boot 32 bit Windows
Forum: Ventoy Plugin Forum
Last Post: Steve2926
11-07-2025, 11:03 AM
» Replies: 3
» Views: 7,816
|
Live ISO Building ?
Forum: Ventoy Discussion Forum
Last Post: Eliott
10-31-2025, 02:02 AM
» Replies: 1
» Views: 959
|
Menu Spacing
Forum: Ventoy Discussion Forum
Last Post: fan_boy
10-30-2025, 03:49 AM
» Replies: 0
» Views: 404
|
EXT, NTFS in 1st partitio...
Forum: Ventoy Discussion Forum
Last Post: 4hotdogs
10-29-2025, 03:58 AM
» Replies: 0
» Views: 457
|
Ventoy Linux still does n...
Forum: Ventoy Discussion Forum
Last Post: 4hotdogs
10-29-2025, 03:25 AM
» Replies: 2
» Views: 1,091
|
Ventoy InjectioN
Forum: Ventoy Plugin Forum
Last Post: 4hotdogs
10-29-2025, 03:12 AM
» Replies: 0
» Views: 370
|
Aomei + Win To Go + Vento...
Forum: Ventoy Discussion Forum
Last Post: 4hotdogs
10-29-2025, 03:02 AM
» Replies: 4
» Views: 11,581
|
Ventoy installation for o...
Forum: Ventoy Discussion Forum
Last Post: FroggieTheGremlin
10-23-2025, 01:09 PM
» Replies: 5
» Views: 1,793
|
Screen Resolution 800x600
Forum: Ventoy Discussion Forum
Last Post: fan_boy
10-20-2025, 08:32 PM
» Replies: 0
» Views: 643
|
|
|
| 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
|
|
|
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]](https://i.imgur.com/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
|
|
|
| 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.
|
|
|
|