Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 13,330
» Latest member: LZ_01
» Forum threads: 1,659
» Forum posts: 6,685
Full Statistics
|
Online Users |
There are currently 317 online users. » 0 Member(s) | 314 Guest(s) Bing, Google, Yandex
|
Latest Threads |
Subdirectories in Part 1 ...
Forum: Ventoy Discussion Forum
Last Post: VentoyMic
4 hours ago
» Replies: 1
» Views: 44
|
还是希望能有支持国芯架构的安排吧。
Forum: Ventoy Discussion Forum
Last Post: lizhuojian
6 hours ago
» Replies: 2
» Views: 1,814
|
Ventoy enroll key manager...
Forum: Ventoy Discussion Forum
Last Post: GlenTech83
Yesterday, 01:11 PM
» Replies: 27
» Views: 39,305
|
Failure to boot into USB ...
Forum: Ventoy Discussion Forum
Last Post: BKPB
07-31-2025, 03:45 PM
» Replies: 4
» Views: 63,489
|
Marking up an NTFS or exF...
Forum: Ventoy Discussion Forum
Last Post: BKPB
07-31-2025, 02:56 PM
» Replies: 0
» Views: 90
|
Updating Windows on vhd i...
Forum: Ventoy Plugin Forum
Last Post: pioj
07-28-2025, 03:27 PM
» Replies: 1
» Views: 698
|
Acronis iso will not load...
Forum: Ventoy Discussion Forum
Last Post: Epictetus
07-24-2025, 12:14 AM
» Replies: 6
» Views: 1,211
|
Ventoy is genius!
Forum: Ventoy Discussion Forum
Last Post: tenshikohaku
07-17-2025, 03:45 AM
» Replies: 1
» Views: 1,345
|
Ventoy的QQ群 945752978 什么时候...
Forum: Ventoy Discussion Forum
Last Post: alcy
07-11-2025, 06:18 PM
» Replies: 0
» Views: 365
|
iso not working HP SSA Of...
Forum: Ventoy Discussion Forum
Last Post: Steve2926
07-01-2025, 03:12 PM
» Replies: 1
» Views: 621
|
|
|
Sergei Strelec's WinPE wim files |
Posted by: click-click - 04-01-2024, 06:17 PM - Forum: Ventoy Discussion Forum
- Replies (6)
|
 |
I would like to boot the Windows 10/11 wim files contained in the WinPE 11-10-8 Sergei Strelec (x86/x64/Native x86) 2023.06.25.iso. In Legacy BIOS mode, only the W10 wims boot without issues. The WinPE 11 wim boots and shows the flag, but the rotating wheel under it doesn't appear and the system restarts. Booting the iso and selecting the Win 11 entry boots okay. Anyone know what might be the problem or if there's another way of booting that specific wim directly?
For Legacy BIOS, I had to use CLI to get other files to boot. The W11 wim is the only one that doesn't work there. Everything in UEFI non-CLI mode boots okay.
|
|
|
PXE boot via USB Ethernet dongle |
Posted by: jeffshead - 03-31-2024, 12:27 PM - Forum: iVentoy Discussion Forum
- Replies (8)
|
 |
Is there a way to PXE boot computers if their firmware does not support PXE booting from any brand USB-to-Ethernet dongle?
The Microsoft Surface Pro 2 is a good example. It does not have a built-in Ethernet port. I have read that you have to purchase a specific Microsoft branded dongle that's compatible with the Surface's firmware in order to PXE boot. Is there a way to use any USB-to-Ethernet dongle on any computer so that you can PXE boot any computer? I guess I'm thinking along the lines of creating a bootable USB drive, booting to a pre-boot environment from it and then PXE booting from there.
Has anyone been able to accomplish this? If so, please share the steps to do this :-)
|
|
|
Injection in live WinPE fails in .wim images |
Posted by: vtFred - 03-28-2024, 12:11 AM - Forum: Ventoy Plugin Forum
- Replies (1)
|
 |
Hello,
I use ventoy-1.0.97 on Windows 10 22H2 (19045.4170).
I wanted to test the injection plugin in live OS using .wim, namely the Mini_Windows_10_v21.12.wim taken from medicat.
For that, I just used the template from github mentioned here: https://www.ventoy.net/en/doc_inject_autorun.html to create the archive. I didn’t touch or edit any file in it.
Here is the content of the archive:
![[Image: VXZW3yJ.png]](https://i.imgur.com/VXZW3yJ.png)
Then, I added the injection entry point in ventoy.json using VentoyPlugson.exe such as :
Code: "injection": [
{
"image": "/ventoy/_ISO/Live_OS/Mini_Windows_10_v21.12.wim",
"archive": "/ventoy/_ISO/windows_injection.7z"
}
]
The paths are OK.
But when I start the Mini_Windows_10_v21.12_VTNORMAL.wim and explore the X:\ directory, there are no X:\VentoyAutoRun.log or VentoyAutoRun.bat or X:\Windows\system32\test.txt
Can it work with .wim images ?
|
|
|
Theme Backround Image |
Posted by: Alim - 03-26-2024, 07:04 PM - Forum: Ventoy Discussion Forum
- Replies (1)
|
 |
Hello,
May I know the details of the theme background image's maximum allowed resolution and size?
What I've noticed is that if the image doesn't meet the requirements, then it cannot be booted.
Regards
|
|
|
NVMe to boot |
Posted by: Deadhand - 03-25-2024, 08:59 PM - Forum: Ventoy Discussion Forum
- No Replies
|
 |
Using ventoy-1.0.97(window) to setup a 4T NVMe drive, the drive failed to show on the boot screen.
It turns out that the VTOYEFI partition was set to "Basic Data Partition", It needed to be "EFI system Partition."
How I solved it the issue:
1. Start CMD in admin mode
2. From the command line run: Diskpart
* Note [x] is number for the drive *
3. Select disk:
a. run: list disk
b. run: select disk [x]
4. Verify the correct drive is selected:
a. run: list disk [x]
b. the selected drive will now how an "*" beside it.
* Note [x] is Number for the Partition *
5. Select partition:
a. run: list partition
b. run select partition [x]
6. Verify the correct partition is selected:
a. run: list partition
b. the selected partition will now how an "*' beside it.
7. To switch to EFI Partition use this CMD line:
SET ID=c12a7328-f81f-11d2-ba4b-00a0c93ec93b OVERRIDE
This corrected my NVMe and I hope you find it helpful.
* Just an interest command, To switch back to Basic Data Partition use this CMD line:
SET ID=ebd0a0a2-b9e5-4433-87c0-68b6b72699c7 OVERRIDE
|
|
|
|