From owner-freebsd-ppc@FreeBSD.ORG Sun Nov 6 23:35:07 2005 Return-Path: X-Original-To: freebsd-ppc@freebsd.org Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DEEA216A420 for ; Sun, 6 Nov 2005 23:35:07 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from cayenne.onthenet.com.au (cacheflow.OntheNet.com.au [203.22.124.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 49FB043D6B for ; Sun, 6 Nov 2005 23:35:04 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from [203.144.17.160] (CPE-203-144-17-160.dsl.OntheNet.net [203.144.17.160]) by cayenne.onthenet.com.au (Postfix) with ESMTP id 8E7A27590CE; Mon, 7 Nov 2005 09:35:02 +1000 (EST) Message-ID: <436E9342.4030103@freebsd.org> Date: Mon, 07 Nov 2005 09:35:30 +1000 From: Peter Grehan User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041016 X-Accept-Language: en-us, en MIME-Version: 1.0 To: =?UTF-8?B?IkFydW4gU2hhcm1hICjgpIXgpLDgpYHgpKMpIg==?= References: <436E7EA6.7020501@sharma-home.net> In-Reply-To: <436E7EA6.7020501@sharma-home.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ppc@freebsd.org Subject: Re: Booting FreeBSD after first boot X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Nov 2005 23:35:08 -0000 Hi Arun, > As suggested in the release notes, I used: > 0 > boot cd:,\boot\loader hd:xx > > to boot FreeBSD 6.0 the first time. But I'd like to boot FreeBSD without > the CD. Since OF can't boot from UFS2, I created a small (1GB) HFS > partition using the Apple disk utility. > > Now, how do I transfer /boot/loader into that partition, so that I can > boot FreeBSD without using a CD? I guess I dual-boot all my machines and copy the file into '/' from the CD when in OSX. And then it's 0 > boot hd:loader hd:xx > Any other suggestions on how to boot FreeBSD on a Mac? For an automatic boot, you have to create a CHRP bootscript (an XML text file) that will reside on the HFS partition. There's been a bit of discussion about this on the list e.g. see: http://docs.freebsd.org/cgi/mid.cgi?4352E005.4040203 later, Peter.