From owner-freebsd-hackers@FreeBSD.ORG Fri Sep 5 15:53:57 2014 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0A4DAF51 for ; Fri, 5 Sep 2014 15:53:57 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D6C801917 for ; Fri, 5 Sep 2014 15:53:56 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id BDA51B9B1; Fri, 5 Sep 2014 11:53:55 -0400 (EDT) From: John Baldwin To: "Sinha, Prokash" Subject: Re: PXE boot Date: Fri, 5 Sep 2014 11:18:50 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.4-CBSD-20140415; KDE/4.5.5; amd64; ; ) References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-2" Content-Transfer-Encoding: 7bit Message-Id: <201409051118.50416.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Fri, 05 Sep 2014 11:53:55 -0400 (EDT) Cc: "freebsd-hackers@freebsd.org" X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Sep 2014 15:53:57 -0000 On Thursday, September 04, 2014 5:23:19 pm Sinha, Prokash wrote: > > On 9/4/14 2:22 PM, "Sinha, Prokash" wrote: > > >Yeah, something going on that I don't understand. I defined that macro, > >and for quick verify - > >make -v > >Warning: Object directory not changed from original > >/.automount/nfs.paneast.panasas.com/root/home/psinha/psinha-bug-pa/src/fre > >e > >bsd-c/sys/boot/i386/pxeldr > >cc -O2 -fno-strict-aliasing -pipe -ffreestanding > >-mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 > >-mno-sse3 -m32 -march=i386 -DALWAYS_SERIAL -c pxeldr.S > >cc -O2 -fno-strict-aliasing -pipe -ffreestanding > >-mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 > >-mno-sse3 -m32 -march=i386 -DALWAYS_SERIAL -nostdlib -m elf_i386_fbsd -N > >-e start -Ttext 0x7c00 -Wl,-S,--oformat,binary -o pxeldr pxeldr.o > >make: don't know how to make pxeboot.8. Stop > > > >==> The variable is defined and the correct flag is included in the cc ... > > > > > >But I still don't get the messages from pxe_enable or pxe_init... > > > >Need to sit back and look further... > > > >John, much appreciated for the help... Weird. Are you using COM1 at 9600? Aside from that, do you get logs of calls once interact() starts and loader.conf is parsed? -- John Baldwin