Sunday, July 02, 2006

grub ibm

title FreeBSD 6.0
root (hd0,1,a)
kernel /boot/loader
#splashimage=(hd1,1,a)/boot/grub/images/image.xpm.gz
chainloader +1

#############################################################
To install GRUB on the master boot record of your hard drive
use 'grub-install ' command.

NOTE: Don't forget to run 'sysctl kern.geom.debugflags=16'
on 5.x and -CURRENT to enable writing in hard disk
system areas.

For details read the GRUB info page using 'info grub'.
#############################################################

title FreeBSD 6.1
root (hd0,0)
kernel /boot/loader
rootnoverify (hd0,0)
chainloader +1

0 Comments:

Post a Comment

<< Home