Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 13,240
» Latest member: CaponeK
» Forum threads: 1,656
» Forum posts: 6,670
Full Statistics
|
Online Users |
There are currently 233 online users. » 0 Member(s) | 229 Guest(s) Applebot, Bing, Google, Yandex
|
Latest Threads |
Acronis iso will not load...
Forum: Ventoy Discussion Forum
Last Post: Epictetus
07-02-2025, 01:35 AM
» Replies: 1
» Views: 167
|
iso not working HP SSA Of...
Forum: Ventoy Discussion Forum
Last Post: Steve2926
07-01-2025, 03:12 PM
» Replies: 1
» Views: 251
|
Ventoy and TrueNAS 25.04....
Forum: Ventoy Discussion Forum
Last Post: dragonlord76
06-25-2025, 07:27 PM
» Replies: 0
» Views: 216
|
Updating Windows on vhd i...
Forum: Ventoy Plugin Forum
Last Post: vcespon
06-15-2025, 01:11 PM
» Replies: 0
» Views: 316
|
VHD don't work
Forum: Ventoy Plugin Forum
Last Post: vcespon
06-15-2025, 12:54 PM
» Replies: 1
» Views: 1,110
|
plz update hardware info ...
Forum: Ventoy Discussion Forum
Last Post: kcs
06-09-2025, 02:57 PM
» Replies: 0
» Views: 497
|
gParted Live-ISO 1.7.0-1 ...
Forum: Ventoy Discussion Forum
Last Post: odie
06-06-2025, 11:55 AM
» Replies: 0
» Views: 560
|
请问是否支持Loongarch64架构的启动引导
Forum: Ventoy Discussion Forum
Last Post: zp1688
06-01-2025, 11:57 AM
» Replies: 5
» Views: 8,138
|
还是希望能有支持国芯架构的安排吧。
Forum: Ventoy Discussion Forum
Last Post: zp1688
06-01-2025, 11:56 AM
» Replies: 1
» Views: 1,509
|
能否让ventoy直接安装到硬盘和本机的系统形成双...
Forum: Ventoy Discussion Forum
Last Post: zp1688
06-01-2025, 11:55 AM
» Replies: 2
» Views: 2,353
|
|
|
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"
]
}
|
|
|
|