Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 14,119
» Latest member: BraderallXR
» Forum threads: 1,688
» Forum posts: 6,757

Full Statistics

Online Users
There are currently 593 online users.
» 0 Member(s) | 590 Guest(s)
Baidu, Bing, Google

Latest Threads
problems installing windo...
Forum: iVentoy Discussion Forum
Last Post: xeno
04-16-2026, 01:26 PM
» Replies: 0
» Views: 387
iVentoy stuck on new firm...
Forum: iVentoy Discussion Forum
Last Post: roy
04-15-2026, 03:32 PM
» Replies: 0
» Views: 122
Download link for pro ver...
Forum: iVentoy Discussion Forum
Last Post: iXo
04-15-2026, 08:29 AM
» Replies: 0
» Views: 109
华为RH2288H V2服务器上无法启动
Forum: Ventoy Discussion Forum
Last Post: hxpro
04-15-2026, 08:21 AM
» Replies: 0
» Views: 166
iVentoy 1.0.26 release
Forum: iVentoy Discussion Forum
Last Post: longpanda
04-12-2026, 01:12 AM
» Replies: 0
» Views: 216
Run as a service in Windo...
Forum: iVentoy Discussion Forum
Last Post: longpanda
04-11-2026, 03:45 PM
» Replies: 4
» Views: 7,860
Resolution issue on Windo...
Forum: Ventoy Discussion Forum
Last Post: pete
04-09-2026, 11:45 PM
» Replies: 3
» Views: 13,430
安装Ventoy后U盘的Windows下面识别及其...
Forum: Ventoy Discussion Forum
Last Post: longpanda
03-20-2026, 10:05 AM
» Replies: 1
» Views: 1,284
Installation instructions
Forum: Ventoy Discussion Forum
Last Post: PeterLinu
03-12-2026, 09:06 PM
» Replies: 0
» Views: 1,409
Best way to manage multip...
Forum: Ventoy Discussion Forum
Last Post: Epictetus77
03-04-2026, 09:44 PM
» Replies: 1
» Views: 1,592

 
  problems installing windows 11 with the unattended file
Posted by: xeno - 04-16-2026, 01:26 PM - Forum: iVentoy Discussion Forum - No Replies

hello everyone, I'm trying to install Windows 11 via Iventoy with a response file on a Dell laptop in UEFI mode, the disks seem to crash and the installation begins, but an error is written at 55% when installing Windows 11. My unattended.xml:

<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urnConfusedchemas-microsoft-com:unattend">
    <settings pass="windowsPE">
        <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <SetupUILanguage>
                <UILanguage>ru-RU</UILanguage>
            </SetupUILanguage>
            <InputLocale>ru-RU</InputLocale>
            <UILanguage>ru-RU</UILanguage>
            <SystemLocale>ru-RU</SystemLocale>
            <UserLocale>ru-RU</UserLocale>
        </component>
        <component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<DiskConfiguration>               
<Disk wcm:action="add">
                    <CreatePartitions>
                        <CreatePartition wcm:action="add">
                            <Order>1</Order>
                            <Type>EFI</Type>
                            <!-- <Type>Primary</Type> -->
                            <Size>100</Size>
                        </CreatePartition>
                        <CreatePartition wcm:action="add">
                            <Order>2</Order>
                            <Type>MSR</Type>
                            <Size>16</Size>
                        </CreatePartition>
                        <CreatePartition wcm:action="add">
                            <Order>3</Order>
                            <Type>Primary</Type>
                            <Extend>true</Extend>
                        </CreatePartition>
                    </CreatePartitions>
                    <ModifyPartitions>
                        <ModifyPartition wcm:action="add">
                            <Order>1</Order>
                            <PartitionId>1</PartitionId>
                            <Format>FAT32</Format>
                            <Label>System</Label>
                        </ModifyPartition>
                        <ModifyPartition wcm:action="add">
                            <Order>3</Order>
                            <PartitionId>3</PartitionId>
                            <Format>NTFS</Format>
                            <Label>Windows</Label>
                        </ModifyPartition>
                    </ModifyPartitions>
                    <DiskID>$$VT_WINDOWS_DISK_MAX_SIZE$$</DiskID>
                    <WillWipeDisk>true</WillWipeDisk>
                </Disk>
            </DiskConfiguration>
<ImageInstall>
                <OSImage>
                    <InstallFrom>
                        <MetaData wcm:action="add">
                            <Value>6</Value>
                            <Key>/IMAGE/INDEX</Key>
                        </MetaData>
                    </InstallFrom>
                    <InstallTo>
                        <DiskID>$$VT_WINDOWS_DISK_MAX_SIZE$$</DiskID>
                        <PartitionID>3</PartitionID>
                    </InstallTo>
                </OSImage>
            </ImageInstall>
           
            <UserData>
                <AcceptEula>true</AcceptEula>
                <FullName>-</FullName>
                <Organization>-</Organization>
              <!--  $$VT_MAC_COLON_LOWER$$ $$VT_SERVER_IP$$  $$VT_LOCAL_IP$$/$$VT_NET_MASK_LEN$$
                $$VT_IMG_PMD5_HTTP_URL$$ -->
            </UserData>
        </component>
    </settings>
    <settings pass="specialize">
        <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <RegisteredOrganization>-</RegisteredOrganization>
        </component>       
    </settings>
    <settings pass="oobeSystem">
        <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <OOBE>
              <HideEULAPage>true</HideEULAPage>
              <NetworkLocation>Work</NetworkLocation>
              <ProtectYourPC>3</ProtectYourPC>
            </OOBE>
            <AutoLogon>
                <Enabled>true</Enabled>
                <LogonCount>2</LogonCount>
                <Username>administrator</Username>
                <Password>
                    <Value>123456</Value>
                    <PlainText>true</PlainText>
                </Password>
            </AutoLogon>
            <UserAccounts>
                <AdministratorPassword>
                    <Value>123456</Value>
                    <PlainText>true</PlainText>
                </AdministratorPassword>
                <LocalAccounts>
                    <LocalAccount wcm:action="add">
                        <Password>
                            <Value>public</Value>
                            <PlainText>true</PlainText>
                        </Password>
                        <DisplayName>public</DisplayName>
                        <Group>Administrators</Group>
                        <Name>public</Name>
                    </LocalAccount>
                </LocalAccounts>
            </UserAccounts>
            <RegisteredOrganization>-</RegisteredOrganization>
            <RegisteredOwner>-</RegisteredOwner>
        </component>       
    </settings>
</unattend>


Don't pay attention to the smiley face in unattended.xml

(04-16-2026, 01:26 PM)xeno Wrote: hello everyone, I'm trying to install Windows 11 via Iventoy with a response file on a Dell laptop in UEFI mode, the disks seem to crash and the installation begins, but an error is written at 55% when installing Windows 11. I also want to add that I have the achi drive type in my bios. My unattended.xml:

<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urnConfusedchemas-microsoft-com:unattend">
    <settings pass="windowsPE">
        <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <SetupUILanguage>
                <UILanguage>ru-RU</UILanguage>
            </SetupUILanguage>
            <InputLocale>ru-RU</InputLocale>
            <UILanguage>ru-RU</UILanguage>
            <SystemLocale>ru-RU</SystemLocale>
            <UserLocale>ru-RU</UserLocale>
        </component>
        <component name="Microsoft-Windows-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<DiskConfiguration>               
<Disk wcm:action="add">
                    <CreatePartitions>
                        <CreatePartition wcm:action="add">
                            <Order>1</Order>
                            <Type>EFI</Type>
                            <!-- <Type>Primary</Type> -->
                            <Size>100</Size>
                        </CreatePartition>
                        <CreatePartition wcm:action="add">
                            <Order>2</Order>
                            <Type>MSR</Type>
                            <Size>16</Size>
                        </CreatePartition>
                        <CreatePartition wcm:action="add">
                            <Order>3</Order>
                            <Type>Primary</Type>
                            <Extend>true</Extend>
                        </CreatePartition>
                    </CreatePartitions>
                    <ModifyPartitions>
                        <ModifyPartition wcm:action="add">
                            <Order>1</Order>
                            <PartitionId>1</PartitionId>
                            <Format>FAT32</Format>
                            <Label>System</Label>
                        </ModifyPartition>
                        <ModifyPartition wcm:action="add">
                            <Order>3</Order>
                            <PartitionId>3</PartitionId>
                            <Format>NTFS</Format>
                            <Label>Windows</Label>
                        </ModifyPartition>
                    </ModifyPartitions>
                    <DiskID>$$VT_WINDOWS_DISK_MAX_SIZE$$</DiskID>
                    <WillWipeDisk>true</WillWipeDisk>
                </Disk>
            </DiskConfiguration>
<ImageInstall>
                <OSImage>
                    <InstallFrom>
                        <MetaData wcm:action="add">
                            <Value>6</Value>
                            <Key>/IMAGE/INDEX</Key>
                        </MetaData>
                    </InstallFrom>
                    <InstallTo>
                        <DiskID>$$VT_WINDOWS_DISK_MAX_SIZE$$</DiskID>
                        <PartitionID>3</PartitionID>
                    </InstallTo>
                </OSImage>
            </ImageInstall>
           
            <UserData>
                <AcceptEula>true</AcceptEula>
                <FullName>-</FullName>
                <Organization>-</Organization>
              <!--  $$VT_MAC_COLON_LOWER$$ $$VT_SERVER_IP$$  $$VT_LOCAL_IP$$/$$VT_NET_MASK_LEN$$
                $$VT_IMG_PMD5_HTTP_URL$$ -->
            </UserData>
        </component>
    </settings>
    <settings pass="specialize">
        <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <RegisteredOrganization>-</RegisteredOrganization>
        </component>       
    </settings>
    <settings pass="oobeSystem">
        <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <OOBE>
              <HideEULAPage>true</HideEULAPage>
              <NetworkLocation>Work</NetworkLocation>
              <ProtectYourPC>3</ProtectYourPC>
            </OOBE>
            <AutoLogon>
                <Enabled>true</Enabled>
                <LogonCount>2</LogonCount>
                <Username>administrator</Username>
                <Password>
                    <Value>123456</Value>
                    <PlainText>true</PlainText>
                </Password>
            </AutoLogon>
            <UserAccounts>
                <AdministratorPassword>
                    <Value>123456</Value>
                    <PlainText>true</PlainText>
                </AdministratorPassword>
                <LocalAccounts>
                    <LocalAccount wcm:action="add">
                        <Password>
                            <Value>public</Value>
                            <PlainText>true</PlainText>
                        </Password>
                        <DisplayName>public</DisplayName>
                        <Group>Administrators</Group>
                        <Name>public</Name>
                    </LocalAccount>
                </LocalAccounts>
            </UserAccounts>
            <RegisteredOrganization>-</RegisteredOrganization>
            <RegisteredOwner>-</RegisteredOwner>
        </component>       
    </settings>
</unattend>

Don't pay attention to the smiley face in unattended.xml

Print this item

Exclamation iVentoy stuck on new firmware
Posted by: roy - 04-15-2026, 03:32 PM - Forum: iVentoy Discussion Forum - No Replies

Hi, I use iVentoy to deploy windows on some machines, but I recently experienced some issues on new firmware. When I select PXE boot in the BIOS iVentoy downloads and then gets stuck and not showing the menu. Originally I used iVentoy version 1.0.21 but also tried 1.0.25 and 1.0.26, this did not make a difference.

I tried different BIOS settings and different boot files to no avail.
The same config and images still work on the older motherboards, and the logs from both are almost identical.

Machine boots successfully
UEFI version 2.22.189 - 2024 AMI
Motherboard: ASUS Pro WS TRX50-SAGE WIFI

Code:
2026/04/10 10:54:18.808 [TFTP] Parse tftp option(tsize,0)
2026/04/10 10:54:18.808 [TFTP] Parse tftp option(blksize,1468)
2026/04/10 10:54:18.808 [TFTP] Unsupported tftp option windowsize 4
2026/04/10 10:54:18.808 [TFTP] TFTP RRQ client x.x.x.x:1320 download <iventoy_loader_16000_uefi> start ...
2026/04/10 10:54:18.808 [TFTP] DHCP ExternalNet client x.x.x.x should use loader ipxe.x64.snponly.efi.0
2026/04/10 10:54:18.808 [TFTP] Start send file iventoy_loader_16000_uefi to x.x.x.x:1320 with blksize 1468, has oack 1
2026/04/10 10:54:18.808 [TFTP] Recv an ERROR opcode pkt from client x.x.x.x:1320.
2026/04/10 10:54:18.919 [TFTP] Parse tftp option(blksize,1468)
2026/04/10 10:54:18.919 [TFTP] Unsupported tftp option windowsize 4
2026/04/10 10:54:18.919 [TFTP] TFTP RRQ client x.x.x.x:1321 download <iventoy_loader_16000_uefi> start ...
2026/04/10 10:54:18.919 [TFTP] DHCP ExternalNet client x.x.x.x should use loader ipxe.x64.snponly.efi.0
2026/04/10 10:54:18.919 [TFTP] Start send file iventoy_loader_16000_uefi to x.x.x.x:1321 with blksize 1468, has oack 1
2026/04/10 10:54:18.973 [TFTP] Finished send file to x.x.x.x:1321 with blksize 1468 blks 206
2026/04/10 10:54:22.953 [HTTP] DHCP external subnet mode notify discovery client x.x.x.x ipxe/xx-xx-xx-xx-xx-xx-xx/uefi/mask:m.m.m.m/gw:g.g.g.g/dns:d.d.d.d
2026/04/10 10:54:22.953 [PXE]  Client xx-xx-xx-xx-xx-xx-xx start PXE install in UEFI X64 mode.

Machine boot fails
UEFI version 2.22.1299 - 2026 AMI
Motherboard: ASUS W880-ACE SE
Code:
2026/04/10 10:45:09.454 [TFTP] Parse tftp option(tsize,0)
2026/04/10 10:45:09.454 [TFTP] Parse tftp option(blksize,1468)
2026/04/10 10:45:09.454 [TFTP] Unsupported tftp option windowsize 4
2026/04/10 10:45:09.454 [TFTP] TFTP RRQ client x.x.x.x:1974 download <iventoy_loader_16000_uefi> start ...
2026/04/10 10:45:09.454 [TFTP] DHCP ExternalNet client x.x.x.x should use loader ipxe.x64.snponly.efi.0
2026/04/10 10:45:09.454 [TFTP] Start send file iventoy_loader_16000_uefi to x.x.x.x:1974 with blksize 1468, has oack 1
2026/04/10 10:45:09.455 [TFTP] Recv an ERROR opcode pkt from client x.x.x.x:1974.
2026/04/10 10:45:09.764 [TFTP] Parse tftp option(blksize,1468)
2026/04/10 10:45:09.764 [TFTP] Unsupported tftp option windowsize 4
2026/04/10 10:45:09.764 [TFTP] TFTP RRQ client x.x.x.x:1975 download <iventoy_loader_16000_uefi> start ...
2026/04/10 10:45:09.764 [TFTP] DHCP ExternalNet client x.x.x.x should use loader ipxe.x64.snponly.efi.0
2026/04/10 10:45:09.764 [TFTP] Start send file iventoy_loader_16000_uefi to x.x.x.x:1975 with blksize 1468, has oack 1
2026/04/10 10:45:09.800 [TFTP] Finished send file to x.x.x.x:1975 with blksize 1468 blks 206
2026/04/10 10:45:13.858 [HTTP] DHCP external subnet mode notify discovery client x.x.x.x ipxe/xx-xx-xx-xx-xx-xx-xx/uefi/mask:m.m.m.m/gw:g.g.g.g/dns:d.d.d.d
2026/04/10 10:45:13.858 [PXE]  Client xx-xx-xx-xx-xx-xx-xx start PXE install in UEFI X64 mode.



Attached Files Thumbnail(s)
   
Print this item

  Download link for pro version
Posted by: iXo - 04-15-2026, 08:29 AM - Forum: iVentoy Discussion Forum - No Replies

Hi,

I received an email about the version 1.0.26, and I have a licence for the pro version.

In this email, the link goes to https://github.com/ventoy/ivtoy/releases/tag/v1.0.26

This link is invalid.

In this email, it list that there is 6 assets : 

[Image: Copie-d-cran-20260415-102811.png]

But, if I go here : https://github.com/ventoy/PXE/releases/tag/v1.0.26 I can't find the pro version.

Where can I download the pro version?

Print this item

  华为RH2288H V2服务器上无法启动
Posted by: hxpro - 04-15-2026, 08:21 AM - Forum: Ventoy Discussion Forum - No Replies

今天要给华为RH2288H v2服务器装系统,BIOS里改为EFI引导,重启后无法识别ventory的U盘引导。

Print this item

Heart iVentoy 1.0.26 release
Posted by: longpanda - 04-12-2026, 01:12 AM - Forum: iVentoy Discussion Forum - No Replies

  • 2026/04/11 --- 1.0.26 release
  1. Add ISO file upload feature.

  2. Add Default Page Language option.

  3. Windows version can now be registed as a system service and startup on boot. Note

  4. Windows version use the default browser to open the page

  5. Bugfix.

Print this item

  安装Ventoy后U盘的Windows下面识别及其缓慢
Posted by: venster - 03-19-2026, 02:27 PM - Forum: Ventoy Discussion Forum - Replies (1)

我有两个U盘,都出现了安装Ventoy后在Windows下面识别极其缓慢的问题,有时候插上去过十几分钟才能识别,偶尔过了十多分钟直接提示信号灯超时,而无法识别的情况。但是U盘一旦识别,则使用完全正常,拷贝文件速度没有任何问题,也可以正常弹出。识别过程中资源管理器处于卡死状态, 磁盘管理器无法打开,任务管理器显示U盘的占用时间为100%,如果一旦拔出U盘,整个系统立刻恢复正常。如果打开事件管理器,会发现报告大量disk相关错误。
如果对U盘直接重新分区抹掉ventoy,则U盘一切正常,插上就可以正常使用,不存在识别难度,但是一旦重新做成ventoyU盘,则立刻复现此问题,即使是刚做完的空白ventoyU盘也是这样,跟里面放置多少iso没关系。
这个现象从win 11 24H2开始出现,一直延续到现在,每个ventoy版本都发现过。在win10上没发现这个问题,同样的U盘在24H2上识别困难,在win10上可以正常的速度识别。
问题跟电脑没有关系,即使是新安装的操作系统没有联网也会这样。经常出现用来安装系统的ventoyU盘在安装过程中一切正常,但是进入系统后,反而因为识别问题需要等好久才能使用。
在网络上见到过不少这个问题的帖子,但是似乎都没有给出明确的答案。

Print this item

  Installation instructions
Posted by: PeterLinu - 03-12-2026, 09:06 PM - Forum: Ventoy Discussion Forum - No Replies

Hiyall,
I am ancient and need all the help I can get! With the help of a friend, I managed to make a Ventoy USB for Linux Mint that works well. I now want to install Tiny10 on a separate Ventoy USB to install on an Oracle VirtualBox. Following the instructions I was given for the Linux Mint-based Ventoy doesn't seem to work.

I would appreciate instructions in the following format: Do 1., then  Do 2, etc.

Print this item

  Best way to manage multiple ISO versions on Ventoy?
Posted by: lucaspalm - 03-04-2026, 09:31 AM - Forum: Ventoy Discussion Forum - Replies (1)

Hi everyone,
I’ve been using Ventoy for a while and it works great for most ISOs.
But I’m wondering how others organize multiple versions of the same ISO (like Windows/Linux) without filling up the USB too quickly.
Do you rename ISOs, use folders, or something else?
Thanks for any tips!

Print this item

  Is it possible to view other files instead of just ISO, img .......?
Posted by: EtaBeta - 02-01-2026, 12:42 AM - Forum: Ventoy Discussion Forum - Replies (3)

Good morning, I have a request, if possible.
On my Ventoy USB drive I use a folder structure, for example:

Code:
/ISO/Windows 
/ISO/Linux 
and so on.
I also created a folder called Misc Software, where I keep Windows executable programs, video guides, DOCX documents, and much more.
I would like to know if it is possible to view its contents when booting the USB drive with Ventoy.
Please note: I only mean viewing the files, not running them. I am aware that I can view the contents simply by opening the Misc Software folder, but to do that I need an operating system to be running.
So, if I need to check what the above-mentioned folder contains, I can’t do it directly from Ventoy.
I would like to know if there is a procedure to do this; otherwise, thank you anyway for reading this far.
Thank you.

Print this item

  Need a working configuration for dnsmasq
Posted by: anku7 - 01-23-2026, 12:41 PM - Forum: iVentoy Discussion Forum - No Replies

I have a router running the DHCP server and I want to use dnsmasq as a DHCP proxy for iVentoy.
The router has the address 192.168.1.1 and gives addresses in the range 192.168.1.x

The dnsmasq server runs on Ubuntu and the iVentoy server runs on Windows address 192.168.1.102

The following config does not work:
port=0
log-dhcp

dhcp-range=192.168.1.0,proxy

pxe-service=x86PC,"Test",iventoy_loader_16000,192.168.1.102

dhcp-no-override

Print this item