From owner-freebsd-alpha@FreeBSD.ORG Sat Feb 24 16:22:44 2007 Return-Path: X-Original-To: freebsd-alpha@freebsd.org Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2285616A400 for ; Sat, 24 Feb 2007 16:22:44 +0000 (UTC) (envelope-from steven.moix@axianet.ch) Received: from mail.axianet.ch (mail.axianet.ch [212.147.68.26]) by mx1.freebsd.org (Postfix) with ESMTP id DC02513C48D for ; Sat, 24 Feb 2007 16:22:43 +0000 (UTC) (envelope-from steven.moix@axianet.ch) X-Virus-Scanned: by amavisd-new at axianet.ch Mime-Version: 1.0 (Apple Message framework v752.3) Content-Transfer-Encoding: 7bit Message-Id: <61C5538C-0560-4577-8C08-8ED99F839BA4@axianet.ch> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: freebsd-alpha@freebsd.org From: Steven Moix Date: Sat, 24 Feb 2007 16:57:24 +0100 X-Mailer: Apple Mail (2.752.3) Subject: Installing on a PC164LX X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Feb 2007 16:22:44 -0000 Hi all, I'm relatively new to FreeBSD and have a serious installation problem on my PC164 box: I can't slice/label my disk. At boot I can see that my disk is recognized (a SCSI disk on a Symbios Logic controller, nothing special here): ... da0 at sym0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-3 device da0: 20.000MB/s transfers (20.000MHz, offset 16) da0: 8761MB ... When I follow the standard FreeBSD installation procedure as explained in the handbook I simply can't initialize my disk. As I understand, there is no fdisk-step on the alpha architecture, so I should directly use disklabel to create my partitions. The problem is that my disk doesn't show up in the usual disklabel selection area...any clue why? The disk is perfectly visible on a RedHat/Gentoo Linux installation so it isn't a hardware problem. Thanks Steven