- Goals
- User guide
- Classlib developers guide
- Developer guide
- Tester guide
- Porting guide
- Blogs
- Project development
- Glossary
- Proposals
- FAQ
- Papers & presentations
- References
- Research
NIC-based network boot
To boot JNode from the network, you will need a bootable network card, a DHCP/BOOTP and TFTP server setup.
- Set the TFTP base directory to <JNode dir>/all/build/x86/netboot
- Set the boot file to nbgrub-<card> where <card> is the card you are using
- Set DHCP option 150 to (nd)/menu-nb.lst
- Printer-friendly version
- Login to post comments
DHCP configuration
Here are the DHCP settings needed for a GRUB network boot:
Option 66 = IP address of TFTP server (for GRUB boot file)
Option 67 = GRUB boot file, i.e. nbgrub-<card>
Option 150 = GRUB config file, i.e. (nd)/menu-nb.lst
nextServer/bootstrapServer = IP address of TFTP server (for JNode loader, jnodesys.gz)
What means the last line ?
is the last line an Option (which number ?) ? What means the comment between parenthesis ?
Fabien
what servers can I use?
Can you give me an example of some software that I can use as a DHCP/BOOTP server? are there free ones that work?
you can use tftp32
your can use tftp32
Fabien