From owner-freebsd-hackers@FreeBSD.ORG Mon Jun 6 15:48:58 2005 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E388F16A41C for ; Mon, 6 Jun 2005 15:48:58 +0000 (GMT) (envelope-from joseph.koshy@gmail.com) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81CE443D1D for ; Mon, 6 Jun 2005 15:48:58 +0000 (GMT) (envelope-from joseph.koshy@gmail.com) Received: by rproxy.gmail.com with SMTP id i8so1993001rne for ; Mon, 06 Jun 2005 08:48:54 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=eeBlEt5zEKm85YvSRJ2AI54o7o4Gulm3NMvI3HmY1grFmpdVDu3a9qowGGQWUhlvzsrxQrwoNNC5Ec0JRk1BYXG2acwh7nnBK0LqxEL0fZok5H+5z6NbJf70Pl5tAUhdO9FfQSpaLvc4rvUSdXPVysYhy4HBSfLVeBgmRYtrTf4= Received: by 10.38.88.3 with SMTP id l3mr2458801rnb; Mon, 06 Jun 2005 08:48:54 -0700 (PDT) Received: by 10.38.209.31 with HTTP; Mon, 6 Jun 2005 08:48:54 -0700 (PDT) Message-ID: <84dead7205060608484edd8d88@mail.gmail.com> Date: Mon, 6 Jun 2005 21:18:54 +0530 From: Joseph Koshy To: Steven Hartland In-Reply-To: <008201c56aa5$9d2ac0a0$b3db87d4@multiplay.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <008201c56aa5$9d2ac0a0$b3db87d4@multiplay.co.uk> Cc: freebsd-hackers@freebsd.org Subject: Re: using beastie.4th to alternate boot i386 / amd64 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Joseph Koshy List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jun 2005 15:48:59 -0000 > I'm trying to get beastie.4th to allow me to select either > amd64 or i386 as my running system. I can get this to happen > from the boot loader using: > set currdev=3Ddisk1s1d > set rootdev=3Ddisk1s1d > unload > load /boot/kernel/kernel > load /boot/kernel/acpi.ko > load /boot/kernel/hptmv.ko > boot If you are looking for a way to manage i386/amd64 dual booting, the you can just interrupt the boot sequence at the=20 boot: prompt and then load /boot/loader itself from the=20 appropriate root partition. You can specify a 'default' in file /boot.config in the disk's 'a' partition. Using FORTH would allow for a nice menu though :). --=20 FreeBSD Volunteer, http://people.freebsd.org/~jkoshy