Difference between revisions of "Memtest server"
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
===Install Base server=== | ===Install Base server=== | ||
==Installing the software== | ==Installing the software== | ||
+ | Our selection is of software for this project is: syslinux, dhcp3-server, tftpd-hpa, and memtest86+. You can find these packages through the apt program. | ||
+ | |||
+ | bash ~ # apt-get install dhcp3-server tftpd-hpa memtest86+ syslinux | ||
+ | |||
==Configuration== | ==Configuration== | ||
==Testing & trouble shooting== | ==Testing & trouble shooting== |
Revision as of 17:45, 11 December 2007
Building an pxelinux memtest server
Building the system
Find a box
This step is real simple. Find a computer that will suffice it's use... If it's going to be just to run memtest, a thin, light system will work.
- You should know this step by now, but if not it's just fine.
Set the NIC of the server you are working on to boot from the network, plug into the build intranet, when pxelinux boot, choose the install base server option. When this is finished don't forget to disable that feature. If the motherboard doesn't support this then use a boot floppy with pxeboot installed.
Install Base server
Installing the software
Our selection is of software for this project is: syslinux, dhcp3-server, tftpd-hpa, and memtest86+. You can find these packages through the apt program.
bash ~ # apt-get install dhcp3-server tftpd-hpa memtest86+ syslinux