From owner-freebsd-questions@FreeBSD.ORG Tue Jul 20 07:52:11 2010 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 6D7BD1065674 for ; Tue, 20 Jul 2010 07:52:11 +0000 (UTC) (envelope-from mueller6727@bellsouth.net) Received: from fmailhost03.isp.att.net (fmailhost03.isp.att.net [204.127.217.103]) by mx1.freebsd.org (Postfix) with ESMTP id 5BBBD8FC17 for ; Tue, 20 Jul 2010 07:52:11 +0000 (UTC) Received: from mueller6722.bellsouth.net (adsl-18-68-16.sdf.bellsouth.net[68.18.68.16]) by isp.att.net (frfwmhc03) with SMTP id <20100720074207H03002tom5e>; Tue, 20 Jul 2010 07:42:08 +0000 X-Originating-IP: [68.18.68.16] Date: Tue, 20 Jul 2010 07:42:09 +0000 From: "Thomas Mueller" To: freebsd-questions@freebsd.org Message-ID: <4c455351.iveHHylYsmZKh9Xe%mueller6727@bellsouth.net> User-Agent: Heirloom mailx 12.4 7/29/08 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: system hangs on; "Probing devices, please wait (this can take a while)... " 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: Tue, 20 Jul 2010 07:52:11 -0000 I had this problem trying to install FreeBSD on my old computer: Cx486DX2 CPU at 66 MHz; 20 MB RAM; 1.2 GB IDE hard drive; 2x Texel, now Plextor, CD-ROM on Trantor T130B SCSI (NCR5380 chip; no support in FreeBSD >= 3.0); Iomega Zip 250 on same SCSI card. That was in the days of FreeBSD 4.x. No such problem on my newer computer with FreeBSD 7.x and now 8.0. I wondered if this part had been revamped with FreeBSD 5.x. If you could boot a FreeBSD live file system, for which downloadable iso images are now available, you might be able to look at the sysinstall scripts, and after partitioning/disklabeling (bsdlabel), you might be able to newfs and make mount points, and untar the pieces (base.aa, base.ab, etc) onto the desired FreeBSD target slice. I've wondered why FreeBSD installation sets (base, etc, games, comp, man and others) are broken into pieces of 1392 KB each as opposed to each installation set in a single .tgz or .tbz (base.tgz, etc.tgz, comp.tgz, and others: that's how NetBSD does it). NetBSD installation CD also offers a utility shell (sh). With floppy disks and floppy drives showing their age, I wouldn't be able to get enough good floppy disks together to install FreeBSD from floppies, and I believe others would have the same problem. I never actually did this, so I can't be sure if I'd succeed: decidedly not user-friendly but might be interesting to try in a pinch. Tom