Menu

clonezilla with dhcp server on windows 2003

Help
patrice
2008-10-29
2013-04-05
  • patrice

    patrice - 2008-10-29

    hello,
    I want to use clonezilla with a windows 2003 dhcp server. For this I configure the dhcp server with some options
    066 (TFTP Boot Server Host Name) ->the IP of my clonezilla server
    067 (Bootfile Name) -> pxelinux.0

    I stop the dhcp server on clonezilla server -> /etc/dhcp-server stop

    I modify /etc/exports like this

    # Generated by DRBL at 13:03:18 2008/10/24
    /tftpboot/node_root 10.0.0.0/24(ro,sync,async,no_root_squash,subtree_check)
    /usr 10.0.0.0/24(ro,sync,async,no_root_squash,subtree_check)
    /opt 10.0.0.0/24(ro,sync,async,no_root_squash,subtree_check)
    /home 10.0.0.0/24(rw,sync,async,no_root_squash,no_subtree_check)
    /var/spool/mail 10.0.0.0/24(rw,sync,async,root_squash,no_subtree_check)

    I restart nfs-common -> /etc/init.d/nfs-common restart

    ...and it doesn't work. I get the graphical PXELinux menu for the client. But after, I get fatal error "failed to mount root file system"... I think that the problem come from the client want to get Ip adress from DHCP server with name is drbl. but i don't know how change this.
    What is the issue?
    thanks for your help

    I precise that when I work with the dhcp server from clonezilla, all work well. but in my company, I can't do like this.

     
    • Steven Shiau

      Steven Shiau - 2008-10-30

      You can force to suppress that by:
      /opt/drbl/sbin/mknic-nbi --check-server-name  n

      For more info, please check:
      /opt/drbl/sbin/mknic-nbi --help

       

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.