Quote:
|
Originally Posted by sebastienp
Here are my configuration files :
/pxeroot/etc/network/interfaces
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet dhcp
|
Try to disable interafce eth0 by removing above lines. In my case this was the solution.