Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 228 online users. » 0 Member(s) | 225 Guest(s) Applebot, Bing, Google
|
Latest Threads |
Acronis iso will not load...
Forum: Ventoy Discussion Forum
Last Post: Epictetus
07-02-2025, 01:35 AM
» Replies: 1
» Views: 127
|
iso not working HP SSA Of...
Forum: Ventoy Discussion Forum
Last Post: Steve2926
07-01-2025, 03:12 PM
» Replies: 1
» Views: 239
|
Ventoy and TrueNAS 25.04....
Forum: Ventoy Discussion Forum
Last Post: dragonlord76
06-25-2025, 07:27 PM
» Replies: 0
» Views: 211
|
Updating Windows on vhd i...
Forum: Ventoy Plugin Forum
Last Post: vcespon
06-15-2025, 01:11 PM
» Replies: 0
» Views: 306
|
VHD don't work
Forum: Ventoy Plugin Forum
Last Post: vcespon
06-15-2025, 12:54 PM
» Replies: 1
» Views: 1,105
|
plz update hardware info ...
Forum: Ventoy Discussion Forum
Last Post: kcs
06-09-2025, 02:57 PM
» Replies: 0
» Views: 491
|
gParted Live-ISO 1.7.0-1 ...
Forum: Ventoy Discussion Forum
Last Post: odie
06-06-2025, 11:55 AM
» Replies: 0
» Views: 549
|
请问是否支持Loongarch64架构的启动引导
Forum: Ventoy Discussion Forum
Last Post: zp1688
06-01-2025, 11:57 AM
» Replies: 5
» Views: 8,124
|
还是希望能有支持国芯架构的安排吧。
Forum: Ventoy Discussion Forum
Last Post: zp1688
06-01-2025, 11:56 AM
» Replies: 1
» Views: 1,500
|
能否让ventoy直接安装到硬盘和本机的系统形成双...
Forum: Ventoy Discussion Forum
Last Post: zp1688
06-01-2025, 11:55 AM
» Replies: 2
» Views: 2,334
|
|
|
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
|
|
|
1st post hello |
Posted by: nu2ventoy - 04-09-2021, 01:27 AM - Forum: Ventoy Plugin Forum
- Replies (3)
|
 |
hello everyone,
i just want to say I stumbled across ventoy in a thread and as a former yumi user I'm really impressed. functions great. created usb with gpt and exfat. this allowed me to make a persistence file greater than 4gb for live boot os. I then realized you can create a single boot .vdi in virtualbox with the "efi os" checked off. so I completed the os install and copied and rename file to lbuntu.vdi.vtoy but have been unsuccessful. after init boot it stops at (initrfs) prompt. I did copy ventoy.disk.img, ventnoy_vhdboot.img, and ventoy_wimboot.img file to /dev/part1/ventoy directory I also created an entry for it in /dev/part1/ventoy/ventoy_grub.cfg I know there's alot that can be going wrong and hard to diagnose but is there a combo I'm using incrorectly or something missing? this stuff is very versatile
|
|
|
About secure boot |
Posted by: geole - 04-07-2021, 01:14 PM - Forum: Ventoy Discussion Forum
- Replies (1)
|
 |
Hello
I just set a computer to secure boot mode Since then, I can no longer boot the USB key made by ventoy, the error message is as follows
"Boot stopped: A suitable digital signature was not found. One of the files on the chosen boot device was rejected by the secure boot function "
I tried with the key made in secure boot or not for versions 1.38 and 1.39 Again, I had to use unetbootin to remake installation media!
It's probably one of those files
Code: a@b:/mnt/EFI/boot$ ls -ls
Code: 1828 -rwxr-xr-x 1 root root 1871872 mars 28 10:43 BOOTAA64.EFI
Code: 954 -rwxr-xr-x 1 root root 975536 mars 28 10:43 BOOTIA32.EFI
Code: 2420 -rwxr-xr-x 1 root root 2478080 mars 28 10:43 BOOTMIPS.EFI
Code: 1264 -rwxr-xr-x 1 root root 1293304 mars 28 10:43 BOOTX64.EFI
Code: 58 -rwxr-xr-x 1 root root 58488 mars 28 10:43 grubia32.efi
Code: 1088 -rwxr-xr-x 1 root root 1114112 mars 28 10:43 grubia32_real.efi
Code: 64 -rwxr-xr-x 1 root root 63608 mars 28 10:43 grubx64.efi
Code: 1612 -rwxr-xr-x 1 root root 1650688 mars 28 10:43 grubx64_real.efi
Code: 910 -rwxr-xr-x 1 root root 929864 mars 28 10:43 mmia32.efi
Code: 1136 -rwxr-xr-x 1 root root 1163208 mars 28 10:43 MokManager.efi
|
|
|
关于部分参数文档问题 |
Posted by: walkinrain - 04-05-2021, 01:33 PM - Forum: Ventoy Plugin Forum
- Replies (17)
|
 |
1 菜单类型插件
文档中的,内置类型全部无效
dir建议也采用搜索匹配,增加精确或者模糊匹配属性
匹配图标而已。
其实个人觉得,内置类型,开放定制,比直接在主题里面弄,可能更方便点。
2 VTOY_EXIT
实际使用,是退出重启。
个人设计的时候,往往希望,在倒计时结束的时候,直接退出,造成启动失败,由bios接管,进行下一个启动项目。
用VTOY_EXIT,结果是不断重启和倒计时。
3 Ventoy的F4:LocalBoot
在qemu中显示正常,在电脑上启动,往往不全,没有search and boot windows 。或者多按动几次各种切换,F3,F2一类的,菜单会少很多。
4 Ventoy的缺陷
Ventoy解决了各种iso维护的问题,概念很好。win的原版能正常安装,很不多。PE不用在乎太多,只要保持标准PE能激活,或者特别适配的pe能激活就好。
装机工,用PE装机,用不到ventoy,他们更在乎速度。
Ventoy基本面对会装机的一般用户,安装不同的系统,PE只是1-2个,标准维护即可。
ventoy到界面的速度有点。。。,我用插件定制了一个界面,到界面的速度有点慢,建议Ventoy如果实在避免不了启动速度,不妨开放一些中间过程过渡一下。
ventoy需要多注意注入问题,减少一般用户注入的权限,避免如同fbinst一样沦为大白菜之流的广告注入工具。
个人觉得ventoy关注重点在2个方面,
1,各种原版iso启动,标准pe启动问题
2, 选定一种较好的方式,为PE进行外部工具挂载。【无需再找什么PE了,一个稳定的pe,挂载新的工具软件进行更新即可。】
瑕不掩瑜,Ventoy解决3年前我困惑的大问题了。
当时经常装win7 ,win10 ,一个usb3的u盘刷来刷去都刷坏了。
|
|
|
制作全功能便携windows10系统 |
Posted by: hetian2 - 04-05-2021, 12:36 AM - Forum: Ventoy Discussion Forum
- Replies (9)
|
 |
1)用“win to go” 给u盘或移动硬盘安装windows10系统。(一定要用“win to go”来安装windows10,否则易出问题)
2)打开windows10“磁盘管理”应用,点击“操作”创建VHD(虚拟磁盘)。(选VHDX(X)、动态扩展,虚拟硬盘大小最好25GB以上。)
3)用"Symantec ghost"软件进行磁盘克隆。把安装在u盘或移动硬盘上的windows10系统,克隆到刚建立的虚拟磁盘上。克隆完就得到了一个单文件的windows10系统磁盘映像文件(文件格式为VHD或VHDX)。(一定要进行磁盘克隆,不能分区克隆,克隆软件选"Symantec ghost"为好,否则易出问题。)
4)给u盘或移动硬盘安装"Ventoy"应用, 把Ventoy分区默认的文件系统格式exFAT,格式化成NTFS,再在Ventoy分区上安装Windows VHD 文件启动插件。(一定要格式化成NTFS文件系统,便安装好插件。否则不能启动windows10)
5)把单文件的windows10系统磁盘映像文件,复制到Ventoy分区,便可启动windows10。
此系统优点:不仅具备win to go打造出来的优点(几乎具备windows10全部功能,在windows10中的一切操作都可保存,而一般的winpe不能保存操作。),还把整个windows系统包装成一个文件,以后在给u盘或移动硬盘安装windows10系统,只要复制单文件的windows10系统磁盘映像文件到Ventoy分区就行。
缺点:虚拟内存不能设置到c盘,只能设置到其它盘。不能在此系统中给电脑安装windows系统。
|
|
|
|