From owner-freebsd-questions@FreeBSD.ORG Tue Apr 15 19:18:18 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 4601C37B401 for ; Tue, 15 Apr 2003 19:18:18 -0700 (PDT) Received: from www.get-linux.org (adsl-64-161-78-226.dsl.lsan03.pacbell.net [64.161.78.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 8663643FA3 for ; Tue, 15 Apr 2003 19:18:17 -0700 (PDT) (envelope-from oremanj@www.get-linux.org) Received: (qmail 98698 invoked by uid 1001); 16 Apr 2003 02:18:27 -0000 Date: Tue, 15 Apr 2003 19:18:27 -0700 From: Joshua Oreman To: Michael Rasile Message-ID: <20030416021827.GA98665@webserver.get-linux.org> References: <200304160206.h3G26qPw008311@ohsmtp03.ogw.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200304160206.h3G26qPw008311@ohsmtp03.ogw.rr.com> User-Agent: Mutt/1.4i cc: questions@freebsd.org Subject: Re: bootloader 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, 16 Apr 2003 02:18:18 -0000 On Tue, Apr 15, 2003 at 10:06:53PM -0400 or thereabouts, Michael Rasile seemed to write: > Greetings! > As a long time linux user thought I'd give FreeBSD a try. Well, > having trouble with the bootloader. I've reinstalled so many times, > you'd think I could figure it out. I seem to get confused in the part > of the CD install that has to do with the bootloader. I use a dual > boot and I have FreeBSD on my second drive. I have, I think, a good > install except I can't access it. Is there any way to get FreeBSD to > load without reinstalling. In my humble opinion, the portion of the > install that deals with the boot manager is very confusing. Any help > or suggestions will be greatly appreciated. I would really like to > see what FreeBSD is all about. Depends on whether you use LILO or GRUB to boot linux. For LILO: Boot into linux and add this at the end of /etc/lilo.conf: other=/dev/hda2 label=freebsd [ i think ] For GRUB: Get into the grub> prompt, then type this: root (hd0,2,a) kernel /boot/loader boot YMMV. > > Thanks. > > Regards, > Mike > keeper@neo.rr.com > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"