From owner-freebsd-current@FreeBSD.ORG Thu Jul 21 04:51:34 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7270C16A41F for ; Thu, 21 Jul 2005 04:51:34 +0000 (GMT) (envelope-from thierry@herbelot.com) Received: from postfix3-2.free.fr (postfix3-2.free.fr [213.228.0.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0DF643D45 for ; Thu, 21 Jul 2005 04:51:31 +0000 (GMT) (envelope-from thierry@herbelot.com) Received: from herbelot.dyndns.org (bne75-4-82-227-159-103.fbx.proxad.net [82.227.159.103]) by postfix3-2.free.fr (Postfix) with ESMTP id 9C6D1C006 for ; Thu, 21 Jul 2005 06:51:30 +0200 (CEST) Received: from diversion.herbelot.nom (diversion.herbelot.nom [192.168.2.6]) by herbelot.dyndns.org (8.13.3/8.13.3) with ESMTP id j6L4pJFb015270; Thu, 21 Jul 2005 06:51:23 +0200 (CEST) From: Thierry Herbelot To: freebsd-current@freebsd.org Date: Thu, 21 Jul 2005 06:51:09 +0200 User-Agent: KMail/1.8.1 References: <42DED645.5020602@reidel.info> In-Reply-To: <42DED645.5020602@reidel.info> X-Warning: Windows can lose your files X-Op-Sys: Le FriBi de la mort qui tue X-Org: TfH&Co X-MailScanner: Found to be clean MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200507210651.12163.thierry@herbelot.com> Cc: Subject: Re: Two FreeBSD slices, 32bit and 64bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: thierry@herbelot.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jul 2005 04:51:34 -0000 Le Thursday 21 July 2005 00:55, Mark Daniel Reidel a écrit : > Hello, > > I bought an athlon64 processor recently and everything went just fine > using my old installation of FreeBSD in 32bit mode. > Then I decided to give amd64 a try, deleted some unneeded linux-slices > and created a new FreeBSD slice with a single partition. The current > layout looks like this: > > Device Boot Start End Blocks Id System > /dev/ad2s1 * 1 7 56196 6 FAT16 > /dev/ad2s2 8 20 104422+ 83 Linux > /dev/ad2s3 21 3668 29302560 a5 FreeBSD > /dev/ad2s4 3669 14593 87755062+ 5 Extended > /dev/ad2s5 3669 9812 49351648+ a5 FreeBSD > /dev/ad2s6 9813 14592 38395318+ 7 HPFS/NTFS > Hello, I don't think booting FreeBSD from an /extended/ partition is really supported : FreeBSD must boot from a primary partition. You could create more partitions in ad2s3 (ad2s3d, for example) and install 64-bit FreeBSD in ad2s3d, then use grub to select the FreeBSD version : title FreeBSD 32bits root (hd1,2,a) kernel /boot/loader title FreeBSD 64bits root (hd1,2,d) kernel /boot/loader Just use the tools are they are meant to be ;-) Cheers TfH PS : this post does not really belong in -current - you may have better luck on -questions.