From owner-freebsd-ppc@freebsd.org Tue Apr 12 19:36:03 2016 Return-Path: Delivered-To: freebsd-ppc@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 330CFB0C19E for ; Tue, 12 Apr 2016 19:36:03 +0000 (UTC) (envelope-from rleigh@codelibre.net) Received: from auth.a.painless.aa.net.uk (a.painless.aa.net.uk [IPv6:2001:8b0:0:30::51bb:1e33]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EE32A10EF for ; Tue, 12 Apr 2016 19:36:02 +0000 (UTC) (envelope-from rleigh@codelibre.net) Received: from 182.155.187.81.in-addr.arpa ([81.187.155.182] helo=[192.168.1.219]) by a.painless.aa.net.uk with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.77) (envelope-from ) id 1aq46P-0000tV-HI for freebsd-ppc@freebsd.org; Tue, 12 Apr 2016 20:35:59 +0100 To: FreeBSD PowerPC ML From: Roger Leigh Subject: Booting a new kernel after "make installkernel" Message-ID: <570D4E09.1000700@codelibre.net> Date: Tue, 12 Apr 2016 19:35:37 +0000 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Painless-Spam-Score: -4.0 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Apr 2016 19:36:03 -0000 Hi folks, Sorry for the awfully naive question, but I've tried on several occasions to build world using the instructions here: https://www.freebsd.org/doc/en/books/handbook/makeworld.html They work fine on amd64, but on powerpc I'm always left with an unbootable system. It looks like it can't load or boot the kernel. I've not customised anything; I've been trying to build 10.x-stable. My previous experience was on Debian which required running yaboot to update the Open Firmware bootloader configuration. Are there any additional steps required on FreeBSD/powerpc which aren't in the generic instructions? Thanks all, Roger