#[SOLVED] i dont even know
76 messages · Page 1 of 1 (latest)
can i still pls get help 😭
Just ignore it or update the BIOS to see if that would fix it.
but the screen is still here and i literally finished my laundry, and made myself some eggs and i still cant get into arch
You can just press Ctrl+C to stop it. It wouldn’t show up if you were using a desktop environment.
ctrl+c does nothing
What DE/WM are you using?
uhh kde plasma
How do you start Plasma?
wdym
Do you use a login manager?
yea
Does the login manager start?
no
Is it enabled?
yes im pretty sure
Switch tty.
how lol
ctrl+alt+F5
How about ctrl+alt+F3?
dont work
Boot from the live iso to try and fix it.
... chroot
#18415 📣 1. Boot your PC into the ISO
2. Run:
lsblk -fs
-# this should show the available drives, partitions, their size and the FS on them. Use this to figure out what drive/partition your / is located on.
3. Run:
mount /dev/root_drive /mnt
-# replace /dev/root_drive with the path to your root partition you identified in step 2.
4. Run:
arch-chroot /mnt
-# this will let you puppeteer your system without actually booting it.
5. Run:
mount -a
-# this will try to mount everything configured in your systems fstab.
ok done
Are you in the chroot?
yes
Output of lsblk -f?
Run mount -a and show the output of lsblk -f again.
its the same bc i already mounted
No, it should not be the same.
Share the output of lsblk -f
Is your system UEFI?
So why is there no /boot partition mounted?
oh, i didnt choose the uefi option when booting ventoy
ls -alh /sys/firmware/efi/
No, that is not it.
How about ls -alh /sys/firmware/?
Or run [ -d /sys/firmware/efi ] && echo "UEFI" || echo "BIOS"
it says bios
ig i am in bios mode
So the system is not UEFI.
It's related to the other issue.
Output of ls -alh /boot/
Okay, run pacman -S linux-lts linux-lts-headers linux-headers and after that run mkinitcpio -P and grub-mkconfig -o /boot/grub/grub.cfg
Yeah.
No, show the output of grub-mkconfig -o /boot/grub/grub.cfg?
Output of cat /etc/fstab?
Okay, exit and reboot.
Okay, good.
... solved
#17680 📣 If there is nothing else that we can do for you, please close this thread by adding "[SOLVED]" to the title.
- You can do this on desktop by clicking the three dots on the top right of the page, and pressing "Edit Post".
- You can also do this on Android / iOS by long tapping your post in the text channel list, and tapping "Edit Post".
Your title should be like so: http://0x0.st/8Rt9.png
Thank you