From owner-freebsd-hackers@FreeBSD.ORG Sun Dec 14 17:07:35 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA1C416A4CE for ; Sun, 14 Dec 2003 17:07:35 -0800 (PST) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69EA043D31 for ; Sun, 14 Dec 2003 17:07:33 -0800 (PST) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (IDENT:brdavis@localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.12.10/8.12.3) with ESMTP id hBF17RA7011760; Sun, 14 Dec 2003 17:07:27 -0800 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.12.10/8.12.3/Submit) id hBF17Rt4011759; Sun, 14 Dec 2003 17:07:27 -0800 Date: Sun, 14 Dec 2003 17:07:27 -0800 From: Brooks Davis To: thundergod@bigfoot.com Message-ID: <20031215010727.GC4077@Odin.AC.HMC.Edu> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ALfTUftag+2gvp1h" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.4i X-Virus-Scanned: by amavisd-milter (http://amavis.org/) on odin.ac.hmc.edu cc: freebsd-hackers@freebsd.org Subject: Re: REPOST - Installation Bug - All available versions hang on install X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Dec 2003 01:07:36 -0000 --ALfTUftag+2gvp1h Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Dec 14, 2003 at 12:57:34PM -0800, Thor Anderson wrote: > FreeBSD hangs without errors early in the install process on my computer. >=20 > I have downloaded and tested the CD ISO files for version 4.9 as well as= =20 > 4.6.2 (with intent of upgrading) and neither appears to boot. In both=20 > cases, my computer completes POST, accesses the CD drive and hangs withou= t=20 > any messages. >=20 > Worried that my ability to create a bootable CD-ROM, I purchased the=20 > commercial boxed set of 5.1 (?Power Pac? with handbook). While this=20 > version still does not install properly, it does provide the following=20 > message before it hangs: >=20 > >CD Loader 1.01 > > > >Building the boot loader arguments > >Looking up /BOOT/LOADER... Found >=20 > Having eliminated my options for CD install, I purchased a USB floppy dri= ve=20 > and attempted a floppy boot disk. Again, the system hung without any=20 > message. >=20 > The computer is able to boot other operating systems from CD. Testing=20 > shows Microsoft as well as Fedora project Linux boot and install properly. >=20 > The computer is an IBM NetVista 6645 W2U with an Intel Celeron 566MHz=20 > processor, 128MB RAM, a 7.5GB hard disk, a 32x CDROM, and an Intel Expres= s=20 > Pro 10/100 PCI network adaptor. What makes this system unusual is that i= t=20 > is ?legacy free? which means it has none of the traditional I/O ports (no= =20 > serial, parallel, PS/2 or even floppy interface). All I/O is via one of= =20 > the five USB ports on the case. I have flashed the BIOS to the latest=20 > version. >=20 > Since I can not install, I have no operating FreeBSD systems at my=20 > disposal. Therefore, I can not customize my own kernel. A friend of mine recently ran into this problem on an embeded system. The solution for him on 5.x was to enter the following at the loader prompt to disable the keyboard and floppy probes because they tend to hang: hint.atkbdc.0.disabled=3D1 hint.atkbd.0.disabled=3D1 hint.fdc.0.disabled=3D1 Unfortnaly, you can't do that since you don't have a serial port. The one hack I can think of would be to try to PXE boot the CD image from another machine. You could then modify the loader.conf on the pxe image to force these settings. These drivers are broken and need to be fixed since I'm sure this problem will only become more common. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --ALfTUftag+2gvp1h Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE/3QlNXY6L6fI4GtQRAjJsAKDRi9hHZ++wSIz0PfcFamyRsUskLQCfXjds SqPOs58Me5MlCZevnbR/3Lg= =U9Jf -----END PGP SIGNATURE----- --ALfTUftag+2gvp1h--