From owner-freebsd-ppc@freebsd.org Sun Jul 7 08:47:43 2019 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 65D5115DF339 for ; Sun, 7 Jul 2019 08:47:43 +0000 (UTC) (envelope-from tuexen@freebsd.org) Received: from drew.franken.de (drew.ipv6.franken.de [IPv6:2001:638:a02:a001:20e:cff:fe4a:feaa]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.franken.de", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F0F2E73B32 for ; Sun, 7 Jul 2019 08:47:42 +0000 (UTC) (envelope-from tuexen@freebsd.org) Received: from mbp.fritz.box (ip4d16e760.dynamic.kabel-deutschland.de [77.22.231.96]) (Authenticated sender: macmic) by mail-n.franken.de (Postfix) with ESMTPSA id 7264E721E281C; Sun, 7 Jul 2019 10:47:38 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Subject: Re: autobooting FreeBSD on Black Bird From: Michael Tuexen In-Reply-To: <20190706230540.GA18745@lonesome.com> Date: Sun, 7 Jul 2019 10:47:37 +0200 Cc: FreeBSD PowerPC ML Content-Transfer-Encoding: 7bit Message-Id: <3D6D7913-4EFE-48EA-9A6B-3421D8D8A24F@freebsd.org> References: <0694EB91-05BD-4E98-BE6C-B1114D7DAE83@freebsd.org> <20190706181345.GB4111@lonesome.com> <9D0BD037-29F5-46CB-AF90-EE4C0572C625@freebsd.org> <20190706203613.GA11399@lonesome.com> <20190706210858.GA12978@lonesome.com> <20190706230540.GA18745@lonesome.com> To: Mark Linimon X-Mailer: Apple Mail (2.3445.104.11) X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=disabled version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mail-n.franken.de X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Jul 2019 08:47:43 -0000 > On 7. Jul 2019, at 01:05, Mark Linimon wrote: > > Now that I look at it, I see the following in the log (when > I interrupt the boot): > > [enP4p1s0f0] Processing DHCP lease response (ip: 192.160.235.178) > [enP4p1s0f0] Probing from base tftp://192.160.235.99/pxelinux.cfg/ > [enP4p1s0f0] PXE autoconfiguration failed > I do see the same: [sda1] Processing new Disk device [sda1] Parsed kboot configuration from /etc/kboot.conf [sda2] Processing new Disk device [enP4p1s0f2] Configuring with DHCP [enP4p1s0f2] Processing DHCP lease response (ip: 192.168.1.33) [enP4p1s0f2] Probing from base tftp://192.168.1.1/pxelinux.cfg/ [enP4p1s0f2] PXE autoconfiguration failed [enP4p1s0f2] Configuring with DHCP [enP4p1s0f2] Processing DHCP lease response (ip: 192.168.1.33) [enP4p1s0f2] Probing from base tftp://192.168.1.1/pxelinux.cfg/ And it seems to be continuously probing. The above log is from a couple of Minutes. > So somehow I haven't set something to tell it "you aren't going to > find pxelinux.cfg there so don't bother". Same here. That is why I think there is either a bug in Petitboot or I'm doing something wrong... Best regards Michael > > mcl