- Goals
- User guide
- Classlib developers guide
- Developer guide
- Tester guide
- Porting guide
- Blogs
- Project development
- Glossary
- Proposals
- FAQ
- Papers & presentations
- References
- Research
Booting from the network
2 options are available here
- Printer-friendly version
- Login to post comments
Boot tftp from linux
Dhcpd.conf (for ISC dhcpd 2.2) :
subnet 10.0.0.0 netmask 255.255.255.0 {
option routers 10.0.0.1;
range 10.0.0.2 10.0.0.50;
option broadcast-address 10.0.0.255;
option option-150 "(nd)/menu-nb.lst";
default-lease-time 600;
max-lease-time 7200;
# option domain-name-servers x.x.x.x, y.y.y.y;
}
inetd.conf (for atftp-0-6) :
tftp dgram udp wait nobody /usr/sbin/tcpd /usr/sbin/in.tftpd --tftpd-timeout 300
--retry-timeout 5 --maxthread 3 --verbose=5 /data/netboot
Directory /data/netboot point to the jnode directory jnode\src\all\build\x86\netboot
Boot tftp form Windows
0)You need before that have build JNODE
1)Download the server tftp : tftpd32
2)Run it
3)Configure your address ip or range (dhcpd serveur)
4)In option set : 150 (nd)/menu-nb.lst
5)On tftp setting : base dir = jnode\src-0.1.6\all\build\x86\netboot
6)And set options : PXE configuration, translate Unix file, allows '\' As Virtual root
0)Avant de commencer vous devez avoir compilé JNODE
1)Téléchargez le serveur tftp : tftpd32
2)Exécutez le.
3)Configuré votre adresse ip ou range (dhcpd serveur)
4)Dans option mettre : 150 (nd)/menu-nb.lst
5)Dans tftp setting : base dir = jnode\src-0.1.6\all\build\x86\netboot
6)Et comme options mettre : PXE configuration, translate Unix file, allows '\' As Virtual root