Ventoy Forums
Solved Network problem with linux ISOs - 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: Solved Network problem with linux ISOs (/showthread.php?tid=2542)

Pages: 1 2


Network problem with linux ISOs - Gyppie77 - 07-10-2023

First off, I would like to thank you for this project. I will soon buy the pro version to help support this project.

I am running 2 instances of pihole in a high avail. These are set up as dhcp servers and hand out static and dynamic leases. So iventoy is set to use external dhcp. In dnsmasq.conf I have the boot option for the "next-server":

dhcp-boot=iventoy_loader_16000,10.10.8.86,10.10.8.86

I get to boot from the pxe server just fine. But when I try to install from a Linux ISO like debian or ubuntu I get network problem. You can see from the images below that I get two "network cards" when I boot from the pxe server. One with the actual network card "ens160", and one called "wired connection 1". With the actual network card, it gets assigned with an ip address but not with dns, but if I switch to the "wired connection" it gets assigned with ip address and dns. With boot from pxe i auto assign the "ens160" network card on debian and ubuntu. 

Am I missing some crucial settings in my dnsmaq config file? Or is this a bug with iventoy running with external dhcp server? I am running iventoy-1.0.09 on debian but I also tried this on windows.


RE: Network problem with linux ISOs - longpanda - 07-10-2023

What about the latest 1.0.10?


RE: Network problem with linux ISOs - Gyppie77 - 07-10-2023

(07-10-2023, 11:05 AM)longpanda Wrote: What about the latest 1.0.10?

I still have the same problem with 1.0.10

(07-10-2023, 11:58 AM)Gyppie77 Wrote:
(07-10-2023, 11:05 AM)longpanda Wrote: What about the latest 1.0.10?

I still have the same problem with 1.0.10

And with the 10.0.10 version, it seems like there is a bug with debian about finding the iso


RE: Network problem with linux ISOs - longpanda - 07-10-2023

Does 1.0.09 boot debian OK ?


RE: Network problem with linux ISOs - longpanda - 07-10-2023

When in your last debian error screen, press Ctrl+Alt+F2 to enter console and run cat /ventoy/log


RE: Network problem with linux ISOs - Gyppie77 - 07-10-2023

(07-10-2023, 12:40 PM)longpanda Wrote: Does  1.0.09 boot debian OK ?

Yes, it booted ok in 10.0.09. Now I cant get past setting up keyboard. It's where it fails.
Attached screenshot of log.


RE: Network problem with linux ISOs - longpanda - 07-10-2023

From the log, iVentoy run dhclient ens160 to get ip address from the DHCP server.
But it can not ping 10.10.8.86.
So after Ctrl+Alt+F2, please run ifconfig or ip address command to see whether it get correct ip address.


RE: Network problem with linux ISOs - Gyppie77 - 07-10-2023

it doesn't seems like it gets an ip address.


RE: Network problem with linux ISOs - longpanda - 07-11-2023

Try this debug version:
https://e.pcloud.link/publink/show?code=kZ8wafZpMFaOUmDzg4SSjsQWsefSkKgI2h7


RE: Network problem with linux ISOs - Gyppie77 - 07-11-2023

(07-11-2023, 02:08 PM)longpanda Wrote: Try this debug version:
https://e.pcloud.link/publink/show?code=kZ8wafZpMFaOUmDzg4SSjsQWsefSkKgI2h7

It works fine now with debian and ubuntu. I tested win x64 and linux binaries.  Smile