From owner-freebsd-current Fri Nov 22 23:46:21 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA14085 for current-outgoing; Fri, 22 Nov 1996 23:46:21 -0800 (PST) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id XAA14080 for ; Fri, 22 Nov 1996 23:46:20 -0800 (PST) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <16151(2)>; Fri, 22 Nov 1996 23:45:48 PST Received: by crevenia.parc.xerox.com id <177557>; Fri, 22 Nov 1996 23:45:40 -0800 From: Bill Fenner To: current@freebsd.org Subject: Re: 2.2-ALPHA install failure Message-Id: <96Nov22.234540pst.177557@crevenia.parc.xerox.com> Date: Fri, 22 Nov 1996 23:45:25 PST Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I forgot that the partition table was probably wrong, too. I ran fdisk from the fixit floppy, and sure enough, it said 2 million tracks, 1 head, 1 sector per track. So I tried to edit it, and experienced some awfully confusing fdisk behavior. I entered 109 sector/track, 4 heads, 4839 cylinders. I said "no" to manually setting the start/end of the partition, and it made the start 0/1/0 and the end something like 735/36/0. Seems to me that since the partition is the whole disk, the end should be at least 1023/... In any case, after writing the partition table twice (the first time, for some reason, when I re-checked it it was back to 1/1.), I was able to boot my new drive (yay!). However, fdisk now says: ******* Working on device /dev/sd2 ******* parameters extracted from in-core disklabel are: cylinders=58606 heads=1 sectors/track=36 (36 blks/cyl) Figures below won't work with BIOS for partitions not in cyl 1 parameters to be used for BIOS calculations are: cylinders=58606 heads=1 sectors/track=36 (36 blks/cyl) Warning: BIOS sector numbering starts with sector 1 Information from DOS bootblock is: The data for partition 0 is: sysid 165,(FreeBSD/NetBSD/386BSD) start 0, size 2109840 (1030 Meg), flag 80 beg: cyl 0/ sector 1/ head 0; end: cyl 743/ sector 36/ head 0 The data for partition 1 is: The data for partition 2 is: The data for partition 3 is: This is nothing like what I told it, but since it appears to work I'm not going to worry about it for now, unless someone tells me that it's something to worry about. This whole thing is a total mess. Bill