From owner-freebsd-questions@FreeBSD.ORG Wed May 13 19:19:30 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9064B1065678 for ; Wed, 13 May 2009 19:19:30 +0000 (UTC) (envelope-from saifi.khan@twincling.org) Received: from s217.sureserver.com (s217.sureserver.com [203.194.200.22]) by mx1.freebsd.org (Postfix) with ESMTP id BFF8F8FC1D for ; Wed, 13 May 2009 19:19:28 +0000 (UTC) (envelope-from saifi.khan@twincling.org) Received: (qmail 2716 invoked by uid 1002); 13 May 2009 19:19:26 -0000 Received: from unknown (HELO ?10.10.10.9?) (saifi.khan@twincling.org@59.92.188.48) by s217.sureserver.com with ESMTPA; 13 May 2009 19:19:26 -0000 Date: Thu, 14 May 2009 00:52:19 +0000 (GMT) From: Saifi Khan X-X-Sender: saifi@localhost To: Saifi Khan In-Reply-To: Message-ID: References: <4A07E966.60503@unsane.co.uk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-current@freebsd.org, FreeBSD Questions , Vincent Hoffman Subject: Re: howto sidestep sysinstall during installation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 May 2009 19:19:31 -0000 On Mon, 11 May 2009, Vincent Hoffman wrote: > > > > Is there a way to sidestep the sysinstall during the > > > installation process, beyond selecting the 'location' ? > > > > > > > > Since you are using the snapshot DVD you should have the live/fixit > > environment which is very handy for this. > > I would suggest a combination of LOTS of reading and understanding of > > the pages at > > http://typo.submonkey.net/articles/2006/04/13/installing-freebsd-on-usb-stick-episode-2 > > (which goes though the steps for partitoning and installing using fdisk > > and bsdlabel, adjust paths to your dvd-rom) Thanks Vince for the link that was a nice starting point. Thanks to everybody who chipped in with pointers and help with learning the various concepts. Using the Fixit# console (LiveDVD) i could install FreeBSD 200905 snapshot (bypassed the sysinstall). i plan to write an article on the experience shortly. Since then, i've installed the following software: . xorg X 7.4 meta port (complete) . postgresql 8.3.7 . apache 2.2.11 . diablo-jdk 1.6.0 . opera 9.64 . dwm + many others. There were two errors/quirks that i noticed. http://www.flickr.com/photos/saifi/sets/72157618010835543/ 1. crash encountered while running sysinstall from the booted up system. 2. same crash encountered while running 'make fetch' for many of the ports. (rather random in occurence). Anybody encountered this issue ? thanks Saifi.