Menu

Hangs at 'Please Wait' on my client screen

Help
Bartock
2007-11-12
2012-12-12
  • Bartock

    Bartock - 2007-11-12

    Hi ;

    If anyone can shed some light on this, please do!

    I have my server configured for Full Clonezilla Mode
    The dhcp server is on it's own network
    The PXE menu comes up and I select the item to d/l and install an image.
    It appears to load clonezilla and looks like it begins to write the image to the client.
    However, it sits at a screen 'Please Wait'

    /etc/dhcpd.conf file:

    # Generated by DRBL.
    # Do NOT modify this file unless you know what you are doing!

    default-lease-time                      300;
    max-lease-time                          300;
    option subnet-mask                      255.255.255.0;
    option domain-name-servers              192.168.xx.x;
    option domain-name                      "xxxxx.com";
    ddns-update-style                       none;
    server-name                             drbl;

    filename = "pxelinux.0";

    class "DRBL-Client" {
      match if
      (substring(option vendor-class-identifier, 0, 9) = "PXEClient") or
      (substring(option vendor-class-identifier, 0, 9) = "Etherboot") or
      (substring(option vendor-class-identifier, 0, 10) = "DRBLClient") ;
    }

    subnet 192.168.37.0 netmask 255.255.255.0 {
        option broadcast-address    192.168.37.255;
        option routers 192.168.37.7;
        next-server 192.168.37.7;

        pool {
          # allow members of "DRBL-Client";
          range 192.168.37.20 192.168.37.69;
        }
    }

    /tftpboot/nbi_img/pxelinux.cfg/default

    # Created by generate-pxe-menu! Do NOT edit unless you know what you are doing!
    # Keep those comment "MENU DEFAULT" and "MENU HIDE"! Do NOT remove them.
    # Note!!! If "serial" directive exists, it must be the first directive

    default menu.c32
    timeout 100
    prompt 0
    noescape 1
    MENU MARGIN 5
    MENU BACKGROUND drblwp.png
    # Set the color for unselected menu item and timout message
    # MENU COLOR UNSEL 7;32;41 #c0000090 #00000000
    # MENU COLOR TIMEOUT_MSG 7;32;41 #c0000090 #00000000
    # MENU COLOR TIMEOUT 7;32;41 #c0000090 #00000000

    # MENU MASTER PASSWD

    say **********************************************
    say Welcome to DRBL.
    say NCHC Free Software Labs, Taiwan.
    say http://drbl.nchc.org.tw; http://drbl.sf.net
    say **********************************************

    # Do NOT allow client to edit the parameters
    ALLOWOPTIONS 0

    # simple menu title
    MENU TITLE DRBL (http://drbl.nchc.org.tw, http://drbl.sf.net\)

    label clonezilla GlenIWS
      # MENU DEFAULT
       #MENU HIDE
      MENU LABEL Clonezilla: multicast restore PilotIWS_autoiwsuser_r1280x1024_mlinkimg_supportpath_nosshdkeys_img to disk hda
      # MENU PASSWD
      #kernel vmlinuz-pxe
      kernel vmlinuz-2.6.18-8.1.14.el5
      PilotRNIC_supportpath_vim_nosshdkeyshosts_autohostname_3Oct2007_img hda"
      append initrd=initrd-pxe.img devfs=nomount drblthincli=off selinux=0 1    ocs_opt="--language en  -g auto -p reboot --max-time-to-wait 300 --mcast-port 2232 multicast_restoredisk PilotIWS_autoiwsuser_r1280x1024_mlinkimg_supportpath_nosshdkeys_img hda"

    Perhaps I can troubleshoot this?? How would I go about doing so?

    Thanks in advance!

    Glen

     
    • Bartock

      Bartock - 2007-11-15

      Hey ;

      No big deal.

      I removed the DRBL installation and started from scratch. Probably not the recommended way of doing things, but I had a feeling that SE Linux may have been a hindrance for me, so I set it to permissive, rebooted and removed and reinstalled DRBL.

      It is happy now.

      Glen

       
      • Steven Shiau

        Steven Shiau - 2007-11-19

        Yes, if you want to use selinux, you have to make sure all the services related to drbl/clonezilla won't be blocked by selinux.

         

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.