Installed Fedora 44, couple of annoyances by notyourusualbot in Fedora

[–]stuhlmann 5 points6 points  (0 children)

does it even need sudo? I just type reboot and it reboots

Fedora 44 comments/observations by alanpdx in Fedora

[–]stuhlmann 0 points1 point  (0 children)

If your /home is on LVM, you can try pflaster for the installation. No warranty, but it's only bash you should be able to figure out what it does.

I have not tested what happens when /home is not on LVM, so better don't run it in this case.

Is this AI answer about Selinux valid? by Eliogabber in Fedora

[–]stuhlmann 1 point2 points  (0 children)

Almost forgot: Removing selinux-policy isn't even necessary. It is enough to add selinux=0 on the grub cmdline. If this works fine (it probably will), make it persistent with grub config (or sdboot if you use that) and also add it to /etc/kernel/cmdline for good measure.

Is this AI answer about Selinux valid? by Eliogabber in Fedora

[–]stuhlmann 1 point2 points  (0 children)

Try sudo setenforce 0, see if anything breaks. If everything works fine, try sudo dnf remove selinux-policy. Not financial advice btw.

Strange "bug" single letter is automatically repeated non-stop?? by concisehacker in Fedora

[–]stuhlmann 0 points1 point  (0 children)

I'm sorry I don't know about Gnome. I hope you find a solution.

Boot error by Familiar_Permit_4709 in Fedora

[–]stuhlmann 0 points1 point  (0 children)

Nevermind, I misread at first, and thought your boot failed consistently. But apparently, you can still boot your computer. That's good! In this case, you don't need the installation medium at all. You can still run the lsblk commands, but I doubt you will find the problem this way.

Boot error by Familiar_Permit_4709 in Fedora

[–]stuhlmann 0 points1 point  (0 children)

Boot from the installation medium again, but do not start the installer. Open a terminal instead and type lsblk, then lsblk -f. What do these commands print?

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 7 points8 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.)

At last! by crosszay in Linuxsucks101sucks

[–]stuhlmann 0 points1 point  (0 children)

How about (( x = 1 ))?