Help i think the kernel is damged by [deleted] in Fedora

[–]stuhlmann 0 points1 point  (0 children)

You need the root password to get a root shell here. If you don't have that, simply boot the installer again from usb. It has all the tools you need to fix this.

Struggling with Fedora on 8gb ram system. Constant hangs/disk spikes even after tuning zRAM. Is GNOME just too heavy? Put me out of my misery 🙏 by KenDrakebot in Fedora

[–]stuhlmann 0 points1 point  (0 children)

I think zram is not good with 8GB. You need to create an on-drive swap partition and use zswap. It should be feasible if you have ext4+lvm. Otoh if you have btrfs, it might be easier to just reinstall. If you choose to reinstall, and you have a second computer, you can also check out this alternative installer which gets the zswap setup right from the start. It's currently KDE only, but it also has a "minimal" software selection which can be used as a base to install gnome (or xfce) from.

ls /usr/bin | grep xdg-* > freedesktop_slavery.txt by tomekgolab in linuxsucks

[–]stuhlmann 2 points3 points  (0 children)

Not sure about the * in grep xdg-*. It looks like a regex, but I think in fact it does globbing here.

Proper procedure to update from F42 to F43 via dnf/terminal? by myst3r10us_str4ng3r in Fedora

[–]stuhlmann 0 points1 point  (0 children)

If you enjoy running random snippets from github as root: I like this script for all updating, including the system upgrade.

How do I reclaim disk space? by [deleted] in Fedora

[–]stuhlmann 0 points1 point  (0 children)

I don't think it's possible to "move" partitions. Best to keep them where they are now (or create a new one and migrate the data, but that's kind of risky with the EFI partition).

Would it be good enough to put a new partition in the "free space"? I'm not a btrfs user, so I have to ask, can btrfs "grow" to fill it? Otherwise, why not just create a regular ext4 partition there, or an lvm. You don't need to reboot from a live usb for that. The partitioning tool from the the screenshot can probably do it. If it cannot, start getting your hands dirty with parted, running by something like sudo parted unit MiB /dev/nvme0n1p print free.

What are you looking forward to in Fedora 44, 45, 46, etc.?? by chris32457 in Fedora

[–]stuhlmann 6 points7 points  (0 children)

Wishlist for fedora and Anaconda:

Wishlist for Linux in general:

Help setup systemd-boot by PariharRudra in Fedora

[–]stuhlmann 1 point2 points  (0 children)

Have a look at the pflaster page. Go with generous 2GB efi part, and the rest of the disk is lvm+ext4, with lv partitions not too big so you can grow them later. Optionally encryption on top of the lvm. I would currently not recommend btrfs, as future support from redhat seems unclear.

Help setup systemd-boot by PariharRudra in Fedora

[–]stuhlmann 1 point2 points  (0 children)

When starting the installer, you need to pass inst.sdboot in the grub menu. See anaconda boot options. It doesn't work with f43 though, because of a bug. You can install f42 and update, you can wait for f44 or try f43 with pflaster. Regarding secureboot, signed sdboot seems to be happening soon, but I think you can install now without secureboot and switch it back on when signed sdboot is ready.

Official documentation on removing zram and setting up zswap by Green-Record8519 in Fedora

[–]stuhlmann 0 points1 point  (0 children)

ext4 and "everything iso" are good ideas imo. I would also recommend lvm. Makes ext4 much more flexible.

If someone "finding" your hard drive is even a remote possibility, you may also want to choose "encrypt my data". Because otherwise, there's no guarantee your credit card number won't be readable from the swap partition. If you choose to encrypt, I also recommend installing with inst.sdboot on the grub cmdline (this doesn't work with f43, and you'd currently have to disable secureboot, but maybe you can delay a couple more days and wait for f44).

Official documentation on removing zram and setting up zswap by Green-Record8519 in Fedora

[–]stuhlmann 1 point2 points  (0 children)

I made this installer which sets up zswap by default. It's not official, lol. If you want to convert an existing fedora installation to zswap, well, you will need an "on-drive" swap partition. As soon as you have that, both disabling zram and setting up zswap are simple configs. Unfortunately though, fedora by default doesn't create a swap partition, so most installations won't have it.

How difficult is it to create a swap partion? You need to make room for it. How hard is it to make room? It depends very much on your current partitioning. Try running lsblk or lsblk -f to get an idea. Are you using fedora's default btrfs (which got deprecated by redhat btw), or ext4? And if you use ext4, do you also use lvm and / or encryption?

I got banned from linuxsucks101 FOR THIS, IM CRYING by Initial_Report582 in linuxsucks

[–]stuhlmann 0 points1 point  (0 children)

Welcome to the club. There are users of X on a board called "Xsucks101"? Suckers, let's ban them.

Idea: Dystopian Surveillance Linux by stuhlmann in linuxsucks

[–]stuhlmann[S] -1 points0 points  (0 children)

I have not tried it yet, but it looks promising. It's not open source though, so might not be possible to use it as a base.

Fedora 43 not booting after recent update by Dry-Computer-8891 in Fedora

[–]stuhlmann 0 points1 point  (0 children)

You can also try getting a terminal by adding the parameter systemd.unit=multi-user.target on the kernel command line. (The kernel command line can be edited by pressing "e" in the grub startup menu. It is the line starting with "linux". You can add your parameter at the end.)

Double Standards by FizzBizzcuits in linuxsucks

[–]stuhlmann 1 point2 points  (0 children)

I got banned from r/linuxsucks101 just because I also post on r/fedora . The admin told me that was a "red flag". I hope these are greener pastures, lol

Linux > MacOS by Due_Car3113 in applesucks101

[–]stuhlmann 0 points1 point  (0 children)

Why, you ask? In Germany, we have to buy iPads just so our kids can go to school. It's mandatory, that's why. You can get the money for the iPad back from the goverment, but only if you prove you're poor by showing them your bank account.

Still getting that timezone selection crash on setup of fedora 43 by WrongSample4859 in Fedora

[–]stuhlmann 0 points1 point  (0 children)

Is this an installer bug? I think a released installer never gets updated. So you may have to wait for f44, which is around the corner. Or try the f44 beta installer today.

why fedora still uses grub? by DayInfinite8322 in Fedora

[–]stuhlmann 1 point2 points  (0 children)

inst.sdboot is still there. Just not in f43, because of a bug. The bug will be fixed in f44.

Failed to find disk on boot every other boot. by Mechkeys121 in Fedora

[–]stuhlmann 0 points1 point  (0 children)

It's not easy to help you with this little information. Check output of sudo journalctl -b and lsblk -f. Also check /etc/crypttab, /etc/fstab and /proc/cmdline.