

Code: Select all
lspci -nnkCode: Select all
# CONFIG_FB_VESA is not set
# CONFIG_FB_EFI is not set

This is often a result of not configuring or a typo in /etc/fstab. Though there may be other reasons, a bad fstab is more likely on a new install.frozenpenguin wrote:The filesystem of the installed os also seems to be read only for some reason. Help would once again be appreciated.

I getmount -o remount,rw /
Code: Select all
mount: /: mount point not mounted or bad option.
dmesg(1) may have more information after failed mount system call
Code: Select all
dmesg(1) may have more information after failed mount system call
Code: Select all
xfs: unknown parameter 'default'Code: Select all
Remounting root filesystem read/write ...
mount: /: mount point not mounted or bad option
dmesg(1) may have more more information after failed mount system call
Root filesystem could not be mounted read/write
Remounting filesystems
mount: /: mount point not mounted or bad option
dmesg(1) may have more more information after failed mount system callCode: Select all
[1.014161] XFS (nvme0n1p6): Mounting V5 Filesystem 2a859d7c-a64c-4799-889e-5d06a7303267
[1.021562] XFS (nvme0n1p6): Ending clean mount
[2.867054] xfs: Unknown parameter 'default'
[2.878253] xfs: Unknown parameter 'default'I had not encountered this series of yours until seeing this post. After reading quickly through it and the base article at https://wiki.gentoo.org/wiki/User:Pieti ... figuration I can see that your efforts will help me further refine my own kernel.pietinger wrote: ...
See more here: https://wiki.gentoo.org/wiki/User:Pieti ... Must_Haves
