iVentoy 1.0.16 instantly crashing during iPXE boot attempt (before selection) - Printable Version +- Ventoy Forums (https://forums.ventoy.net) +-- Forum: iVentoy General Use —— iVentoy 使用交流 (https://forums.ventoy.net/forumdisplay.php?fid=7) +--- Forum: iVentoy Discussion Forum (https://forums.ventoy.net/forumdisplay.php?fid=8) +--- Thread: iVentoy 1.0.16 instantly crashing during iPXE boot attempt (before selection) (/showthread.php?tid=2581) |
iVentoy 1.0.16 instantly crashing during iPXE boot attempt (before selection) - pkx - 07-21-2023 I want to deploy iVentoy in my labs to streamline my VM deployment and automate the installation. I've set up a completely new Ubuntu 22.04 new VM: Code: root@deipxe:/opt/iventoy# lsb_release -a I have configured iVentoy, added a few ISOs, the webinterface is launching, configured it with `ExternalNet`, prepared the DHCP accordingly and everything seems to be pretty much working for now. iVentoy is also running: Code: # ps -ax | grep -i iventoy | grep -v grep Then I start my VM (in a different subnet), it is then booting just fine: Just after this screen finishes, the entire VM crashes on ESXi 7.0 U3: Code: 2023-07-21T00:08:56.817Z In(05) vcpu-0 - Msg_Post: Error In the iVentoy logs I can only see: Code: 2023/07/21 00:08:55.412 [TFTP] Parse tftp option(tsize,0) Interestingly, also iVentoy crashes: Code: # ps -ax | grep -i iventoy | grep -v grep Very odd part: I booted up like 30 times now, it worked once until the boot menu (where I can pick the ISO file): Code: 2023/07/21 00:13:46.891 [TFTP] Start send file iventoy_loader_16000_uefi to 192.168.200.181:1704 with blksize 1468, has oack 1 Booting via SCCM has been working fine, and the 1 attempt worked - so I'd rule out ESXi as the root-cause here. But it crashes like 99% of my attempts, reproducible. If there're any specific logs I can provide, let me know. I'd appreciate any assistance here. Thanks! RE: iVentoy 1.0.16 instantly crashing during iPXE boot attempt (before selection) - pkx - 07-21-2023 Unfortunately I'm not sure where to get more logs, to get any idea where it's failing. When attaching via strace and reproducing the issue, I can just see: Code: $ strace -p 1327 I don't find any real pattern. It fails sporadically at: - During initial PXE network boot (before any ISO file selection) when pulling any files from the HTTP server - When selecting ISO file and then just seeing "Connection reset" (because the iVentoy service crashed) Things I tried or might be noteworthy: - When I clear my ISO and user folders, the behavior remains identical. - This is a very fresh installation. No update of iVentoy was ever done. RE: iVentoy 1.0.16 instantly crashing during iPXE boot attempt (before selection) - pkx - 07-22-2023 Update: 1.0.17 does not seem to fix the issue. RE: iVentoy 1.0.16 instantly crashing during iPXE boot attempt (before selection) - kn0rki - 08-19-2023 only one cpu? |