| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 374 online users. » 0 Member(s) | 369 Guest(s) Baidu, Bing, DuckDuckGo, Google, Yandex
|
| Latest Threads |
Proxmox 8.4.x rdinit=vtoy...
Forum: Ventoy Discussion Forum
Last Post: Couch_Potato
07-22-2026, 11:15 PM
» Replies: 0
» Views: 137
|
VENTOY Resize Partition
Forum: Ventoy Discussion Forum
Last Post: HyeonSeok
07-22-2026, 05:23 PM
» Replies: 1
» Views: 171
|
Plugson installation - no...
Forum: Ventoy Plugin Forum
Last Post: Themotte
07-20-2026, 06:27 PM
» Replies: 3
» Views: 485
|
安装Ventoy后U盘的Windows下面识别及其...
Forum: Ventoy Discussion Forum
Last Post: lain
07-10-2026, 08:04 AM
» Replies: 3
» Views: 3,582
|
[iPXE 2.0.0 regression] P...
Forum: iVentoy Discussion Forum
Last Post: matmus06
07-06-2026, 12:18 PM
» Replies: 2
» Views: 455
|
Auto Memdisk Plugin
Forum: Ventoy Discussion Forum
Last Post: jlsupremo
07-01-2026, 01:16 PM
» Replies: 2
» Views: 720
|
[SOLVED] iVentoy 1.0.36 -...
Forum: iVentoy Discussion Forum
Last Post: longpanda
07-01-2026, 10:05 AM
» Replies: 4
» Views: 1,054
|
Using ks script issues
Forum: iVentoy Discussion Forum
Last Post: longpanda
06-29-2026, 02:40 PM
» Replies: 2
» Views: 450
|
Comparison of Iventoy and...
Forum: iVentoy Discussion Forum
Last Post: crasadure
06-28-2026, 02:08 PM
» Replies: 7
» Views: 2,537
|
Ventoy Plugson bug
Forum: Ventoy Plugin Forum
Last Post: VadimChoi
06-25-2026, 03:38 PM
» Replies: 5
» Views: 1,071
|
|
|
| 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.
|
|
|
|