Results 1 to 4 of 4
i have a question. I just installed PCBSD on a third partion on my SuSE 9.2 box. I am using the lilo bootloader, can anybody help me to add the ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-28-2005 #1
Adding another distro to my bootloader
i have a question. I just installed PCBSD on a third partion on my SuSE 9.2 box. I am using the lilo bootloader, can anybody help me to add the option to boot PCBSD?
If we couldn't laugh we would all go insane--Jimmy Buffett
Registered Linux user # 376962
- 09-28-2005 #2
You'll need to edit your /etc/lilo.conf file. Once you have it open in an editor add a stanza like the following:
you might want to replace the partition name (third down) and the kernel name (first), to fit in with your system. Once you have done this runimage = /boot/vmlinuz #the placement of the kernel on the pcbsd partition
label = pcbsd #name that lilo shows
root = /dev/hda3 # the partition pcbsd is onbefore rebooting.Code:/sbin/lilo
dylunio
- 09-28-2005 #3Linux Engineer
- Join Date
- Mar 2005
- Posts
- 1,431
That won't boot PC-BSD, just linux...
Read this: http://www.tldp.org/HOWTO/Linux+FreeBSD-4.html for lilo
or this: http://www.gnu.org/software/grub/man...e/FreeBSD.html
For grub, add an entry to grub.conf/menu.lst using those commands.
- 09-28-2005 #4
Never knew *BSD booting was so different


Reply With Quote
