From owner-freebsd-questions Mon Jul 22 13:11:19 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA03086 for questions-outgoing; Mon, 22 Jul 1996 13:11:19 -0700 (PDT) Received: from soda.CSUA.Berkeley.EDU (soda.CSUA.Berkeley.EDU [128.32.43.52]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id NAA03064; Mon, 22 Jul 1996 13:11:10 -0700 (PDT) Received: (from richardc@localhost) by soda.CSUA.Berkeley.EDU (8.6.12/8.6.12) id NAA20832; Mon, 22 Jul 1996 13:11:04 -0700 Date: Mon, 22 Jul 1996 13:11:02 -0700 (PDT) From: Veggy Vinny To: Joerg Wunsch cc: current@FreeBSD.ORG, questions@FreeBSD.ORG Subject: Re: bootstrap In-Reply-To: <199607220624.IAA04045@uriah.heep.sax.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, 22 Jul 1996, J Wunsch wrote: > As Veggy Vinny wrote: > > > How do I regenerate the bootstrap for the FreeBSD partition? Thanks. > > P.S. I'm using -current.. > > disklabel -B sd0 > > (But you certainly meant ``FreeBSD slice'', right? :) Just tried it as disklabel -B wd0 but no luck... I'm using a Western Digital WDAC31600 Caviar EIDE HD in LBA mode under -current and in the Booteasy menu, when I hit F2 for FreeBSD, it just redisplays the Booteasy menu again in a loop..... Is there a way I can fix this? Here is my fdisk wd0 output: root@bigbang [1:06pm][/usr/home/vince] >> fdisk wd0 ******* Working on device /dev/rwd0 ******* parameters extracted from in-core disklabel are: cylinders=3148 heads=16 sectors/track=63 (1008 blks/cyl) Figures below won't work with BIOS for partitions not in cyl 1 parameters to be used for BIOS calculations are: cylinders=3148 heads=16 sectors/track=63 (1008 blks/cyl) Warning: BIOS sector numbering starts with sector 1 Information from DOS bootblock is: The data for partition 0 is: sysid 6,(Primary 'big' DOS (> 32MB)) start 63, size 1031121 (503 Meg), flag 0 beg: cyl 0/ sector 1/ head 1; end: cyl 785/ sector 63/ head 15 The data for partition 1 is: sysid 165,(FreeBSD/NetBSD/386BSD) start 1031184, size 2142000 (1045 Meg), flag 0 beg: cyl 785/ sector 1/ head 0; end: cyl 785/ sector 63/ head 15 The data for partition 2 is: The data for partition 3 is: Vince