From owner-freebsd-questions@FreeBSD.ORG Sat Aug 27 20:06:52 2005 Return-Path: X-Original-To: freebsd-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 A12E816A41F for ; Sat, 27 Aug 2005 20:06:52 +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 66F6643D49 for ; Sat, 27 Aug 2005 20:06:52 +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 j7RK6oli000813 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 27 Aug 2005 13:06:51 -0700 X-MailKey: purple frogs are falling from the sky Message-Id: <6.2.3.4.2.20050827125557.05abd7d0@cobalt.antimatter.net> X-Mailer: QUALCOMM Windows Eudora Version 6.2.3.4 Date: Sat, 27 Aug 2005 13:06:52 -0700 To: rsh.lists@comcast.net, freebsd-questions@freebsd.org From: Glenn Dawson In-Reply-To: <431064F5.2020508@comcast.net> References: <431064F5.2020508@comcast.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Re: boot problem (stage 2 boot?) 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: Sat, 27 Aug 2005 20:06:52 -0000 At 06:04 AM 8/27/2005, Sean wrote: >Just installed on a new system and I am unable to boot. > >Currently when that system boots it comes up with what looks like >the following example from the handbook > > >> FreeBSD/i386 BOOT >Default: 0:ad(0,a)/kernel >boot: > >from my reading this is a boot2 stage > >booting from cd and going into Fixit it fdisk shows partition 1, 2, >and 3 unused, and Freebsd is on partition 4. >I thought it should be on partition 1? How did you arrange the file systems when you installed. Did you use the defaults, or your own layout? The defaults would have given you 5 partitions inside of the first slice. For example: ad0s1a - / ad0s1b - swap ad0s1d - /var ad0s1e - /tmp ad0s1f - /usr Did you not use the 'a' partition for your root file system? Second stage boot code only knows how to find third stage on the 'a' partition. More details on your installation would help in trying to figure out what the problem is. -Glenn >Note: on install I choose the Standard boot manager. > >I have tried playing with fdisk and disklabel to try to cure this >problem, but continually get the example shown above. >With none of the above efforts working I have tried changing the >boot manager and no luck, both by reinstalling and just by using >sysinstall to modify the boot manager.I did get F1 FreeBSD when >trying the FreeBSD boot manager option, but it still did not start the system. > > >Thanks >Sean >_______________________________________________ >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"