Operating System - Linux
1827452 Members
3857 Online
109965 Solutions
New Discussion

Re: fedora3 installls ...

 
SOLVED
Go to solution
K.C. Chan
Trusted Contributor

fedora3 installls ...

All,
I am installing fedora3 and trying to use xfs for /boot and /, but it seems that the installer is having problem intalling grub boot loader. But if I use ext3 for /boot and told the installer to put the boot loader on /boot partition, it works. Does anyone know if fedora3 supports xfs on /boot and /root filesystems off the bat? Thanks.
Reputation of a thousand years can be determined by the conduct of an hour
3 REPLIES 3
Andrew Cowan
Honored Contributor
Solution

Re: fedora3 installls ...

As far as I am aware "/" can be any filesystem type that is supported by LInux, however "/boot" can only be ext2/3. This is because there is only a micro-kernel present during boot, therefore the modules that support the other filesystem types, are not yet available/active.
Ivajlo Yanakiev
Respected Contributor

Re: fedora3 installls ...

2 year ago Redhat decide to separate /boot from /root.
Reason:
You put support FS on /boot and you can load kernel that support any FS.
Why you need XFS on /boot?
/boot is static FS and generaly you do not use it everyday activity I mean.

K.C. Chan
Trusted Contributor

Re: fedora3 installls ...

Thanks all for your help.
Reputation of a thousand years can be determined by the conduct of an hour