From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 9367 invoked from network); 10 Mar 2021 17:25:01 -0000 Received: from 1ess.inri.net (216.126.196.35) by inbox.vuxu.org with ESMTPUTF8; 10 Mar 2021 17:25:01 -0000 Received: from duke.felloff.net ([216.126.196.34]) by 1ess; Wed Mar 10 12:21:09 -0500 2021 Message-ID: <0BEAEA67139CE537F0AE008DC06176FA@felloff.net> Date: Wed, 10 Mar 2021 18:20:58 +0100 From: cinap_lenrek@felloff.net To: 9front@9front.org In-Reply-To: <1E99B6ED-4755-46ED-B0D1-242E3180E894@me.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: scripting hosting core solution Subject: Re: [9front] PXE booting Rpi Reply-To: 9front@9front.org Precedence: bulk you need to add this attribute to the host tuple: vendor="Raspberry Pi Boot" (listed in dhcpd(8) and ndb(8) manpages) for bootf=, i think you need to specify bootcode.bin, the bootcode then will construct a tftp path that includes the mac address to fetch cmdline.txt and the kernel (and all the other files that you would normally stash on the sd card). -- cinap