I have a problem with booting via DHCP. I have a target MS7751RSE01 board and i am trying to boot Embedded linux via dhcp. I finally got everything to be working except the error No HOSTNAME is available.
I hope you guys have some ideas about this.
Code:
#dhcpd.conf
allow bootp;
subnet 192.168.213.0 netmask 255.255.255.0 {
default-lease-time xx;
maximum-lease-time xx;
group {
host 192.168.213.216 { #this is the IP of my host. I also tried 127.0.0.0
hardware ethernet 02:00:00:00:00:33;
fixed-address 192.168.213.22;
filename "...";
option root-path "...";
}
}
Thanks everyone!

Help










