Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 13,568
» Latest member: xbqrky
» Forum threads: 1,669
» Forum posts: 6,710
Full Statistics
|
Online Users |
There are currently 385 online users. » 0 Member(s) | 381 Guest(s) Baidu, Bing, Google, Yandex
|
Latest Threads |
Help $OEM$
Forum: Ventoy Discussion Forum
Last Post: venster
10-04-2025, 03:18 PM
» Replies: 2
» Views: 5,821
|
iso not working HP SSA Of...
Forum: Ventoy Discussion Forum
Last Post: rjc862003
09-30-2025, 02:02 AM
» Replies: 2
» Views: 8,100
|
Lost ISO partition
Forum: Ventoy Discussion Forum
Last Post: abba
09-29-2025, 12:05 PM
» Replies: 0
» Views: 681
|
Remove Version Number
Forum: Ventoy Discussion Forum
Last Post: XxJourdanYxX
09-26-2025, 06:42 AM
» Replies: 2
» Views: 8,798
|
Install Ventoy with a dat...
Forum: Ventoy Discussion Forum
Last Post: odie
09-25-2025, 03:14 PM
» Replies: 0
» Views: 1,049
|
Issues with windows vista...
Forum: Ventoy Discussion Forum
Last Post: johnson
09-22-2025, 04:47 PM
» Replies: 3
» Views: 10,032
|
big discussion on OpenSUS...
Forum: Ventoy Discussion Forum
Last Post: Dutchglory
09-21-2025, 12:44 AM
» Replies: 0
» Views: 2,539
|
Ventoy enroll key manager...
Forum: Ventoy Discussion Forum
Last Post: Almighty1
09-18-2025, 10:13 PM
» Replies: 29
» Views: 69,128
|
Current status of the ARM...
Forum: iVentoy Discussion Forum
Last Post: pioj
09-15-2025, 11:25 AM
» Replies: 0
» Views: 4,741
|
Is it possible to display...
Forum: Ventoy Plugin Forum
Last Post: AlexBryansk
09-11-2025, 09:40 AM
» Replies: 1
» Views: 8,793
|
|
|
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
|
|
|
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.
|
|
|
|