From owner-freebsd-questions@FreeBSD.ORG Thu Dec 27 12:32:46 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7734C16A421 for ; Thu, 27 Dec 2007 12:32:46 +0000 (UTC) (envelope-from nuno@fccn.pt) Received: from app03.fccn.pt (app02.fccn.pt [193.137.198.37]) by mx1.freebsd.org (Postfix) with ESMTP id C64DD13C43E for ; Thu, 27 Dec 2007 12:32:45 +0000 (UTC) (envelope-from nuno@fccn.pt) Received: from mx.anubis.local (ste [10.1.2.2]) by ste.anubis.internal (Postfix) with ESMTP id 40F6F19FC39 for ; Thu, 27 Dec 2007 12:32:43 +0000 (WET) Received: from janus (janus.corp.fccn.pt [193.136.44.31]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mx.anubis.local (Postfix) with ESMTP id 1A2841B4450 for ; Thu, 27 Dec 2007 12:32:43 +0000 (WET) From: =?iso-8859-1?Q?Nuno_Gon=E7alves?= To: Date: Thu, 27 Dec 2007 12:32:41 -0000 Message-ID: <00fe01c84884$93ba1d30$1f2c88c1@corp.fccn.pt> MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook 11 Thread-index: AchIhJJuMG+3HssyQnSz0ikpSX5lxw== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 X-Warning-Anubis: User opted out of Anti-Virus checks X-Warning-Anubis: User opted out of Anti-Spam checks X-Content-Checker: AnubisNetworks MPS Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Changing boot partition 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, 27 Dec 2007 12:32:46 -0000 Hi all, =20 I Have a FreeBSD booting ok. It=92s FSTAB is like this: #Device MountPoint FStype Options /dev/ad1s1b none swap sw /dev/ad1s1a / ufs rw /dev/acd0 /cdrom cd9660 ro,noauto /dev/ad1s2d /backup ufs rw =20 When I boot the machine the boot manager shows me F1 and F2 to boot for. F1 brings me /dev/ad1s1a OK Still I want the machine to boot to /dev/ad1s2d This partition has a backup from another FreeBSD which I want to boot. =20 To accomplish this, I need only to change FSTAB ? What changes should I do ? changing /dev/ad1s2d to /dev/ad1s2a ? I read = that a means boot root partition =20 I tried to change FSTAB to=20 #Device MountPoint FStype Options /dev/ad1s1b none swap sw #/dev/ad1s1a / ufs rw /dev/acd0 /cdrom cd9660 ro,noauto /dev/ad1s2a /backup ufs rw =20 And it hanged when I pressed F1 (could not mount the root partition :P ) =20 Could you guys give any hint ? Sorry about this questions but I am a newbie to FreeBSD =20 Thanks once again Nuno