From owner-freebsd-questions@FreeBSD.ORG Fri May 7 06:13:06 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6F3321065670 for ; Fri, 7 May 2010 06:13:06 +0000 (UTC) (envelope-from lokadamus@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id B63FA8FC12 for ; Fri, 7 May 2010 06:13:05 +0000 (UTC) Received: (qmail invoked by alias); 07 May 2010 06:13:03 -0000 Received: from c178205.adsl.hansenet.de (EHLO [213.39.178.205]) [213.39.178.205] by mail.gmx.net (mp057) with SMTP; 07 May 2010 08:13:03 +0200 X-Authenticated: #3333826 X-Provags-ID: V01U2FsdGVkX18HFfhjWrUHre1k1oqScw+i19amNbHFavv5fhnEIb MzLWsrXopA8Bvf Message-ID: <4BE3AF8B.7040004@gmx.de> Date: Fri, 07 May 2010 08:13:31 +0200 From: Lokadamus User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Subject: Re: grub2 not in ports? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 May 2010 06:13:06 -0000 Am 07.05.2010 02:10, schrieb C. P. Ghost: > Hello, > > has someone successfully ported GRUB2[1] to FreeBSD/i386 > and FreeBSD/amd64? I see no port sysutils/grub2 in the tree, > even though I know that GRUB2 *can* boot FreeBSD directly > and via chain-loading. > > And while we're at it, I'm wondering if there is an effort underway > to make the kernel multiboot-compliant... maybe like NetBSD[2]? > > [1]: ftp://alpha.gnu.org/gnu/grub/grub-1.98.tar.gz > [2]: http://mail-index.netbsd.org/port-i386/2010/01/09/msg001747.html > > Thanks, > -cpghost. > > http://www.freebsd.org/cgi/url.cgi?ports/sysutils/grub/pkg-descr This port does not install GRUB on the master boot record of your hard drive. To do this, or to use it with a floppy disk, you will need to read the info page that is installed by the port. When you will use grub2, you need a floppy or live cd to install it. But no bsd- based live cd will have grub2 i think. Sorry for my english :( Cheers