Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  1 Aug 2000 19:33:50 +0200 (CEST)
From:      Marc van Woerkom <marc.vanwoerkom@science-factory.com>
To:        steve@cmpharm.ucsf.edu
Cc:        pherman@frenchfries.net, freebsd-questions@FreeBSD.ORG
Subject:   Re: Multiboot linux + freebsd on two drives
Message-ID:  <20000801173350.CFFA7200A@nil.science-factory.com>
In-Reply-To: <20000801093235.C87514@cmpharm.ucsf.edu> (message from Steve Sizemore on Tue, 1 Aug 2000 09:32:35 -0700)
References:  <20000727134824.C39397@cmpharm.ucsf.edu> <Pine.BSF.4.21.0007281125230.258-100000@bagabeedaboo.security.at12.de> <20000801093235.C87514@cmpharm.ucsf.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
> Does anyone know how to make FreeBSD on /dev/da1s1 actually bootable?

I use this together with the grub boot loader - I gave up on LILO..
First partition is Windows 2000, second FreeBSD, third Linux (Reiser FS),
fourth FAT32 partition for file sharing.


/boot/grub/menu.lst:
-------------------------------------------------------------------------------
    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?20000801173350.CFFA7200A>