Results 1 to 10 of 12
i decided to start using free BSD.But first i have a few questions:
1 which filesystem types does free BSD use?
2 can i install it withowt bootloader and than ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-24-2006 #1
fev questiond about free BSD
i decided to start using free BSD.But first i have a few questions:
1 which filesystem types does free BSD use?
2 can i install it withowt bootloader and than add it on my grub.conf?
3 if so what to write in grub.conf.
thanks in advance
- 08-24-2006 #2
To add BSD to grub.conf you have two choices depending if you have an old or new grub
old:
new:Code:rootnoverify (hd0,1) chainloader +1 boot
Notice that the a in root in the new way is very important for BSD systems because it is for the slice used by BSDCode:title FreeBSD root (hd0,1,a) kernel /boot/loader boot
I have used this configs for PCBSD but should work with FreeBSD as wellPut your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
Linux User #425940
Don't PM me with questions, instead post in the forums
- 08-24-2006 #3
Originally Posted by jan1024188 - FreeBSD uses UFS2 as the default filesystem.
- Yes you can add it to grub. Your entry would be similar to something like
In this instance hd1 = /dev/hdb, hdb1,0 =/dev/hdb1 and hd1,0,a means the first slice (freebsd partition) located on /dev/hdb1.Code:title FreeBSD root (hd1,0,a) kernel /boot/loader
- 08-24-2006 #4
thank you both
ill try all options you gave me....i cannot lose nothing
- 08-24-2006 #5
one more question
should i make unpartitioned space and than install freeBSD(will it make it own partitions automaticly)
and does it have text installer?
- 08-24-2006 #6
well i dont want problems so....can you install free BSD withowt bootloader(i would make bootdisk only)
- 08-24-2006 #7Linux Enthusiast
- Join Date
- Feb 2005
- Location
- Luton, England, UK, Earth
- Posts
- 639
Yes, FreeBSD gives you an option to not install the bootloader, also, during the installation there is a partitioning program
- 08-24-2006 #8
thanks a lot onlinebacon
ill install it when ill get free space
- 08-26-2006 #9
it looks like i have an old bootloader
title PC-BSD
rootnoverify (hd0,4)
chainloader +1
boot
- 08-27-2006 #10
PC-BSD is based on FreeBSD 6.x, so the code below should work as well,
Code:title PC-BSD root (hd0,4,a) kernel /boot/loader


Reply With Quote
