From owner-freebsd-questions@FreeBSD.ORG Thu Jan 18 15:59:27 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5C78216A416 for ; Thu, 18 Jan 2007 15:59:27 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id 1560613C44B for ; Thu, 18 Jan 2007 15:59:26 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id l0IFsITB046544; Thu, 18 Jan 2007 10:54:18 -0500 (EST) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id l0IFsIOw046543; Thu, 18 Jan 2007 10:54:18 -0500 (EST) (envelope-from jerrymc) Date: Thu, 18 Jan 2007 10:54:18 -0500 From: Jerry McAllister To: Jonathan Horne Message-ID: <20070118155418.GA46419@gizmo.acns.msu.edu> References: <4765.192.168.125.134.1169129512.squirrel@webmail.dfwlp.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4765.192.168.125.134.1169129512.squirrel@webmail.dfwlp.org> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: partition labeler and 6.2-powerpc X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jan 2007 15:59:27 -0000 On Thu, Jan 18, 2007 at 08:11:52AM -0600, Jonathan Horne wrote: > i realize this is not the powerpc list, but before i go and register for > yet one more email-list... > > last night i was attempting to install 6.2 on a G4 cube i have. (6.0 > would not install, it would only panic when loading the kernel from the > install disc). 6.2 seemed to make it all the way to the partition label > editor, but i could not delete the existing linux partitions. i would > like to remove those ext3 partitions, and replace them with the FreeBSD > default partition setup. when i hit D, i get a message something like > "that function is not used here right now" or something to that effect. I haven't had time to try out a 6.2 yet and don't hae that hardware anyway. But, in the part of install _before_ the actual 'partition editor' (eg bsdlabel) which would be the slice editor (eg fdisk) you have to explicitly delete those slices to have them available to be included if I recall properly. There is an option in the fdisk portion of things that says something like 'make the whole disk a single FreeBSD slice' (it might actually still say partition - some errors seem hard to get rid of). Anyway, choose that option and also chose making the slice bootable. Then go on to creating partitions. If nothing seems to work, then boot in to the fixit and do: dd if=/dev/null of=/dev/ad0 bs=512 count=65 and then start the install over again. Oh, if you are trying to save some existing slice or partition information on the drive, that won't work, but your post sounds like you are trying to make the whole disk be a FreeBSD disk. ////jerry > > can anyone on this list have any experience with powerpc freebsd? > > cheers, > jonathan > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >