| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 14,450
» Latest member: shan bibi
» Forum threads: 1,716
» Forum posts: 6,866
Full Statistics
|
| Online Users |
There are currently 3131 online users. » 0 Member(s) | 3126 Guest(s) Applebot, Baidu, Bing, Facebook, Google
|
| Latest Threads |
Ventoy USB pendrive is no...
Forum: Ventoy Discussion Forum
Last Post: pcpartpicker
Today, 07:44 AM
» Replies: 0
» Views: 52
|
Can a perfectly partition...
Forum: Ventoy Discussion Forum
Last Post: FireswordDEA08
08-27-2026, 02:28 AM
» Replies: 0
» Views: 248
|
Erro iPXE 2.0.0 na versão...
Forum: iVentoy Discussion Forum
Last Post: matmus06
08-24-2026, 08:59 AM
» Replies: 1
» Views: 669
|
error "unknown filesystem...
Forum: Ventoy Discussion Forum
Last Post: kreuter
08-24-2026, 08:05 AM
» Replies: 0
» Views: 312
|
CachyOS vDisk (vtoyboot) ...
Forum: Ventoy Discussion Forum
Last Post: alain81
08-20-2026, 04:51 PM
» Replies: 2
» Views: 2,384
|
[iPXE 2.0.0 regression] P...
Forum: iVentoy Discussion Forum
Last Post: jackson
07-30-2026, 12:01 AM
» Replies: 3
» Views: 1,343
|
Proxmox 8.4.x rdinit=vtoy...
Forum: Ventoy Discussion Forum
Last Post: Couch_Potato
07-22-2026, 11:15 PM
» Replies: 0
» Views: 1,397
|
VENTOY Resize Partition
Forum: Ventoy Discussion Forum
Last Post: HyeonSeok
07-22-2026, 05:23 PM
» Replies: 1
» Views: 1,281
|
Plugson installation - no...
Forum: Ventoy Plugin Forum
Last Post: Themotte
07-20-2026, 06:27 PM
» Replies: 3
» Views: 1,429
|
安装Ventoy后U盘的Windows下面识别及其...
Forum: Ventoy Discussion Forum
Last Post: lain
07-10-2026, 08:04 AM
» Replies: 3
» Views: 4,824
|
|
|
| Windows 10 VHD Fails to boot |
|
Posted by: agnivo007 - 04-16-2021, 05:14 PM - Forum: Ventoy Discussion Forum
- Replies (5)
|
 |
1. Windows 10 2019 LTSC 1809 installed in Virtualbox and fully updated.
Verified booting correctly in VBox multiple times.
2. Installed Ventoy (GPT mode) to External USB HDD.
3. Copied ventoy_vhdboot.img (win 10 based) to ventoy folder in Ventoy partition.
4. Copied VHD file to Ventoy partiton.
5. Booted using UEFI menu to USB HDD (Secure boot off), ventoy loads up.
6. Selected vhd file, shows the text stuff and then goes to unresponsive black screen. (waited 5 minutes) Have to manually switch laptop off.
What I tried:
Used NTFS for Ventoy partition. Same result.
Used Win7 based img file. Now stuck at spinning circle forever with very little HDD led blinking activity sometimes.
Please suggest next step to troubleshoot.
Additional Question:
Is there a way to install ventoy to a USB flash drive, boot up and select vhd file from another hard disk? What I mean is load from a disk/partition other than "Ventoy" on the USB drive.
|
|
|
| Boot Failure |
|
Posted by: cybersm - 04-13-2021, 06:20 PM - Forum: Ventoy Discussion Forum
- Replies (1)
|
 |
Hi guys . I need some help. I created my flash drive and when I boot and select to do it by they flash drive with ventoy the pc goes directly to my bios without showing the isos options to boot. When I boot it thinks a little , doesn't show any error and goes to the bios.
It is something with secure boot. If i disable it it boots normally.
I have selected on ventoy's menu Option- secure boot support but it seems not working.
Any ideia to overpass this problem?
I have a x570 Motherboard.
|
|
|
| 批处理,一件加载ISO至指定盘符,适用于Gandalf那个PE |
|
Posted by: try_catch - 04-12-2021, 08:29 AM - Forum: Ventoy Discussion Forum
- No Replies
|
 |
使用VENTOY启动Gandalf PE之后。并不能自动加载ISO至Y盘。于是写了个批处理。利用Gandalf PE卷标“Win10PESE” 自动加载ISO同时调整至Y盘盘符
批处理需要和ISO放置同一路径。同时需要修改ISO文件名
@echo off & setlocal enabledelayedexpansion
cd /d "%~dp0"
SET CurDir=%CD%
explorer.exe "%CurDir%\Windows_PE_Gandalf_tools.iso"
ping 127.1 -n 5 >nul
for %%i in (Z Y X W V U T S R Q P O N M L K J I H G F E D C) do (
vol %%i:|findstr "Win10PESE">nul&& set drivername=%%i:\)
mountvol >%CurDir%\volname.txt
for /f "delims=" %%j in ('type "%CurDir%\volname.txt"') do (
set "str=%%j"
>>$ echo,!str: =!
)
move $ "%CurDir%\volname.txt" >nul
for /f "delims=" %%c in (%CurDir%\volname.txt) do if "%%c"=="%drivername%" (set guid=!char! &goto :end) else (set char=%%c)
:end
echo %drivername%
echo %guid%
echo y | del %CurDir%\volname.txt
mountvol %drivername% /D
mountvol Y:\ %guid%
pause >nul
|
|
|
| Ventoy 1.0.40 release |
|
Posted by: Midas - 04-11-2021, 01:33 PM - Forum: Ventoy Discussion Forum
- Replies (1)
|
 |
- 2021/04/10 -- Ventoy v1.0.40 released
.
- persistence support for Fedora series. Notes
- persistence support for ArchLinux series (Arch/ArchMan/ArchBang/BlackArch...). Notes
- Fixup a bug when booting special Windows/WinPE ISO file.
- Add a workaround for #815
- Support RHEL6/CentOS6 auto install
- Clear input key before show main menu. (#824)
- languages.ini update
|
|
|
| Start up boot |
|
Posted by: AAA3A - 04-11-2021, 11:10 AM - Forum: Ventoy Discussion Forum
- Replies (11)
|
 |
Hello,
In the F6 submenu, I would like that when we click on for example "Boot on linux iso", it boots on the right iso. Is there a grub command that allows you to do this: it's a bit like the menu expiration and autostart.
Thanks in advance
|
|
|
|