Ventoy Forums
chain to iventoy - 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: chain to iventoy (/showthread.php?tid=2869)



chain to iventoy - nguyen ha thai trong - 05-13-2024

I want to chain iventoy from menu.ipxe, is it possible to do this? Please advise admin and friends.


RE: chain to iventoy - idstone - 04-24-2025

Hi.
something like this.... https://forums.ventoy.net/showthread.php?tid=2743

#AndyPark
"...
I managed to chainload from my main iPXE to iVentoy, basically you need to do following things:
1. In your main iPXE boot.ipxe file, set user-class to a specific value, such as MyCustomClass
2. In your dhcp server, match this user-class and send next-server as your iVentoy IP
3. In your main iPXE boot.ipxe, run 'dhcp' command, after 'set user-class MyCustomClass' command, then 'chain tftp://${next-server}/iventoy_loader_16000'
.."