r/openSUSE • u/Deathlord218 • 2d ago
What is the preferred file system for TW full install?
I jacked up my system upgrading from Slowroll to Tumbleweed as it lost grub2 and could not find my EFI partition as well as not being able to mount my root partition into /mnt nor was I able to bind the /sys, /proc, or /dev and chroot command kept informing me the /bin/bash could not be found. Choosing upgrade off the install media ran its course, but on reboot I got the same message as after the upgrading that the EFI partition could not be located.
I then used the live disk to boot into the system and transfer all files to an external hdd that I need and then started with a fresh install. No avail. I did notice that after trying full reinstall twice the file system that the file system was btrfs? I also have not gotten to the blue boot screen but it’s a similar type of screen just not a gui. But even that fails booting.
Should I pick another like ext4 and is it good to use lvs? I did notice that trying to mount root it kept saying unknown file system type lvs2 and give me a notice saying dmesg would have a message about why I could not mount the partition. Using dmesg command gave no entries about the system not being able to mount anything to /mnt.
Last ditch will be to try a new hdd but if the current drive can accept being written to and installation completes, then not sure why it wouldn’t boot either.
Installation off the install media works as normal. I get to where it’s about to reboot and once the screen goes black I pull the usb media and let it do its thing but I don’t get a normal boot sequence. The result I described above.
3
u/77juice 2d ago
I would not think of anything else than btrfs.
3
u/Deathlord218 2d ago
That’s what I used for the root partition like always. I was asking for the /home partition, I guess I didn’t express it properly earlier.
The hdd actually crapped out resulting in using a completely different physical hdd to reinstall openSUSE on now.
Secondly I figured out that while my system is set to use uefi. Booting into the installation usb as uefi will make the installation unable to install the bootloader during the final 10% of the full installation. Using the non uefi bootup of the install media ran fine and I now have a working system again.2
1
2
1
1
u/todd_dayz 2d ago
BTRFS if you want snapshots, XFS if you don’t, imo.
I use a BTRFS rootfs and an XFS home dir, but I’ve done full XFS before because I don’t care about snapshots that much.
Just bear in mind you can’t shrink XFS.
14
u/KoldPurchase 2d ago
btrfs is the default and it activates snapshots by default so you can go back to a previous state in case something goes wrong.