mmiovv2
December 30, 2024, 1:40pm
1
I’ve tried everything from installing proprietary drivers, changing PRIME mode, to even disabling fTPM. Nothing worked or, if it did, it was only temporarily.
My Specs are:
CPU: AMD Ryzen 7 5000 Series
GPU: Nvidia RTX 3070 Mobile
RAM: 32 GBs
Can somebody help me please?
can you report :
inxi -Fza
cpupower frequency-info
sudo journalctl -b -1 -p err
mmiovv2
December 30, 2024, 1:55pm
3
I’m not sure how to. Mind giving me a hand?
EDIT: I mean idk how to report it back.
you can log in ,launch the terminal and a browser on this topic ?
mmiovv2
December 30, 2024, 2:20pm
5
Stephane:
log in ,launch
I’m sorry I didn’t get that right, what do you want me to do specifically? I may be a bit dumb lol.
Open a terminal, run the following and paste the resulting URLs here
inxi -Fza | eos-sendlog
cpupower frequency-info | eos-sendlog
sudo journalctl -b -1 -p err | eos-sendlog
mmiovv2
December 30, 2024, 2:38pm
7
first reboot on USB iso live Endeavouros , and repair your file system
do not mount your file system
open a terminal and a browser on this topic ( return the link for sendlog )
sudo fdisk -l
sudo fdisk -l | eos-sendlog
df -Th
df -Th | eos-sendlog
sudo fsck -y /dev/nvme1n1p1
mmiovv2
December 30, 2024, 3:53pm
9
How do I repair it again? do I just put these commands in the terminal or do I do something else beforehand?
as your are new on linux ,
first you will have to repair your filesystem from USB live iso endevouros , disks should be unmounted.
you can boot with USB iso endeavouros , open a terminal and a browser on this topic
explanation for the commands
sudo fdisk -l ( list all partitions from all disks )
fsck -y /dev/nvme1n1p1 ( repair for this partition ext4 that show errors )
redo and wait that all fsck is ok
if possible , then report
inxi -Fza ( you will see all informations that can be useful )
sudo fdisk -l
after repairing , you will have to do a chroot ( for checking size partition ) and finish update.
that why we ask to boot on USB live iso Endeavouros ,
because copy/paste on this forum can help you
without any return informations , we cannot help you