From owner-freebsd-questions@FreeBSD.ORG Sun Sep 18 08:07:49 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 82F8916A41F for ; Sun, 18 Sep 2005 08:07:49 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from cobalt.antimatter.net (cobalt.antimatter.net [69.55.224.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BAD043D46 for ; Sun, 18 Sep 2005 08:07:49 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from glenn-mobile.antimatter.net (cpe-66-27-86-22.san.res.rr.com [66.27.86.22]) (authenticated bits=0) by cobalt.antimatter.net (8.13.4/8.13.4) with ESMTP id j8I87kPN017881 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 18 Sep 2005 01:07:47 -0700 X-MailKey: purple frogs are falling from the sky Message-Id: <6.2.3.4.2.20050918005925.05d40e70@cobalt.antimatter.net> X-Mailer: QUALCOMM Windows Eudora Version 6.2.3.4 Date: Sun, 18 Sep 2005 01:07:04 -0700 To: John Do , questions@freebsd.org From: Glenn Dawson In-Reply-To: <20050918070023.83070.qmail@web35810.mail.mud.yahoo.com> References: <20050918070023.83070.qmail@web35810.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Re: Boot Loader Problem 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: Sun, 18 Sep 2005 08:07:49 -0000 At 12:00 AM 9/18/2005, John Do wrote: >Hi guys > >I still can't boot BSD :( > >I have tried everything I can and bla bla read etc etc >:( > >Here is the setup (I boot off ad0) > >ad0 - boot loader and Windows XP >ad2 slice 2 - FreeBSD Install > >Exactly from the emergency shell do I need to type to >configure the bootloader so it gives the option of >booting to ad2 slice 2? > >I have tried commands like: > >boot0cfg -B -s 5 ad0 >boot0cfg -B -s 2 ad2 > >but no change in the boot menu > >I still see no change in the menu > >It shows 2 options > >???? >Drive 1 > >Both options will boot Windows XP > >Please help thx! Output from the following commands would be most useful in helping to solve your problem. With the info you've provided so far, any suggestions would be mostly guesswork. fdisk /dev/ad0 fdisk /dev/ad2 bsdlabel /dev/ad0 bsdlabel /dev/ad2 boot0cfg -v /dev/ad0 boot0cfg -v /dev/ad2 -Glenn