From owner-freebsd-questions Sat Oct 14 3:36:27 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail-2.sjc.telocity.net (mail-2.sjc.telocity.net [216.227.56.42]) by hub.freebsd.org (Postfix) with ESMTP id 3F7BC37B66D for ; Sat, 14 Oct 2000 03:36:24 -0700 (PDT) Received: from zoso (dsl-216-227-91-85.telocity.com [216.227.91.85]) by mail-2.sjc.telocity.net (8.9.3/8.9.3) with SMTP id DAA27800; Sat, 14 Oct 2000 03:32:54 -0700 (PDT) From: "Otter" To: "Todd Mortensen" , Subject: RE: pxeboot automated installs. Date: Sat, 14 Oct 2000 06:40:42 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-reply-to: <971484872.39e7aec8e7613@mail.thisisa.com> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Todd, Check out http://people.freebsd.org/~alfred/pxe/ -Otter }-----Original Message----- }From: owner-freebsd-questions@FreeBSD.ORG }[mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of }Todd Mortensen }Sent: Friday, October 13, 2000 8:55 PM }To: freebsd-questions@FreeBSD.ORG }Subject: pxeboot automated installs. } } } }I am trying to use the pxeboot loader in freebsd to do }automated installes. } }I have everything setup and working as far as tftp and isc-dhcpd. } }I have also found the make file in sys/boot/i386/loader and }have tried setting }pxe to nfs and to tftp. I would prefer to get it to work on }the default }setting of nfs if possible. } }Upon boot of any pxe machines they get a dhcp address. Then }tftp the pxeboot }file. After this btx takes over and the last message I get }is where it should }start getting the files off of the nfs server. like the }kernel. But the }messages I see are this. } }bootp: no reply }pxe_open: server addr: 0.0.0.0 }pxe_open: server path: /pxeroot }pxe_open: gateway ip: 0.0.0.0 } }Here is what my dhcpd.conf file looks like. } }option domain-name "thisisa.net"; }option subnet-mask 255.255.255.0; }option broadcast-address 10.255.255.255; }option domain-name-servers 10.255.255.3; }filename "pxeboot"; }server-identifier 10.255.255.3; }server-name "portal"; }default-lease-time 7200; }max-lease-time 7200; }subnet 10.255.255.0 netmask 255.255.255.0 { } option root-path "/usr/releng4"; } server-name "portal"; } option domain-name-servers 10.255.255.3; } filename "pxeboot"; } next-server 10.255.255.3; } range 10.255.255.30 10.255.255.230; } } }subnet 192.168.200.0 netmask 255.255.255.0 { } not authoritative; }} } }I have also tried this with a dynamic bootp range. } }I have only been able to get the pxe_open messages to change }its path by hand }editing the /usr/src/sys/boot/i386/libi386/pxe.h file and }changeing the static }value of /pxeroot to what I want. } }I still have not been able to change the server address from 0.0.0.0 } }Any experience anyone has with useing the intel pxe boot }loader would be }awesome, the pxe version on the motherboard is v 0.96 } } }Thanks. } } }To Unsubscribe: send mail to majordomo@FreeBSD.org }with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message