From owner-freebsd-questions@FreeBSD.ORG Wed Jun 25 15:55:45 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C291637B401 for ; Wed, 25 Jun 2003 15:55:45 -0700 (PDT) Received: from remt23.cluster1.charter.net (remt23.cluster1.charter.net [209.225.8.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id D6CD34400F for ; Wed, 25 Jun 2003 15:55:44 -0700 (PDT) (envelope-from cableboy@charter.net) Received: from [68.186.32.151] (HELO zoom) by remt23.cluster1.charter.net (CommuniGate Pro SMTP 4.0.6) with ESMTP id 73734521 for freebsd-questions@FreeBSD.ORG; Wed, 25 Jun 2003 18:55:44 -0400 From: "Remington L." To: Date: Wed, 25 Jun 2003 15:55:32 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook, Build 11.0.5207 Thread-Index: AcM7bOFNUL2NJIy1RliEijboT/OCgQ== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Message-ID: Subject: Bootloader WOES X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jun 2003 22:55:46 -0000 Part 1 I have an old HP NetServer LH Pro that had NetBSD 1.6.1 on it. The NetServer is a P166, 64MB RAM 2GB SCSI drive(comes up on da0) Last night I attempted to install FreeBSD 5.1-R. Everything ran smoothly until I reboot. At the boot loader screen F1: FreeBSD, I hit F1 and it went to the NetBSD screen and tried booting netbsd.gz. This is seemingly impossi Is there a way to reinstall the boot loader without the entire OS? Part 2 Ideally I would like to install grub but that is also plagued with problems. I went in to the LiveFS. Mounted my drives, created the config file and all that, Rebooted and booted off the GRUB floppy and tried to install, by issuing the following: install (hd0,1,a)/boot/grub/stage1 (hd0) (hd0,1,a)/boot/grub/stage2 p (hd0,1,a)/boot/grub/menu.cfg It comes back with "Error 22: Nu such partition". To the best of my knowledge this is correct. The root partition is on da0s1a. What am I missing?