LTSPMultiboot

Revision 2 as of 2006-04-21 13:23:16

Clear message

== This page describes the steps needed to setup PXE network booting as well as local disk booting==

Using the below method instead of the PXE clients booting straight off the network, the user is displayed a message and is allowed to choose whether to boot from the network or from the local hard drive. In this way, establishments how already have machines setup with local disk booting, can utilise both systems without having to modify anything on the client HDD.

We need to first edit the pxelinux.cfg/default file to incorporate the choices for booting. The syntax is similar to lilo's configuration. More information can be found at http://syslinux.zytor.com/faq.php#config Syslinux. First take a look at the configuration below and we will break it down line by line.

DEFAULT localboot
TIMEOUT 50
PROMPT 1
DISPLAY display.msg

LABEL linux
   KERNEL vmlinuz
   APPEND ro initrd=initrd.img quiet splash

LABEL localboot
   LOCALBOOT 0

==============================================================================

                 Welcome to St George Multiboot System (SGMS)

                     The system will start in 5 seconds...

        for linux users type :  linux 
        at the boot: prompt and press <enter>

==============================================================================