Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Aug 2000 12:21:04 +0200 (CEST)
From:      Marc van Woerkom <marc.vanwoerkom@science-factory.com>
To:        mwm@mired.org
Cc:        questions@FreeBSD.ORG
Subject:   Re: Booting FreeBSD and W2k
Message-ID:  <20000810102104.CF7F82077@nil.science-factory.com>
In-Reply-To: <14735.15622.348683.912212@guru.mired.org> (message from Mike Meyer on Mon, 7 Aug 2000 17:49:42 -0500 (CDT))
References:  <bulk.50479.20000807143929@hub.freebsd.org> <14735.15622.348683.912212@guru.mired.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> You might also want to look at GRUB (which recently showed up in the
> ports collection). 

It is in the ports? 
Great.

Here is the /boot/grub/menu.lst (again) I use for GRUB installed via Linux:

    timeout 5
    color white/green blue/green
    i18n (hd0,5)/boot/grub/messages
    keytable (hd0,5)/boot/de-latin1.klt
    default 0

    title Linux
    kernel (hd0,5)/boot/vmlinuz-2.2.15-4mdk root=/dev/hda6 
    initrd (hd0,5)/boot/initrd-2.2.15-4mdk.img

    title Linux (failsafe)
    kernel (hd0,5)/boot/vmlinuz-2.2.15-4mdk root=/dev/hda6  failsafe
    initrd (hd0,5)/boot/initrd-2.2.15-4mdk.img

    title Windows 2000
    root (hd0,0)
    makeactive
    chainloader +1

    title <boot floppy>
    root (fd0)
    chainloader +1

    title FreeBSD
    root (hd0,a)
    kernel /boot/loader

Regards,
Marc


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000810102104.CF7F82077>