Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 01 Jul 2004 11:23:42 -0400
From:      "Reed L. O'Brien" <reed@intersiege.com>
To:        Andrew Walrond <andrew@walrond.org>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Booting with Grub
Message-ID:  <40E42C7E.2030502@intersiege.com>
In-Reply-To: <200407011532.03043.andrew@walrond.org>
References:  <200407011532.03043.andrew@walrond.org>

next in thread | previous in thread | raw e-mail | index | archive | help
in grub.conf

# if it is default
default 0
# how long to wait usually with default
timeout 5
#title
title FreeBSD
#root location first on my disk here
root (hd0,0,e)
#kernel
kernel /boot/loader

# or if grub already exists and is working for WXP and Linux...
# I last did it like so
# FSBD 4.5 with (I think)
title FBSD 4.5
rootnoverify (hd0,1) # map w/o linux checks
makeactive # set
chainloader +1 #hand off

luck,
reed

Andrew Walrond wrote:

>I have installed 5.2.1 into a partition and I want to use my existing 
>bootloader, grub.
>
>Can anyone tell me what the required grub configuartion line would look like, 
>or point me to an FAQ?
>
>Andrew Walrond
>_______________________________________________
>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"
>  
>

-- 
4.6692016090
'cmVlZEBpbnRlcnNpZWdlLmNvbQ==\n'.decode('base64')



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