From owner-freebsd-stable@FreeBSD.ORG Wed Jul 8 20:27:03 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6DB49106564A; Wed, 8 Jul 2009 20:27:03 +0000 (UTC) (envelope-from andreast-list@fgznet.ch) Received: from smtp.fgznet.ch (mail.fgznet.ch [81.92.96.47]) by mx1.freebsd.org (Postfix) with ESMTP id 080098FC0A; Wed, 8 Jul 2009 20:27:02 +0000 (UTC) (envelope-from andreast-list@fgznet.ch) Received: from deuterium.andreas.nets ([91.190.8.131]) by smtp.fgznet.ch (8.13.8/8.13.8/Submit_SMTPAUTH) with ESMTP id n68K1tO3037986; Wed, 8 Jul 2009 22:01:56 +0200 (CEST) (envelope-from andreast-list@fgznet.ch) Message-ID: <4A54FB33.8060705@fgznet.ch> Date: Wed, 08 Jul 2009 22:01:55 +0200 From: Andreas Tobler User-Agent: Thunderbird 2.0.0.21 (Macintosh/20090302) MIME-Version: 1.0 To: Ken Smith References: <1246926782.11597.23.camel@bauer.cse.buffalo.edu> In-Reply-To: <1246926782.11597.23.camel@bauer.cse.buffalo.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.64 on 81.92.96.47 Cc: freebsd-current , freebsd-stable Subject: Re: FreeBSD 8.0-BETA1 Available X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jul 2009 20:27:04 -0000 Ken Smith wrote: > The amd64 and i386 architectures include a file named: > > 8.0-BETA1--memstick.img > > If you copy that to a USB memory stick newer machines should be able to > boot from it and use it to install from. Note that you need to > overwrite the contents of the memory stick completely, not copy it into > an existing filesystem on the memory stick. Exactly how you do that > depends on your machine but just to give you an example this works on > the machine I tested it with: > > dd if=8.0-BETA1-amd64-memstick.img of=/dev/da0 bs=10240 conv=sync > > Be careful if you have SCSI drives, more USB disks than just the memory > stick, etc - make sure /dev/da0 (or whatever you use) is the memory > stick. Using this image for livefs based rescue mode is known to not > work, that is one of the things still being worked on. Unfortunately my biggest mem stick has only 512MB. So I tried to dd to an usb drive. (Will get a bigger stick tomorrow) I was successful in installing the image, although, a few packages did not install. I did a kern developer package. I guess the packages are missing on the .img? Right now I'm installing the other things via net. Is this method equal to an usb stick install at all? Below the top of dmesg. TIA, Andreas --- Copyright (c) 1992-2009 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 8.0-BETA1 #0: Sat Jul 4 03:55:14 UTC 2009 root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC WARNING: WITNESS option enabled, expect reduced performance. Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Pentium(R) 4 CPU 2.80GHz (2793.01-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0xf29 Stepping = 9 Features=0xbfebfbff Features2=0x4400 real memory = 536870912 (512 MB) avail memory = 473395200 (451 MB) ---