From owner-freebsd-ppc@FreeBSD.ORG Tue Jan 22 15:40:42 2008 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B7ABF16A418 for ; Tue, 22 Jan 2008 15:40:42 +0000 (UTC) (envelope-from frasconebulk@gmail.com) Received: from el-out-1112.google.com (el-out-1112.google.com [209.85.162.181]) by mx1.freebsd.org (Postfix) with ESMTP id 86A4B13C461 for ; Tue, 22 Jan 2008 15:40:42 +0000 (UTC) (envelope-from frasconebulk@gmail.com) Received: by el-out-1112.google.com with SMTP id r27so90111ele.3 for ; Tue, 22 Jan 2008 07:40:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=922A0HRKbvb4MZw6hQfTvLoIxQC+Ee9LsUR+2BJPD/Y=; b=hrhpKeyuRb5qqXl2M38XUGLXDtYDYwnkbooTnn2bLprkFo7VJoETSnKcye4rVYmeQikhULPhtEXIkWDGy0jfmo5EFTod6ZCMXUgQrpfrlKUL3EFV2M6qX/4VKRG3fQa4gZ3UvMvwzBv9OsQtj+rgf2eniRtwq2GHiCiYvkoBB+g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=UiDSpKHVweGxBj7RbiqxcBPZVxeuWES61TlqKHPT8s8i33s4IDhc+ANA3CXoUitLzsnoFXzqDuYntjxmZChospxPr78byQfXkU59eb5B0KNyh20zr1GW1zdANMIuJa2OOF6oRuIKaLMP6G/sOwIr2i3rCEmEGSXRNli+bwlRWHI= Received: by 10.150.54.6 with SMTP id c6mr2951069yba.43.1201014797978; Tue, 22 Jan 2008 07:13:17 -0800 (PST) Received: by 10.150.133.11 with HTTP; Tue, 22 Jan 2008 07:13:17 -0800 (PST) Message-ID: <681a18e40801220713m4bf11abcx3f463d6ca3729188@mail.gmail.com> Date: Tue, 22 Jan 2008 10:13:17 -0500 From: "David Frascone" To: freebsd-ppc@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Best way to boot / install a mac? 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: Tue, 22 Jan 2008 15:40:42 -0000 I think I'm becoming an expert on installing BSD on macs now . . . I've done it many times :) But, I would like some advice from those who are also doing it: 1) Is there any alternative to 4-fingering the boot? Also, why not wipe all partitions and boot from TFTP to get the loader? Would that work? i.e. boot enet:,loader -- and then let loader somehow find the kernel / filesystems on the disk? 2) If you don't care about OS X, is there any alternative way to partition the disk? My powermac does not have a DVD drive in it, so I have to plug in a PC drive to boot off of my OS X dvd. I'd prefer to repartition more natively -- even if it means getting the loader via TFTP. Let me know what you think! -Dave