Tagged Questions
1
vote
1answer
392 views
pxe boot: problems with /etc/resolv.conf
I'm pxe booting a node (Ubuntu 11.10). The image of the node is created with debootstrap. Works great. Everything is loaded. When I login to the node I see that /etc/resolv.conf is empty. In the base ...
2
votes
1answer
424 views
How to configure DHCP so that boot is completed even without a DHCP server?
I have configured /etc/network/interface like this:
auto lo eth0
iface lo inet loopback
iface eth0 inet dhcp
But when a lease cannot be obtained, the booting is not completed. Is it possible to ...