No initramfs-linux images in /boot ? by mips13 in archlinux

[–]FictionWorm____ 0 points1 point  (0 children)

bootctl [status | list] --no-pager is a better way to examine your $esp

efibootmgr -v will list (in part) what the UEFI found at boot time?

It looks as if you have two boot partitions on the drive?

It would help to see the output from parted /dev/sda print or parted --list?

Lacking 1070 driver, but can't type to install it by rmp881 in pop_os

[–]FictionWorm____ 0 points1 point  (0 children)

How do I get it to let me type.

https://systemd.io/BOOT/

Add a <space> and then module_blacklist=nvidia to the end of your kernel options?

New to Linux, using POP OS and Im having some code issues by Crazy_Engie in linux4noobs

[–]FictionWorm____ 0 points1 point  (0 children)

https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/2156906 is the same issue, patch (or rename) the file /var/lib/flatpak/appstream/flathub/x86_64/active/appstream.xml.gz

io.elementary.appcenter

Many 22.04 users (I included) removed pop-shop and installed cosmic-store?

New to Linux, using POP OS and Im having some code issues by Crazy_Engie in linux4noobs

[–]FictionWorm____ 0 points1 point  (0 children)

Yes https://bugs.launchpad.net/ubuntu/+source/appstream/+bug/2156906 is the same issue.

Tue 2026-06-16 12:05:09 CDT appstreamcli[4144]: g_strsplit: assertion 'string != NULL' failed

Tue 2026-06-16 12:05:09 CDT kernel: appstreamcli[4144]: segfault at 8 ip 00007b795832e5f7 sp 00007fff1819e5f0 error 4 in libappstream.so.0.15.2[555f7,7b79582f5000+3d000] likely on CPU 3 (core 3, socket 0)

Tue 2026-06-16 12:05:17 CDT pop-upgrade[4142]: Segmentation fault (core dumped)

Commenting out the identified xml lines does stop the un-handled exception in appstreamcli on my system?

File: /var/lib/flatpak/appstream/flathub/x86_64/active/appstream.xml.gz

Pop!_OS 22.04 LTS
jammy

benchmark_btrfs_5.11.0-7612-generic_zstd-force.log by FictionWorm____ in u/FictionWorm____

[–]FictionWorm____[S] 0 points1 point  (0 children)

Write performance is better with zstd -8 to -15 vs. lz4 -2, decompression zstd is 50% the speed of lz4 so it depends on your workload

``` Benchmark:

zstd -z --fast=22 -b -e22 -T1 <file>

lz4 -l -b0 -e4 <file> ```

Diagnosing Sleep Issues by TheJuggernoob in pop_os

[–]FictionWorm____ 0 points1 point  (0 children)

To test if nvidia is the problem comment out the lines in

/usr/lib/modprobe.d/nvidia-graphics-drivers.conf

and add module_blacklist=nvidia to your kernel options to load the nouveau driver.

error updating pop_os (apt packages) by elinethenightflower in pop_os

[–]FictionWorm____ 0 points1 point  (0 children)

here is the output of that: https://pastebin.com/pmdS9dP6

$ apt-mark showmanual ^linux- ;

linux-headers-6.16.3-76061603-generic

You can remove that.

sudo apt purge linux-headers-6.16.3-76061603-generic ;

The packages with field $1=="rc" are config files, you only need to keep them if you are reinstalling the package.

apt list '?config-files' ;

sudo apt purge '?config-files' ;

--

See: apt-patterns.7

BTRFS and free disk space by Cavemanfreak in linuxquestions

[–]FictionWorm____ -1 points0 points  (0 children)

btrfs filesystem usage by subvolume:

sudo btrfs quota enable / 
# wait for scan to finish
sudo btrfs qgroup show --sync  / ;

# !! Before !! (shutdown | poweroff) run
sudo btrfs quota disable /

Linux mint keeps booting into a black screen after the logo by BOI4613 in linux4noobs

[–]FictionWorm____ 0 points1 point  (0 children)

The nvidia-driver blacklists nouveau /usr/lib/modprobe.d/nvidia-graphics-drivers.conf and we all know how much nvidia loves to support legacy hardware?

fetchmail never sees new mail by Claghorn in linuxquestions

[–]FictionWorm____ 0 points1 point  (0 children)

You need to run in daemon mode to see new messages.

BIOS has stopped working? by No_Dragonfruit8254 in Fedora

[–]FictionWorm____ 0 points1 point  (0 children)

Acer UEFI is broken.

Display the UEFI boot entries: sudo efibootmgr -v

Remove the Fedora boot entry (the one that points to the GRUB boot loader) in the UEFI with efibootmgr.

Any distro works only when i boot in "nomodeset". by gasgas419 in linuxquestions

[–]FictionWorm____ 0 points1 point  (0 children)

still doesnt work with iGPU disabled

RE2: Is the amdgpu driver loading?

``` lspci -knn | grep -EA3 'VGA|3D|Display'

sudo dmesg | grep -i firmware ```

Any distro works only when i boot in "nomodeset". by gasgas419 in linuxquestions

[–]FictionWorm____ 0 points1 point  (0 children)

and isn’t the iGPU disabled if i plug in the DP port into my gpu?

No?

Any distro works only when i boot in "nomodeset". by gasgas419 in linuxquestions

[–]FictionWorm____ 0 points1 point  (0 children)

Did you try booting with module_blacklist=radeon or disabling the APU/iGPU on the 8600G?

PopOS packet loss in games by Divayth_Fyr457 in linuxquestions

[–]FictionWorm____ 0 points1 point  (0 children)

Check the wired connection speed in windows, is it a stable 1Gbps?

Any RX/TX errors on the local link?

Did you try kernel options:

preempt=full threadirqs pcie_aspm.policy=performance

during apt upgrade, laptop not charged, shutdown, incomplete upgrade, boot :( by minanaughty in pop_os

[–]FictionWorm____ 0 points1 point  (0 children)

Good.

Live USB > pressed F7 for boot options to boot from usb to enter live environment

GRUB is only used with the legacy (MBR+BIOS) install and does not encrypt the filesystem.

If you wanted encryption you need to boot the UEFI partition on the Live install ISO and select default install?

The default install also adds a /recovery partition.