From owner-freebsd-hardware Thu Mar 28 22:35:40 1996 Return-Path: owner-hardware Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA19094 for hardware-outgoing; Thu, 28 Mar 1996 22:35:40 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id WAA19086 Thu, 28 Mar 1996 22:35:35 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id RAA07131; Fri, 29 Mar 1996 17:34:05 +1100 Date: Fri, 29 Mar 1996 17:34:05 +1100 From: Bruce Evans Message-Id: <199603290634.RAA07131@godzilla.zeta.org.au> To: Brett_Glass@ccgate.infoworld.com, gibbs@freefall.freebsd.org Subject: Re: Cannot boot after install Cc: freebsd-hardware@FreeBSD.org, jkh@FreeBSD.org Sender: owner-hardware@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk >Partitioning with DOS does get rid of the geometry rejection problem. >(Though, for some reason, fdisk sets the geometry to 1/1/1 as I partition >and I have to reset it. This is apparently a bug.) However, I still had I've seen this before (sysinstall or libdisk creates an invalid partition table with an ending C/H/S values of 1023/1/1 or something like that) but don't have any free disks to duplicate it on now. I tried sysinstall on a sliced floppy. This used to sort of work, but now sysinstall dumps core writing the partition table. Also, sysinstall no longer sort of works when run by non-root - keyboard input isn't recognised. Also, the libdisk tags got lost when libdisk was moved to /usr/src/lib. Bruce