I have a DRBL server installed.

When the PXE boot statrs, the DRBL menu has 3 options 1. DRBL Load 2. Local OS if exists 3. Memory test.

The first option fires after 5 seconds, however, I would like to change it, so the default option will be the: Local OS. This is to prevent of users loading a DRBL OS by mistake.

How can I do that please?

link|improve this question

61% accept rate
feedback

1 Answer

up vote 0 down vote accepted

I have received my answer from DRBL Forum

In the file

/tftpboot/nbi_img/pxelinux.cfg/default

are the settings to do this. (Note: if line begins with # that means it's commented out)

drbl is the default

label drbl
 MENU DEFAULT

change it

label drbl
#  MENU DEFAULT

then uncomment

label local
  MENU DEFAULT
  MENU HIDE
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.