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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
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