PC-MM1-H3E has a network boot function. You should be enable NETWORK-BOOT your MURAMASA at BIOS SETUP, and prepare for the Server(DHCP-server, TFTP-server)
| TFTP Server's IP Address | 192.168.1.1 |
| Gateway IP Address | 192.168.1.11 |
| DNS Server's IP Address | 192.168.1.21 |
| MURAMASA's Wired-LAN MAC Address | aa:aa:aa:aa:aa:aa |
| MURAMASA's Wired-LAN IP Address | 192.168.1.2 |
host hostname {
hardware ethernet aa:aa:aa:aa:aa:aa;
fixed-address 192.168.1.2;
option domain-name-servers 192.168.1.21;
## for network boot
next-server 192.168.1.1;
filename "/tftpboot/pxelinux.0";
}
Please restart the dhcp daemon.
$ cd /tftpboot $ tar zxvf netboot.tar.gzPlease install the tftpd package(atftpd) to the Server. Edit configure file(/etc/inetd.conf). It is an example blow.
"tftp dgram udp wait nobody /usr/sbin/tcpd /usr/sbin/in.tftpd /tftpboot"