Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 464 online users. » 0 Member(s) | 460 Guest(s) Bing, Facebook, Google, Yandex
|
Latest Threads |
Marking up an NTFS or exF...
Forum: Ventoy Discussion Forum
Last Post: Steve2926
08-03-2025, 07:55 AM
» Replies: 1
» Views: 322
|
Subdirectories in Part 1 ...
Forum: Ventoy Discussion Forum
Last Post: VentoyMic
08-02-2025, 04:18 PM
» Replies: 1
» Views: 254
|
还是希望能有支持国芯架构的安排吧。
Forum: Ventoy Discussion Forum
Last Post: lizhuojian
08-02-2025, 01:55 PM
» Replies: 2
» Views: 1,937
|
Ventoy enroll key manager...
Forum: Ventoy Discussion Forum
Last Post: GlenTech83
08-01-2025, 01:11 PM
» Replies: 27
» Views: 39,787
|
Failure to boot into USB ...
Forum: Ventoy Discussion Forum
Last Post: BKPB
07-31-2025, 03:45 PM
» Replies: 4
» Views: 64,760
|
Updating Windows on vhd i...
Forum: Ventoy Plugin Forum
Last Post: pioj
07-28-2025, 03:27 PM
» Replies: 1
» Views: 797
|
Acronis iso will not load...
Forum: Ventoy Discussion Forum
Last Post: Epictetus
07-24-2025, 12:14 AM
» Replies: 6
» Views: 1,460
|
Ventoy is genius!
Forum: Ventoy Discussion Forum
Last Post: tenshikohaku
07-17-2025, 03:45 AM
» Replies: 1
» Views: 1,436
|
Ventoy的QQ群 945752978 什么时候...
Forum: Ventoy Discussion Forum
Last Post: alcy
07-11-2025, 06:18 PM
» Replies: 0
» Views: 412
|
iso not working HP SSA Of...
Forum: Ventoy Discussion Forum
Last Post: Steve2926
07-01-2025, 03:12 PM
» Replies: 1
» Views: 677
|
|
|
隐藏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.
|
|
|
求助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
|
|
|
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 地址获取等待时间来规避这个问题。
|
|
|
Experiencing red screen of death on boot |
Posted by: bootsie123 - 07-16-2023, 08:21 PM - Forum: iVentoy Discussion Forum
- Replies (5)
|
 |
Hi!
I'm trying to PXE boot into iVentoy from an HPE DL360 G6 and I keep on getting the red screen of death. As far as I can tell, everything is working correctly (meaning the server is getting an IP through DHCP from iVentoy and is able to communicate with it) until iVentoy serves the boot file which shows the list of bootable ISOs.
I'm not really sure where to begin debugging this so if anyone has any suggestions that would be great! Thanks!
iVentoy Logs:
Code: 2023/07/16 01:22:39.721 [DHCP] Proc DHCP DISCOVER pkt from client 1cc1-de6f-fa68
2023/07/16 01:22:39.721 [DHCP] The client already exist, 192.168.3.200 1cc1-de6f-fa68 dhcp_rfc_proc_discover 1432
2023/07/16 01:22:39.721 [DHCP] Use the Last IP for PXE Client(1c-c1-de-6f-fa-68) in normal mode.
2023/07/16 01:22:39.722 [DHCP] Recv DHCP Discover from 1cc1-de6f-fa68, response DHCP OFFER with ip 192.168.3.200/255.255.255.0
2023/07/16 01:22:39.722 [DHCP] DHCP boot file is <ipxe.bios.0>
2023/07/16 01:22:44.774 [DHCP] Proc DHCP REQUEST pkt from client 1cc1-de6f-fa68
2023/07/16 01:22:44.775 [DHCP] Recv DHCP Offer Request from 1cc1-de6f-fa68, response DHCP ACK
2023/07/16 01:22:44.775 [TFTP] Parse tftp option(tsize,0)
2023/07/16 01:22:44.775 [TFTP] TFTP RRQ client 192.168.3.200:2070 download <ipxe.bios.0> start ...
2023/07/16 01:22:44.775 [TFTP] Start send file ipxe.bios.0 to 192.168.3.200:2070 with blksize 512, has oack 1
2023/07/16 01:22:44.776 [TFTP] Recv an ERROR opcode pkt from client 192.168.3.200:2070.
2023/07/16 01:22:44.776 [TFTP] Parse tftp option(blksize,1456)
2023/07/16 01:22:44.776 [TFTP] TFTP RRQ client 192.168.3.200:2071 download <ipxe.bios.0> start ...
2023/07/16 01:22:44.776 [TFTP] Start send file ipxe.bios.0 to 192.168.3.200:2071 with blksize 1456, has oack 1
2023/07/16 01:22:44.802 [TFTP] Finished send file to 192.168.3.200:2071 with blksize 1456 blks 92
2023/07/16 01:22:53.009 [DHCP] Proc DHCP DISCOVER pkt from client 1cc1-de6f-fa68
2023/07/16 01:22:53.009 [DHCP] The client already exist, 192.168.3.200 1cc1-de6f-fa68 dhcp_rfc_proc_discover 1432
2023/07/16 01:22:53.009 [DHCP] Use the Last IP for PXE Client(1c-c1-de-6f-fa-68) in normal mode.
2023/07/16 01:22:53.009 [PXE] Client 1c-c1-de-6f-fa-68 start PXE install in Legacy BIOS mode.
2023/07/16 01:22:53.009 [DHCP] Recv DHCP Discover from 1cc1-de6f-fa68, response DHCP OFFER with ip 192.168.3.200/255.255.255.0
2023/07/16 01:22:53.009 [DHCP] DHCP boot file is <http://192.168.3.15:16000/ipxe/01-1c-c1-de-6f-fa-68>
2023/07/16 01:22:54.002 [DHCP] Proc DHCP DISCOVER pkt from client 1cc1-de6f-fa68
2023/07/16 01:22:54.002 [DHCP] The client already exist, 192.168.3.200 1cc1-de6f-fa68 dhcp_rfc_proc_discover 1432
2023/07/16 01:22:54.002 [DHCP] Use the Last IP for PXE Client(1c-c1-de-6f-fa-68) in normal mode.
2023/07/16 01:22:54.002 [PXE] Client 1c-c1-de-6f-fa-68 start PXE install in Legacy BIOS mode.
2023/07/16 01:22:54.002 [DHCP] Recv DHCP Discover from 1cc1-de6f-fa68, response DHCP OFFER with ip 192.168.3.200/255.255.255.0
2023/07/16 01:22:54.002 [DHCP] DHCP boot file is <http://192.168.3.15:16000/ipxe/01-1c-c1-de-6f-fa-68>
2023/07/16 01:22:56.034 [DHCP] Proc DHCP REQUEST pkt from client 1cc1-de6f-fa68
2023/07/16 01:22:56.034 [DHCP] Recv DHCP Offer Request from 1cc1-de6f-fa68, response DHCP ACK
2023/07/16 01:23:56.165 [HTTP] Client 192.168.3.200:34504 (51) timeout
RSOD:
|
|
|
ER for 4K native support |
Posted by: VToy_Phan - 07-15-2023, 10:12 PM - Forum: Ventoy Discussion Forum
- No Replies
|
 |
Hello
Ventoy is a very good tool, but it would be excellent if it managed media in "advanced format", 4Kn (native 4K i.e. 4096 bytes for the size of the physical sectors, instead of 512 bytes) which is more than 12-year-old.
I had the problem with a JMicron 250GB USB SSD, it's quite frustrating.
"advanced format" (4Kn) is very common with recent SSD.
So, could you please record this ER ?
Is it a big workload ?
How long would it take to make a new release supporting 4Kn ?
I'd be happy to help by testing this new feature when ready.
Thanks.
VToy_Phan
|
|
|
|