ventoy自动安装插件用不了 求解答!! - Printable Version +- Ventoy Forums (https://forums.ventoy.net) +-- Forum: Ventoy General Use —— Ventoy 使用交流 (https://forums.ventoy.net/forumdisplay.php?fid=1) +--- Forum: Ventoy Discussion Forum (https://forums.ventoy.net/forumdisplay.php?fid=2) +--- Thread: ventoy自动安装插件用不了 求解答!! (/showthread.php?tid=2723) |
ventoy自动安装插件用不了 求解答!! - kimimaro01 - 11-06-2023 我的无人值守文件 自己单独放进做好的isou盘里面就没问题,可以正常自动安装,但是放进ventoyu盘里面,无人值守就会报错,提示无法找到windows文件夹,iso文件和无人值守文件都是一样的,单独测试过iso和无人值守文件 都是可以的 ,有没有大佬帮我分析一下,我已有重新制作过ventoyU盘,也换了最新的ventoy版本制作,实在是找不到问题在哪,但是我的iso文件和无人值守文件单独用有没问题,所以才来到论坛求助,请大佬解答 不会发图片,我把报错的信息手打出来,报错显示的是一个windows安装程序的提示框,提示windows无法应用配置集,找不到windows文件夹。 。(这个报错都是在复制完windows系统100%之后出现的) 下面是我的ventoy.json文件 { "control":[ { "VTOY_MENU_TIMEOUT": "10" }, { "VTOY_SECONDARY_TIMEOUT": "5" }, { "VTOY_HELP_TXT_LANGUAGE": "zh_CN" } ], "theme":{ "file": "/ventoy/themes/sleek/theme.txt", "gfxmode": "1920x1080", "fonts":[ "/ventoy/themes/sleek/DejaVuSans-48.pf2", "/ventoy/themes/sleek/DejaVuSans-Regular-14.pf2", "/ventoy/themes/sleek/DejaVuSans-Regular-16.pf2", "/ventoy/themes/sleek/DejaVuSans-Regular-24.pf2", "/ventoy/themes/sleek/terminus-14.pf2", "/ventoy/themes/sleek/terminus-16.pf2" ] }, "menu_class":[ { "key": "pro", "class": "windows" } ], "auto_install":[ { "image": "/zh-cn_windows_10_business_editions_version_22h2_updated_june_2023_x64_dvd_e1795b9e.iso", "template":[ "/Autofile/120/AutoUnattend.xml" ] } ] } 这里是我的无人值守文件 <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urnchemas-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>zh-cn</UILanguage> <WillShowUI>OnError</WillShowUI> </SetupUILanguage> <InputLocale>zh-cn</InputLocale> <LayeredDriver>1</LayeredDriver> <SystemLocale>zh-cn</SystemLocale> <UILanguage>zh-cn</UILanguage> <UILanguageFallback>zh-cn</UILanguageFallback> <UserLocale>zh-cn</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> <Size>300</Size> <Type>Primary</Type> </CreatePartition> <CreatePartition wcm:action="add"> <Order>2</Order> <Size>100</Size> <Type>EFI</Type> </CreatePartition> <CreatePartition wcm:action="add"> <Order>3</Order> <Size>128</Size> <Type>MSR</Type> </CreatePartition> <CreatePartition wcm:action="add"> <Order>4</Order> <Extend>false</Extend> <Type>Primary</Type> <Size>61440</Size> </CreatePartition> <CreatePartition wcm:action="add"> <Extend>true</Extend> <Order>5</Order> <Type>Primary</Type> </CreatePartition> </CreatePartitions> <ModifyPartitions> <ModifyPartition wcm:action="add"> <Format>NTFS</Format> <Order>1</Order> <PartitionID>1</PartitionID> <TypeID>de94bba4-06d1-4d40-a16a-bfd50179d6ac</TypeID> </ModifyPartition> <ModifyPartition wcm:action="add"> <Order>2</Order> <PartitionID>2</PartitionID> <Format>FAT32</Format> </ModifyPartition> <ModifyPartition wcm:action="add"> <Order>3</Order> <PartitionID>3</PartitionID> <Extend>false</Extend> </ModifyPartition> <ModifyPartition wcm:action="add"> <Label></Label> <Order>4</Order> <PartitionID>4</PartitionID> <Format>NTFS</Format> </ModifyPartition> <ModifyPartition wcm:action="add"> <Order>5</Order> <PartitionID>5</PartitionID> <Format>NTFS</Format> </ModifyPartition> </ModifyPartitions> <DiskID>0</DiskID> <WillWipeDisk>true</WillWipeDisk> </Disk> </DiskConfiguration> <ImageInstall> <OSImage> <InstallFrom> <MetaData wcm:action="add"> <Key>/image/index</Key> <Value>1</Value> </MetaData> </InstallFrom> <InstallTo> <DiskID>0</DiskID> <PartitionID>4</PartitionID> </InstallTo> </OSImage> </ImageInstall> <EnableFirewall>true</EnableFirewall> <EnableNetwork>true</EnableNetwork> <Restart>Restart</Restart> <UseConfigurationSet>true</UseConfigurationSet> <UserData> <AcceptEula>true</AcceptEula> </UserData> </component> </settings> <settings pass="specialize"> <component name="Microsoft-Windows-Security-SPP-UX" 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"> <SkipAutoActivation>true</SkipAutoActivation> </component> </settings> <settings pass="oobeSystem"> <component name="Microsoft-Windows-International-Core" 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"> <InputLocale>zh-cn</InputLocale> <SystemLocale>zh-cn</SystemLocale> <UILanguage>zh-cn</UILanguage> <UILanguageFallback>zh-cn</UILanguageFallback> <UserLocale>zh-cn</UserLocale> </component> <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> <HideLocalAccountScreen>true</HideLocalAccountScreen> <HideOEMRegistrationScreen>true</HideOEMRegistrationScreen> <HideOnlineAccountScreens>true</HideOnlineAccountScreens> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> <ProtectYourPC>3</ProtectYourPC> <UnattendEnableRetailDemo>false</UnattendEnableRetailDemo> </OOBE> <UserAccounts> <AdministratorPassword> <Value>QQBkAG0AaQBuAGkAcwB0AHIAYQB0AG8AcgBQAGEAcwBzAHcAbwByAGQA</Value> <PlainText>false</PlainText> </AdministratorPassword> <LocalAccounts> <LocalAccount wcm:action="add"> <Password> <Value>UABhAHMAcwB3AG8AcgBkAA==</Value> <PlainText>false</PlainText> </Password> <DisplayName>admin</DisplayName> <Group>administrators</Group> <Name>admin</Name> </LocalAccount> </LocalAccounts> </UserAccounts> <BluetoothTaskbarIconEnabled>true</BluetoothTaskbarIconEnabled> <DisableAutoDaylightTimeSet>true</DisableAutoDaylightTimeSet> <DoNotCleanTaskBar>true</DoNotCleanTaskBar> <TimeZone>China Standard Time</TimeZone> </component> </settings> <cpi:offlineImage cpiource="wim:e:/dow/zh-cn_windows_10_business_editions_version_22h2_updated_june_2023_x64_dvd_e1795b9e/sources/install.wim#win10-pro" xmlns:cpi="urnchemas-microsoft-com:cpi" /> </unattend> |