Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 13,427
» Latest member: Sirupli
» Forum threads: 1,666
» Forum posts: 6,698
Full Statistics
|
Online Users |
There are currently 385 online users. » 0 Member(s) | 380 Guest(s) Applebot, Bing, Facebook, Google, Yandex
|
Latest Threads |
Understanding their Cinci...
Forum: Ventoy Discussion Forum
Last Post: Jeffreyfuete
3 hours ago
» Replies: 0
» Views: 22
|
What is Ventoy's boot fil...
Forum: Ventoy Discussion Forum
Last Post: Epictetus
Yesterday, 12:47 PM
» Replies: 1
» Views: 426
|
Дом 4-х комн., 255м2 со в...
Forum: Ventoy Plugin Forum
Last Post: Kennethliano
08-21-2025, 09:42 AM
» Replies: 0
» Views: 176
|
Resolution issue on Windo...
Forum: Ventoy Discussion Forum
Last Post: pete
08-18-2025, 12:41 PM
» Replies: 2
» Views: 555
|
Ventoy-1.1.06 release
Forum: Ventoy Discussion Forum
Last Post: longpanda
08-18-2025, 03:49 AM
» Replies: 0
» Views: 495
|
请问在ventoy界面时能输入中文吗?
Forum: Ventoy Discussion Forum
Last Post: longpanda
08-16-2025, 01:06 PM
» Replies: 1
» Views: 507
|
The New Windows 11 Bypass...
Forum: Ventoy Discussion Forum
Last Post: peoriait
08-14-2025, 03:40 PM
» Replies: 1
» Views: 3,595
|
Is it possible to display...
Forum: Ventoy Plugin Forum
Last Post: vtFred
08-08-2025, 09:11 PM
» Replies: 0
» Views: 359
|
Marking up an NTFS or exF...
Forum: Ventoy Discussion Forum
Last Post: Steve2926
08-03-2025, 07:55 AM
» Replies: 1
» Views: 788
|
Subdirectories in Part 1 ...
Forum: Ventoy Discussion Forum
Last Post: VentoyMic
08-02-2025, 04:18 PM
» Replies: 1
» Views: 562
|
|
|
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"
]
}
|
|
|
|