From owner-freebsd-net Tue Oct 27 03:48:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA08260 for freebsd-net-outgoing; Tue, 27 Oct 1998 03:48:27 -0800 (PST) (envelope-from owner-freebsd-net@FreeBSD.ORG) Received: from ns.i.cz (ns.i.cz [193.85.255.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA08255 for ; Tue, 27 Oct 1998 03:48:24 -0800 (PST) (envelope-from mm@i.cz) Received: from woody.i.cz (woody.i.cz [193.85.255.60]) by ns.i.cz (8.9.1a/8.9.1) with ESMTP id MAA32363; Tue, 27 Oct 1998 12:47:39 +0100 Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <008401be0178$47967aa0$c908a8c0@xichrome.asiansources.com> Date: Tue, 27 Oct 1998 12:47:46 +0100 (MET) Reply-To: mm@i.cz From: Martin Machacek To: Joubert Uriarte , freebsd-net@FreeBSD.ORG Subject: RE: Booting Problems Content-Transfer-Encoding: 8bit Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 27-Oct-98 Joubert Uriarte wrote: > I hope someone can help me with my installation of FreeBSD v.2.2.6. I don't > have problems installing the OS at home, but the hardware configuration in > the > office is very different. > > The installation pushes through successfully, but after restarting the > machine, > I end up with an error message saying, > > Read Error > > HP Vectra VE Series 2 5/75 upgraded to Pentium-133 Mhz Aha, Vectra! Those machines up to Series 8 are pure shit. I've been struggling with them for about a month. I assume that you are installing FreeBSD in the so called "dangerously" dedicated mode i.e. without FDISK table, is that correct? This unfortunately does not work with Vectras. Their BIOS is too smart (stupid?) and it tries to read something from the disk assuming that there is a FDISK table. So, If FreeBSD is the only OS on your disk, you have to create FDISK table with a single partition spanning the entire disk (except for the FDISK tabel itself). There is one more gotcha! Before doing this, you have to zero out at least the first sector on the disk. Otherwise you will get 'Missing operatig system' next time you try to boot from it (again - too clever BIOS). So, do something like: dd if=/dev/zero of=/dev/rsd0 size=512 count=10 (one sector should be enough, but zeroing is cheap, so why not to zero couple more). This should make your FreeBSD boot. It worked at least in my case, however I've been trying it on Vectras Series 3 and 4 and I have no clue how much different Series 2 Vectras are. There were some substantial differences between Series 3 and 4, so ... Good luck! Martin Machacek --- [ICZ a.s., Zirovnicka 6/3133, 106 00 Prague 10, Czech Republic] [phone: +420 2 24245124 fax: +420 2 24245125] [PGP KeyID 981EB320]] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message