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

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 13,154
» Latest member: Wahid_Gamer
» Forum threads: 1,651
» Forum posts: 6,662

Full Statistics

Online Users
There are currently 301 online users.
» 2 Member(s) | 297 Guest(s)
Bing, Google, FroggieTheGremlin, kcs

Latest Threads
gParted Live-ISO 1.7.0-1 ...
Forum: Ventoy Discussion Forum
Last Post: odie
06-06-2025, 11:55 AM
» Replies: 0
» Views: 146
请问是否支持Loongarch64架构的启动引导
Forum: Ventoy Discussion Forum
Last Post: zp1688
06-01-2025, 11:57 AM
» Replies: 5
» Views: 7,478
还是希望能有支持国芯架构的安排吧。
Forum: Ventoy Discussion Forum
Last Post: zp1688
06-01-2025, 11:56 AM
» Replies: 1
» Views: 1,170
能否让ventoy直接安装到硬盘和本机的系统形成双...
Forum: Ventoy Discussion Forum
Last Post: zp1688
06-01-2025, 11:55 AM
» Replies: 2
» Views: 1,741
Ventoy is genius!
Forum: Ventoy Discussion Forum
Last Post: Epictetus
05-28-2025, 12:56 AM
» Replies: 0
» Views: 399
安装vtoyboot后,grub启动项丢失
Forum: Ventoy Plugin Forum
Last Post: 1902550300
05-17-2025, 04:07 AM
» Replies: 0
» Views: 758
[Feature Request] WIM / V...
Forum: iVentoy Discussion Forum
Last Post: METALHEAD
05-14-2025, 05:19 PM
» Replies: 1
» Views: 1,112
iventoy 在LXC debian中启动失败
Forum: iVentoy Discussion Forum
Last Post: week921
05-09-2025, 02:22 PM
» Replies: 5
» Views: 9,576
exception processing mess...
Forum: Ventoy Discussion Forum
Last Post: Omid Khan
05-02-2025, 06:08 PM
» Replies: 0
» Views: 675
chain to iventoy
Forum: iVentoy Discussion Forum
Last Post: idstone
04-24-2025, 08:39 PM
» Replies: 1
» Views: 2,138

 
Heart iVentoy-1.0.16 release
Posted by: longpanda - 07-19-2023, 09:45 AM - Forum: iVentoy Discussion Forum - No Replies

  • 2023/07/19 --- 1.0.16 release
  1. Add ExternalNet Mode for third-pard DHCP server. Note

  2. Fix a bug when booting Rocky Linux ISO.

  3. Bugfix, comments and suggestions are welcome.

Print this item

  EFI not work with external DHCP on other subnet
Posted by: itgao - 07-19-2023, 06:32 AM - Forum: iVentoy Discussion Forum - Replies (6)

Hello,


On the same network iventoy works fine (bios & uefi), but on other subnet bios work but not uefi.
I tried with latest release (1.0.14)


thanks for your work Smile



Attached Files Thumbnail(s)
   
Print this item

  隐藏EFI盘符 Hidden EFI volume
Posted by: 塞北的雪 - 07-18-2023, 04:28 PM - Forum: Ventoy Discussion Forum - Replies (1)

每次看到EFI盘符很不爽,想着隐藏掉,以下保存为批处理.bat格式,右键,管理员身份运行
save to .bat and run as admin

Code:
@echo off
setlocal enabledelayedexpansion
if exist %temp%\ventoy_vol.txt (
    del %temp%\ventoy_vol.txt
)
if exist %temp%\ventoy_diskpart_cmd.txt (
    del %temp%\ventoy_diskpart_cmd.txt
)
echo list volume >%temp%\ventoy_diskpart_cmd.txt
diskpart /s %temp%\ventoy_diskpart_cmd.txt |findstr /i VTOYEFI >%temp%\ventoy_vol.txt
echo Find Volume:
type %temp%\ventoy_vol.txt
for /f "tokens=1,2,3" %%a in (%temp%/ventoy_vol.txt) do (
    set "volumeNumber=%%b"
    set "volumeLetter=%%c"
    echo volumeNumber: !volumeNumber!
    echo volumeLetter: !volumeLetter!
)
if "!volumeNumber!" EQU "" (
    echo 未找到目标卷标编号,即将退出 volumeNumber not found
    ping -n 5 127.0.0.1>nul
    exit
)
if "!volumeLetter!" EQU "" (
    echo 未找到目标驱动器号,即将退出 volumeLetter not found
    ping -n 5 127.0.0.1 >nul
    exit
)
rem echo select volume !volumeNumber!
rem echo remove letter=!volumeLetter!
echo select volume !volumeNumber! >%temp%\ventoy_diskpart_cmd.txt
echo remove letter=!volumeLetter! >>%temp%\ventoy_diskpart_cmd.txt
diskpart /s %temp%\ventoy_diskpart_cmd.txt
echo 隐藏完毕 Done.
del %temp%\ventoy_diskpart_cmd.txt
del %temp%\ventoy_vol.txt

save to delete_volume_with_label.bat or what you like.

Print this item

  求助arm架构下报错,见正文
Posted by: loooong - 07-18-2023, 07:55 AM - Forum: Ventoy Discussion Forum - Replies (1)

纯小白一枚;求助各位大佬;电脑平台:麒麟990/9006c  arm结构 属华为PC;系统镜像:UOSV20(1050)/KOS(2203),系统镜像使用ultalso刻录至U盘正常进入系统;ventoy制作好后 在X86架构 win系统镜像能正常进入引导并成功安装系统;但是在arm架构990/9006cCPU下面 进入后提示报错见附件;烦请有什么好的 解决方法
  
报错内容:Synchronous Exception at 0*0000000075dd22b0

Print this item

  iVentoy 启动映射网络驱动器的问题
Posted by: Solin - 07-18-2023, 05:58 AM - Forum: iVentoy Discussion Forum - Replies (32)

iventoy 版本:1.0.14
启动 Windows 10 安装程序提示找不到介质,根据说明用 Shift+F10 打开命令行,发现网卡正常识别,查看日志发现日志里网卡未获取到IP地址,手工重新执行挂载命令能正常挂载 iso 到 Y:,测试环境的 DHCP 服务获取 IP 地址的时间比较长,怀疑是驱动加载后还未获取到IP地址即开始挂载 ISO 导致挂载失败,测试银河麒麟安装盘也有类似情况,不知是否能增加等待 DHCP 获取地址时间或者能自定义 IP 地址获取等待时间来规避这个问题。

Print this item

Heart iVentoy-1.0.14 release
Posted by: longpanda - 07-18-2023, 04:28 AM - Forum: iVentoy Discussion Forum - Replies (1)

  • 2023/07/18 --- 1.0.14 release
  1. Fix a bug when booting some Linux ISO.

  2. Document: About Windows Driver Missing Error

  3. Bugfix, comments and suggestions are welcome.

Print this item

  iVentoy 1.0.13 release, BitDefender detects as virus
Posted by: dimitrirodis - 07-18-2023, 04:08 AM - Forum: iVentoy Discussion Forum - No Replies

BitDefender is blocking access to the iVentoy downloads, and is also deleting the iVentoy_64.exe as malicious. Please see the attached screenshot.

Can you please check the release, possibly digitally sign the executables, and submit the false positive report to BitDefender?



Attached Files Thumbnail(s)
   
Print this item

Exclamation PCs and thinclient mentioned below are not compatible with IVentoy
Posted by: aboamir@gmail.com - 07-17-2023, 12:51 PM - Forum: iVentoy Discussion Forum - Replies (4)

Today, I tested the following hardware items With Iventoy, but unfortunately, none of them are functioning properly. 

I conducted tests with both legacy and UEFI modes.

Hp Thin client 520
Hp Thin client 530
Hp Thin client 540

Hp Rp 5800
Hp Rp 5810

the pc come to point =(((Dhcp / then exit))

Print this item

Heart iVentoy-1.0.13 release
Posted by: longpanda - 07-17-2023, 09:56 AM - Forum: iVentoy Discussion Forum - Replies (2)

  • 2023/07/17 --- 1.0.13 release
  1. Fix the driver missing issue when booting some Windows ISO files.

  2. Fix the HTTP reconnect issue when downloading files from iVentoy.

  3. Bugfix, comments and suggestions are welcome.

Print this item

Heart iVentoy-1.0.12 release
Posted by: longpanda - 07-17-2023, 03:47 AM - Forum: iVentoy Discussion Forum - No Replies

  • 2023/07/17 --- 1.0.12 release
  1. Fix the driver missing issue when booting some Windows ISO files.

  2. Bugfix, comments and suggestions are welcome.

Print this item