| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 14,008
» Latest member: dmtryptrv
» Forum threads: 1,681
» Forum posts: 6,747
Full Statistics
|
| Online Users |
There are currently 389 online users. » 0 Member(s) | 383 Guest(s) Applebot, Baidu, Bing, Google, Internet Archive, Yandex
|
| Latest Threads |
Best way to manage multip...
Forum: Ventoy Discussion Forum
Last Post: Epictetus77
03-04-2026, 09:44 PM
» Replies: 1
» Views: 241
|
Ventoy enroll key manager...
Forum: Ventoy Discussion Forum
Last Post: Epictetus77
02-12-2026, 06:09 AM
» Replies: 30
» Views: 92,710
|
Is it possible to view ot...
Forum: Ventoy Discussion Forum
Last Post: EtaBeta
02-07-2026, 01:57 AM
» Replies: 3
» Views: 1,165
|
Problems with running on ...
Forum: Ventoy Discussion Forum
Last Post: Morpho
02-05-2026, 11:54 AM
» Replies: 8
» Views: 27,139
|
ventoy运行windows系统镜像问题
Forum: Ventoy Discussion Forum
Last Post: hxpro
02-04-2026, 04:54 PM
» Replies: 1
» Views: 2,750
|
the potentail risk when u...
Forum: Ventoy Discussion Forum
Last Post: longpanda
02-03-2026, 01:58 AM
» Replies: 5
» Views: 4,075
|
[SOLVED] HDD Regenerator ...
Forum: Ventoy Discussion Forum
Last Post: Morpho
02-02-2026, 12:25 PM
» Replies: 9
» Views: 57,429
|
Some ISOs won't boot with...
Forum: Ventoy Discussion Forum
Last Post: Haubi
01-29-2026, 09:21 AM
» Replies: 1
» Views: 5,326
|
Need a working configurat...
Forum: iVentoy Discussion Forum
Last Post: anku7
01-23-2026, 12:41 PM
» Replies: 0
» Views: 825
|
QEMU + Ventoy USB: UEFI b...
Forum: Ventoy Discussion Forum
Last Post: EtaBeta
01-22-2026, 08:29 PM
» Replies: 0
» Views: 763
|
|
|
| Ventoy doesn't work on older CPUs |
|
Posted by: lockheed - 05-31-2021, 09:28 AM - Forum: Ventoy Discussion Forum
- Replies (4)
|
 |
I tried booting a functional Ventoy USB stick on a Pentium M but it won't boot.
It gets stuck at
while it should show
and then progress to display Ventoy's list of ISOs.
I assume this is because of missing flags in older CPUs.
In contrasts, Easy2Boot boots perfectly fine on such old machines.
Can Ventoy be made compatible with them? I would like to replace E2B for good.
|
|
|
| [SOLVED] Ventoy 1.0.44 no initial boot |
|
Posted by: Build-0-Matic - 05-28-2021, 03:19 PM - Forum: Ventoy Discussion Forum
- Replies (7)
|
 |
Hi!
I'm having a weird issue with Ventoy on just one computer and it's puzzling me.
I have a USB stick with version 1.0.44 installed on it. When I use it on several computers, it works just fine.
But when I plug it into my main machine, I don't even get the "vtloading... " prompt. I just get a blinking cursor and that's it.
I tried it on an old Intel Atom netbook and it works no problem. I tried it on a newer AMD Vision powered laptop, no problem there either.
I know the computer on which Ventoy fails to boot will successfully run YUMI and any other GRUB2 based versions of Linux without any issue.
I tried putting Ventoy in Secure Boot mode. I tried changing the boot partition from MBR to GPT. And so far all I get is the blinking cursor and a machine that only reacts to CTRL-ALT-DELETE.
I really like using Ventoy and would like to get it working on that machine too.
Anybody has any hint of what I could do to get it working?
The system that gives me problems is running an Intel Core-2 Duo E8400 on an HP 3048h motherboard. The bios is from HP and dated 2009. When I run HWINFO, it tells me that it's a non-UEFI bios.
Thanks
|
|
|
| [SOLVED] sda access from linux |
|
Posted by: ventoy24 - 05-22-2021, 07:53 PM - Forum: Ventoy Discussion Forum
- Replies (9)
|
 |
Hello
I installed Ventoy to an USB hard drive.
I have added 2 different OS.
The first one is windows using a vhd file.
The second one is a linux with a persitance file.
When I use windows, I'm able to see the ventoy partition and remove / add any iso file.
When I use linux, this partition is not availabe and I get the message :
error mounting /dev/sda1
How could I get access to this partition using linux ?
Kind regards
|
|
|
[SOLVED] How to correctly add "image_list" to ventoy.json |
|
Posted by: BKPB - 05-22-2021, 09:53 AM - Forum: Ventoy Discussion Forum
- Replies (6)
|
 |
How to properly add "image_list" to " ventoy.json". I tried this way, but it doesn't work.
{
"control": [
{ "VTOY_DEFAULT_MENU_MODE": "0" },
{ "VTOY_FILT_DOT_UNDERSCORE_FILE": "1" }
],
"theme": {
"file": "/ventoy/theme/theme.txt",
"gfxmode": "1920x1080",
"display_mode": "GUI",
"ventoy_left": "5%",
"ventoy_top": "95%",
"ventoy_color": "#191919"
},
"menu_class": [
{
"key": "Windows",
"class": "Windows"
},
{
"key": "Memtest",
"class": "Memtest"
},
{
"key": "Memtest86+",
"class": "Memtest86+"
},
{
"key": "Sergei Strelec",
"class": "WinPE"
},
{
"key": "WinPE",
"class": "WinPE"
},
{
"dir": "ISO",
"class": "ISO-hat"
},
"image_list": [
"/ISO/Linux/archlinux-2020.10.01-x86_64.iso",
"/ISO/cn_windows_10_enterprise_ltsc_2019_x64_dvd_9c09ff24.iso",
"/ISO/Win10PE.iso"
]
}
|
|
|
|