|
发表于 2004-6-29 12:49:57
|
显示全部楼层
Install FreeBSD loader to the first sector of hda2, then add the following lines into Linux's /etc/lilo.conf:
# FreeBSD bootable partition config begins
other = /dev/hda2
label = freebsd
table = /dev/hda
# Linux bootable partition config ends |
|