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
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"



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

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to