NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: port-alpha/48697: Sysinst compute illegal disk geometry and newfs is bound to fail.
The following reply was made to PR port-alpha/48697; it has been noted by GNATS.
From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: port-alpha/48697: Sysinst compute illegal disk geometry and newfs
is bound to fail.
Date: Wed, 2 Apr 2014 17:04:36 +0200
On Wed, Apr 02, 2014 at 02:50:00PM +0000, nullnilaki%gmail.com@localhost wrote:
> I have Tru64 UNIX installed HDD.
> After that, I went to install NetBSD/alpha.
> Sysinst compute illegal disk geometry and newfs is bound to fail.
Can you please boot into sysinst, then use the Utilities menu to start
a shell and show us the output of
disklabel sd0
?
I suppose the Tru64 installation left something on the disk that we
misinterpret - and sysinst needs to validate and clean that.
If you want a quick workaround: after copying the disklabel output for this
ticket, do something like this to clear the start of your hard disk:
dd if=/dev/zero of=/dev/rsd0c count=200
and reboot. I guess sysinst will work then (but this may fail due to label
sector write protection).
Thanks,
Martin
Home |
Main Index |
Thread Index |
Old Index