From owner-freebsd-stable@FreeBSD.ORG Tue Nov 14 08:43:44 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7C0716A403 for ; Tue, 14 Nov 2006 08:43:44 +0000 (UTC) (envelope-from eugen@www.svzserv.kemerovo.su) Received: from www.svzserv.kemerovo.su (www.svzserv.kemerovo.su [213.184.65.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF32E43D5A for ; Tue, 14 Nov 2006 08:43:43 +0000 (GMT) (envelope-from eugen@www.svzserv.kemerovo.su) Received: from www.svzserv.kemerovo.su (eugen@localhost [127.0.0.1]) by www.svzserv.kemerovo.su (8.13.8/8.13.8) with ESMTP id kAE8hgAF081441 for ; Tue, 14 Nov 2006 15:43:42 +0700 (KRAT) (envelope-from eugen@www.svzserv.kemerovo.su) Received: (from eugen@localhost) by www.svzserv.kemerovo.su (8.13.8/8.13.8/Submit) id kAE8hgd0081440 for stable@freebsd.org; Tue, 14 Nov 2006 15:43:42 +0700 (KRAT) (envelope-from eugen) Date: Tue, 14 Nov 2006 15:43:41 +0700 From: Eugene Grosbein To: stable@freebsd.org Message-ID: <20061114084341.GA80973@svzserv.kemerovo.su> References: <20061114082622.GA79591@svzserv.kemerovo.su> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061114082622.GA79591@svzserv.kemerovo.su> User-Agent: Mutt/1.4.2.1i Cc: Subject: Re: Installing 6.2-BETA3 from floppies 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: Tue, 14 Nov 2006 08:43:44 -0000 On Tue, Nov 14, 2006 at 03:26:22PM +0700, Eugene Grosbein wrote: > I'm trying to install FreeBSD 6.x onto old Packard Bell machine, > it is Pentium-166 with 80Mb RAM and 10Gb HDD ("Orlando" motherboard). > > 6.2-BETA3 boot-only CD is no-emulation one and CD loader > cannot boot this machine. > > I've prepared 4 floppy disks and tried to boot from floppies. > It successfully loads kernel and acpi.ko and shows menu > formerly known as 'Beastie' (now draws 'FreeBSD' instead of Chuck). > The menu shows that FreeBSD detects that this system does not > have ACPI and will boot without ACPI support enabled. > > However, timer does not 'tick' and there is always 10 seconds left. > I choose verbose mode, it starts to show its diagnostic output > but last line it shows is 'Calibrating clocks...' then it halts: > keyboard leds do not switch, there is no reaction on 'Ctrl-Alt-ESC'. Hmm, I was too quick... The kernel has spent lots of minutes 'sitting in this pose' but suddenly said that clock calibration has failed and it will use default frequency. Then it booted Ok and I've installed the system to HDD using 6.1-RELEASE (I do not have complete 6.2-BETA3 CD here but plan to do binary upgrade over FTP). When installation process was finished, it rebooted from HDD but it now it sits again at the same stage trying to calibrate clock, 5 minutes are gone already. So the question is what should I do to skip this stage and have accurate timers still. Eugene Grosbein