From owner-freebsd-sparc64@FreeBSD.ORG Wed Jan 11 16:04:10 2006 Return-Path: X-Original-To: freebsd-sparc64@freebsd.org Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E2C2616A41F for ; Wed, 11 Jan 2006 16:04:10 +0000 (GMT) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (newtrinity.zeist.de [217.24.217.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E32D43D45 for ; Wed, 11 Jan 2006 16:04:10 +0000 (GMT) (envelope-from marius@newtrinity.zeist.de) Received: from newtrinity.zeist.de (localhost [127.0.0.1]) by newtrinity.zeist.de (8.12.11/8.12.11/ZEIST.DE) with ESMTP id k0BG48NL048345; Wed, 11 Jan 2006 17:04:08 +0100 (CET) (envelope-from marius@newtrinity.zeist.de) Received: (from marius@localhost) by newtrinity.zeist.de (8.12.11/8.12.10/Submit) id k0BG43ur048344; Wed, 11 Jan 2006 17:04:03 +0100 (CET) (envelope-from marius) Date: Wed, 11 Jan 2006 17:04:03 +0100 From: Marius Strobl To: Nicholas Riley Message-ID: <20060111170403.B42977@newtrinity.zeist.de> References: <20060103013246.GB34161@uiuc.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20060103013246.GB34161@uiuc.edu>; from njriley@uiuc.edu on Mon, Jan 02, 2006 at 07:32:46PM -0600 X-AntiVirus-modified: yes X-AntiVirus: checked by AntiVir Milter (version: 1.1.2-1; AVE: 6.33.0.27; VDF: 6.33.0.114; host: newtrinity.zeist.de) Cc: freebsd-sparc64@freebsd.org Subject: Re: NFS install writability on Netra t1 105 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jan 2006 16:04:11 -0000 On Mon, Jan 02, 2006 at 07:32:46PM -0600, Nicholas Riley wrote: > Hi, > > I'm trying to install FreeBSD 6.0-RELEASE on a Netra t1 105 over the > network (the machine has no CD-ROM). I've set up RARP, TFTP, DHCP and > NFS servers, and get to the point that FreeBSD is booting from the > NFS-mounted installation CD. The NFS server is Mac OS X Server 10.4.3. > <...> > Tue Jan 3 01:21:48 UTC 2006 > ?Jan 3 01:21:49 > FreeBSD/sparc64 (Amnesiac) (ttyu0) > > login: Jan 3 01:21:49 getty[397]: open /dev/ttyv2: No such file or directory > > At this point I tried logging in as root and running sysinstall, which > barfs trying to write various files or access the network. > > I imagine I'm doing something wrong, but I can't see what. Any advice > would be appreciated. > Sysinstall(8) doesn't work for installing FreeBSD on a hard disk when it's not used in place of init(8). AFAIK that's a MI "feature" of sysinstall(8). I'm not sure whether it'll work if you copy /stand/sysinstall to /sbin/init in the NFS-root. What should work for doing a netbooted install however is either extract the El Torito boot image from the ISO image and netboot the former or netboot your existing setup, label the hard disk using sunlabel(8), write the miniroot.ufs from the FTP install bits to the swap-partition of the hard disk using dd(1) and then boot the machine from the swap-partition. Marius -- This mail was scanned by AntiVir Milter. This product is licensed for non-commercial use. See www.antivir.de for details.