Page 1 of 1

(solved) Auto allocate and btrfs

PostPosted: Mar 15th, '22, 17:17
by fadi
I am very interested in btrfs system and I think it may replace ext4 in the future . The installer has an auto allocate script that is triggered when you choose auto allocate or when you choose to install mageia on the entire disk and it is programmed to install mageia on ext4. However if you are planning to support btrfs in a future release, say 10 when btrfs becomes more stable and widespread, it should show a dialog box asking the user if he wants btrfs or ext4 . If he chooses btrfs it should ask him if he wants rsync snapshot support only or btrfs snapshots as well and then it should give him the ideal partioning in either case.

So the auto allocate script should have more than one option and while making things easy for non technical users. Offcourse it is up to the developers to decide this or not, I am just suggesting an idea . I personally think btrfs is great without subvolume headache. I have also learned that Grub does not work properly on btrfs from personal experience.

Re: Auto allocate and btrfs

PostPosted: Mar 15th, '22, 22:31
by doktor5000
The installer gives you the option to select btrfs as filesystem, so that's already present. Grub does support btrfs, but it shows a cosmetic annoyance dialog but that can be worked around by disabling savedefault.

Re: Auto allocate and btrfs

PostPosted: Mar 16th, '22, 20:16
by fadi
How to disable savedefault .Could you tell me how to fix the grub issue in more detail ?

Re: Auto allocate and btrfs

PostPosted: Mar 16th, '22, 20:28
by doktor5000
See the bugreport for that, e.g. https://bugs.mageia.org/show_bug.cgi?id=27117#c3
I'm using GRUB_SAVEDEFAULT=false and GRUB_DEFAULT=saved in /etc/default/grub and I don't get that dialog.

Re: Auto allocate and btrfs

PostPosted: Mar 16th, '22, 21:34
by fadi
Thanks a lot doktor5000. Now I do not have to create separate boot partition. Just to be sure savedefault allows the Grub to remember my last choice , and setting it false disables it, right ?

Re: (solved) Auto allocate and btrfs

PostPosted: Mar 16th, '22, 22:54
by doktor5000
Yes, exactly.