From owner-freebsd-alpha@FreeBSD.ORG Thu May 19 20:12:55 2005 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DB1D16A4F2 for ; Thu, 19 May 2005 20:12:55 +0000 (GMT) Received: from smtp-vbr15.xs4all.nl (smtp-vbr15.xs4all.nl [194.109.24.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9CDF43DBD for ; Thu, 19 May 2005 20:12:53 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) j4JKCqCO057240; Thu, 19 May 2005 22:12:52 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.13.3/8.13.1) with ESMTP id j4JKCqTw074961; Thu, 19 May 2005 22:12:52 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.13.3/8.13.1/Submit) id j4JKCqna074960; Thu, 19 May 2005 22:12:52 +0200 (CEST) (envelope-from wb) Date: Thu, 19 May 2005 22:12:52 +0200 From: Wilko Bulte To: Ulrich Spoerlein Message-ID: <20050519201252.GB74865@freebie.xs4all.nl> References: <20050519200556.GA3994@galgenberg.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050519200556.GA3994@galgenberg.net> X-OS: FreeBSD 5.4-STABLE User-Agent: Mutt/1.5.9i X-Virus-Scanned: by XS4ALL Virus Scanner cc: alpha@FreeBSD.org Subject: Re: Can't label anything from within sysinstall X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 May 2005 20:12:55 -0000 On Thu, May 19, 2005 at 10:05:56PM +0200, Ulrich Spoerlein wrote.. > Hello folks, > > I have access to an Alpha 164SX now and tried to install 5.4 RELEASE > onto it. I hooked up an IDE drive and the install is booted from a SCSI > CDROM hooked up to an Adaptec 2940UW controller. > > Everything is coming up fine, however, choosing a standard install > represents me with the disk label editor and there are no disks from > which I can choose. > > I did hook up a very old SCSI disk and was presented with a choice > between ad0 and da0, but the label editor was just as empty. > > Just like this > FreeBSD Disklabel Editor > > Part Mount Size Newfs Part Mount Size Newfs > ---- ----- ---- ----- ---- ----- ---- ----- > > > The following commands are valid here (upper or lower case): > C = Create D = Delete M = Mount pt. > N = Newfs Opts Q = Finish S = Toggle SoftUpdates Z = Custom Newfs > T = Toggle Newfs U = Undo A = Auto Defaults R = Delete+Merge > > Use F1 or ? to get more help, arrow keys to select. > > pressing some buttons then resulted in a signal 11 when I hit 'R' > > qqqqqqqqqqqqqqqqqqqqqqqqqqq Message qqqqqqqqqqqqqqqqqqqqqqqqqqq > A signal 11 was caught - I'm saving what I can and shutting > down. If you can reproduce the problem, please turn Debug on > in the Options menu for the extra information it provides > in debugging problems like this. > qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq(100%)qq > [ OK ] > > running bsdlabel from the fixit shell worked just as it is supposed to, > but I had to > export EDITOR=/dist/rescue/vi > and the '*' special keyword works perfectly for offset, but not for > size. It will give a partition extends past end of unit error. > > However, I can't set any mountpoints and I don't want to install by > hand. So, what's up with sysinstall? Horribly broken? Have you tried zero-ing the disk first? I have test-installed 5.4 test builds on my 164sx multiple times using a serial console without problems. -- Wilko Bulte wilko@FreeBSD.org