PXE boots Acronis server
I'm try to boot Gentoo using PXE, but it always boots Acronis PXE Server. Master computer running dhcp server only, tftpd and nfs are stopped. Simple dhcpd.conf:
ddns-update-style none;
option routers 192.168.1.50;
option domain-name-servers 192.168.1.50;
option domain-name "mydomain.com";
next-server 192.168.1.50;
subnet 192.168.0.0 netmask 255.255.0.0 {
host slave40 {
hardware ethernet 00:10:F3:38:49:A7;
fixed-address 192.168.210.40;
}
}
How to prevent it from loading Acronis and load linux kernel? Thanks
Slave has HDD with Gentoo Linux. The final goal is to boot without any HDD usage add dd slave's HDD with img-file.
Last edited by WoldemarShiPa; 12-05-2014 at 05:10 AM.
|