Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 120 online users. » 0 Member(s) | 118 Guest(s) Bing, Google
|
|
|
Linux Grub |
Posted by: iomari - 11-09-2023, 04:44 PM - Forum: Ventoy Discussion Forum
- Replies (3)
|
 |
Greetings,
I'm trying to add ventoy to my Ubuntu grub menu.
My ventoy is installed on a 2nd ssd drive on my laptop as sdb.
My /etc/grub.d/40_custom file is:
#!/bin/sh
exec tail -n +3 $0
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
menuentry 'Ventoy Boot USB' {
insmod part_gpt
insmod ext2
insmod fat
insmod exfat
insmod ntfs
insmod chain
search --no-floppy --set=root --fs-uuid 8CC4-D433
set search_efi_path=(hd1,2)/ventoy
# chainloader /dev/sdb2/ventoy/ventoy_x64.efi
chainloader (hd1,2)/ventoy/ventoy_x64.efi
}
I've run update-grub and when I boot I see ventoy on the grub list:
But when I run it I get"
"Invalid signature"
What am I doing wrong?
|
|
|
ventoy自动安装插件用不了 求解答!! |
Posted by: kimimaro01 - 11-06-2023, 01:33 AM - Forum: Ventoy Discussion Forum
- No Replies
|
 |
我的无人值守文件 自己单独放进做好的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="urn chemas-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 cpi ource="wim:e:/dow/zh-cn_windows_10_business_editions_version_22h2_updated_june_2023_x64_dvd_e1795b9e/sources/install.wim#win10-pro" xmlns:cpi="urn chemas-microsoft-com:cpi" />
</unattend>
|
|
|
Ventoy and Devuan 5.0 |
Posted by: joril - 11-03-2023, 07:50 AM - Forum: Ventoy Discussion Forum
- No Replies
|
 |
Hi everyone!
I've been using Ventoy to boot all my ISO installers, it's very useful!
I'm having a problem with the Devuan 5.0 netinstall though. After the preamble phase, I get this error:
Code: mount: mounting LABEL=DEVUAN501 on /cdrom failed: No such file or directory
mount: mounting UUID= on /cdrom failed: No such file or directory
I guess that the installer is looking for a partition labeled DEVUAN501 but cannot find it, is this something that has to be fixed on the Ventoy side?
Thanks for your time!
|
|
|
恳请支持img.gz格式的启动镜像 |
Posted by: zywhl - 11-02-2023, 05:34 AM - Forum: Ventoy Discussion Forum
- No Replies
|
 |
现在大量嵌入式的linux使用img.gz格式的镜像,比如软路由openwrt,iStoreos等现在都放弃了iso格式的。我试图用gzip解压成img使用,我自己测试有的能解压,有的不能。解压后能刻盘使用,但是在ventoy却不能使用,会一直卡住,就一个光标闪烁。总之不管能否解压成img,在ventoy里都没法使用。
另外,大神对镜像的结构比较了解,能否出一个工具,可以从启动U盘提取iso镜像。找遍全网,没一个能用的。有个powerISO能够提取img格式,但是,如果你u盘容量很大,比如64G,那就悲催了,哪怕真正的启动分区只占用几百兆,img也有64g那么大,不能自动把未分区的空间删掉。并且提取了也不一定能用。强烈建议出这么一个工具,能够把任意启动盘转成ventoy可启动镜像,就太方便了。这个工具出了一定大力赞助。
|
|
|
Won't boot Windows ISO unless in compatibility mode |
Posted by: NI7RO25 - 11-01-2023, 10:08 PM - Forum: Ventoy Discussion Forum
- No Replies
|
 |
So it's my first time using ventoy, and i was going to install windows ghost spectre os (W10AIOU11.x64WPE+) and all when i tried to boot it in normal mode there's no windows logo, it only shows a beeping underscore mark on the top left of the screen. I tried to boot it on wimboot mode and it says "FATAL: no bootmgr.exe" but after i checked the iso file everything is there. So i try to run it using compatibility mode and this time it worked but i can't install windows from here since it not recognized my hdd. What's the problem here? Is it because the WPE+ thing? Do i need to download the normal version?
|
|
|
|