Yes, this info is valid for etherboot 5.0.7 (up to 5.0.11),
but not for the Latest Production Release 5.2.0.

How is the menuing done with 5.2.0?
For now I am using 5.0.7.

====================================================================
This is my dhcpd.conf (dhcpd3) file:

#
# Sample configuration file for ISC dhcpd for Debian
#
# $Id: dhcpd.conf,v 1.1.1.1 2002/05/21 00:07:44 peloy Exp $
#

# ====== COMMON PART =============================================#
ddns-update-style none;
option domain-name "your.domain.name";
option domain-name-servers ip-address-of-dns-servers;
option root-path        "10.1.2.89:/opt/ltsp/i386";

default-lease-time 600;
max-lease-time 7200;

#authoritative;

log-facility local7;

subnet 10.1.0.0 netmask 255.255.0.0 {
}
# ====== COMMON PART =============================================#


#====================================================================#
# Use dhcp only and use a menu to select OS to boot: IS WORKING

option ebootmagic       code 128 = string;
filename "";
option motdline1        code 184 = string;
option motdline2        code 185 = string;
option motdline3        code 186 = string;
option menudflts        code 160 = string;
option menuline1        code 192 = string;
option menuline2        code 193 = string;

# per host setup
host ws0001 {
        deny unknown-clients;
        # MAC and IP address
        hardware ethernet       00:04:75:4E:74:72;
        fixed-address           10.1.100.83;

        if substring (option vendor-class-identifier, 0, 9) =
"PXEClient" {
            filename
"/tftpboot/eb-5.0.11-3c905-combo_MOTD_IM_VCI_CBD.lzpxe";
        }
        else if substring (option vendor-class-identifier, 0, 9) =
"Etherboot" {

        option ebootmagic = E4:45:74:68:00:00;
        option vendor-encapsulated-options
3c:09:45:74:68:65:72:62:6f:6f:74:ff;
        filename        "/tftpboot/lts/vmlinuz-2.4.21-ltsp-1";
        # Timeout 3600 seconds! and default boot is LINUX_TERMINAL
          option menudflts = "timeout=3600:default=192";

        option motdline1 =
"+----------------------------------------------+";
        option motdline2 = "+  Welcome to Computer Science Labs
classroom  +";
        option motdline3 =
"+----------------------------------------------+";
        option menuline1 = "LINUX_TERMINAL
(Default):::tftpboot/lts/vmlinuz-2.4.21-ltsp-1:::";
        option menuline2 = "Boot from Hard Disc:::/dev/hda:::";
        }
}
#====================================================================#

When getting the ROM-image from www.rom-o-matic.net I used as said above
5.0.7 and enabled the following configurations to the default:
MOTD, IMAGE_MENU, REQUIRE_VCI_ETHERBOOT, CAN_BOOT_DISK.

Regards

konrad


> -----Original Message-----
> From: Wouter DeBacker [mailto:[EMAIL PROTECTED] 
> Sent: Donnerstag, 11. September 2003 09:20
> To: LTSP list
> Subject: Re: [Ltsp-discuss] Using LTSP with dhcp and boot menu
> 
> 
> The interface at the rom-o-matic website has an option to 
> include such a menu when booting either from floppy or from 
> the network card. You can even set a default choice and a 
> default waiting time before the boot continues 
> automatically.
> 
> Regards,
> Wouter DeBacker
> 
> 
> On Tuesday 09 September 2003 09:38, Hofer Konrad wrote:
> > Hi,
> >
> > I set up a LTSP server and all works fine:
> > Booting from Floppy, booting from Network.
> >
> > Now I would like to implement a menu to let
> > the user choose to either boot from Network
> > or Local Disk.
> >
> > How can this be done?
> >
> > Running Debian 2.4.21, LTSP 3.0.9, dhcp3.
> >
> > Thanks very much.
> >
> > Regards,
> >
> > Konrad Hofer
> 
> 
> 
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf 
> _____________________________________________________________________
> Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
>       https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
> For additional LTSP help,   try #ltsp channel on irc.freenode.net
> 


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to