Okay, I didn't find the ideal description for this subject, I'll just outline the problem at (not too much, I hope

) length:
I have multi-boot environments organized over several disks like this, all as ext4 file sytems:
Code:
sdx1: /boot
sdx2: swap
sdx3: FreeBSD
sdx4: extended
sdx5: openSUSE 12.3
sdx6: fedora
sdx7: mint
... {lots more like those, you get the picture}
sdxy: openSUSE 13.2
Now here it gets tricky: the new SUSE wants to use btrfs for / and XFS for /home. At the first glance no problem. SUSE may re-format its root-partition to btrfs and gets an extra one for /home to try out (encrypted) XFS. I also assigned sdx1 as its /boot.
Can all be done in "expert-mode" during the very easy install *haha, me an expert, what's next

*
BUT: during the setup for btrfs it suggests subvolumes for btrfs [accept | remove], in particular something like "/boot/pc386/bios" and "/boot/pc386/uefi" and "/home" (besides /var /opt /log /<you-name-it>...).
Must / should / need these three be removed? I want those ext4 (/boot) and XFS (/home) partitions in working order, particularly after also installing the newest GRUB2 in the MBR. I don't want to cripple the system either. SUSE's documentation on their site doesn't yet extend to 13.2 in this regard. Suggestions, explanations, descriptions of experiences, etc. will be highly appreciated.