#[ SOLVED ] Booting Arch leads to…

447 messages · Page 1 of 1 (latest)

patent brook
#

Just installed Linux Arch, it said to remove the usb and reboot, so I followed it and now When I boot Arch it leads to the message displayed in the photo. The Alt + Function keys do not respond and thus doesn’t allow me to use the little console thingy. I do have a Nvidia card and read it’s possibly something to do with the Nvidia software I have installed? But this is my first time using Linux so is it possible I did something wrong when installing and should I do it again?

vernal narwhal
#

Also are you using grub?

patent brook
#

https://youtu.be/1fXc0MzbAuE

I used this tutorial to install didn’t know there was a wiki in all honesty, I watched the install download nvidia drivers, yes It is grub

This includes downloading, bootloader, and all the fixing for a functional arch system. Using this new branch you can do it as well!

Enjoy!

Github: https://github.com/ChrisTitusTech/ArchTitus
See this done in a live stream here: https://youtu.be/CksNoEjj4rM

Support My Work
--------------------------------------------------------------------...

▶ Play video
#

I clicked full install so it downloaded lots of things

vernal narwhal
#

You should almost never follow external guides

#

The wiki is the place to go

#

Since you didn't follow it, now it will be harder to pin point what went wrong

patent brook
#

My bad should I just re do the install but follow the wiki this time ?

vernal narwhal
#

Honestly I tend to avoid telling people to reinstall and instead fixing things

#

So we can try

#

Do you still have your usb with the arch iso?

patent brook
#

Yes

vernal narwhal
#

Okay you will need to chroot into your system to fix things

#

I will guide you through it

patent brook
#

Thanks mate

vernal narwhal
#

just boot from the usb for now

patent brook
#

Sure

vernal narwhal
#

yes press enter on the first entry

#

once booted send the output of the command lsblk

patent brook
#

Okay will do

vernal narwhal
#

On which disk did you perform your installation

#

sda or sdb

#

Assuming sda

patent brook
#

I didn’t pick the installer did, by looking I’d guess sdb it has more partitions

vernal narwhal
#

I doubt that since the layout is weird

patent brook
#

Oh alright

vernal narwhal
#

do mount /dev/sda3 /mnt

#

then do ls /mnt

#

and post the output here

patent brook
vernal narwhal
#

this should be your installation

#

post the output of cat /mnt/etc/fstab

patent brook
vernal narwhal
#

Yeah alright

#

Btw what do you use your second disk for

patent brook
#

It was just more storage when I had windows

vernal narwhal
#

Alright

#

anyway

#

mount /dev/sda2 /mnt/boot

patent brook
#

Done

vernal narwhal
#

now do arch-chroot /mnt

patent brook
#

Done

vernal narwhal
#

do journalctl -b -1 |& curl --data-binary @- https://paste.rs

#

Then paste the link here

#

also do pacman -Q | grep nvidia and post the output here

patent brook
#

Did I type it wrong or does it take time to load

vernal narwhal
#

Oh wait my bad, i'm assuming you didn't connect to the internet

#

right?

patent brook
#

I have WiFi as far as I’m aware other wise how would I installed everything before

#

Got Ethernet cable in

vernal narwhal
#

what does it output

patent brook
#

How do I stop it from filling my screen

vernal narwhal
#

Do crtl + c

patent brook
#

Thanks

vernal narwhal
#

to stop the commannd

#

Okay so you have a connection

#

Try the command again

patent brook
#

Okay

#

Doing the same thing as last time just blinking on a new line

vernal narwhal
#

huh, works fine for me thonk

patent brook
#

I must of made a typo

#

But I cant see where

vernal narwhal
#

don't think so

#

Alright try this instead journalctl -b -1 |& curl -F 'f:1=<-' ix.io

patent brook
#

Okay

vernal narwhal
#

dunno why the other one didn't work

#

anyway post the other command I gave you as well

patent brook
#

Is that the version of the nvidia driver I have?

vernal narwhal
#

Yes

patent brook
#

Alright

vernal narwhal
#

This is not going to work for your card

#

your card is older

#

It's not supported by this driver

patent brook
#

Yeah thought it was something to do with the software

#

Do I need to downgrade or install a different driver?

vernal narwhal
#

different driver

#

give me a sec

patent brook
#

Alright no worries thank you

vernal narwhal
#

Btw you used the archinstall script right?

patent brook
#

Yes

vernal narwhal
#

Okay did you choose a desktop environment?

patent brook
#

KDE I’m pretty sure

vernal narwhal
#

Alright

#

Pretty sure you can just uninstall the nvidia driver and use nouveau just to boot for now.

#

You can try that

patent brook
#

What are the commands to do this?

vernal narwhal
#

pacman -Rns nvidia

#

Also do a full system upgrade when you're done with pacman -Syu

patent brook
#

Do it now I’ve uninstalled nvidia?

vernal narwhal
#

now do the second to do a full system upgrade

patent brook
#

Done

vernal narwhal
#

Okay

#

Now type exit

#

and type reboot

patent brook
#

Do I not need to do the other driver first?

vernal narwhal
#

It's built into the kernel

patent brook
#

Oh okay thanks

vernal narwhal
#

Once you boot we can install the driver that you need

#

Just to get the system to boot for now we use the nouveau driver temporarily :P

patent brook
#

Sure thing it’s just rebooting now

#

Didn’t work I’ve still got the message

vernal narwhal
#

Still stuck like the first pic?

patent brook
#

Yes same numbers and everything

vernal narwhal
#

Can you press ctrl + alt + any number from 2 to 6

#

See if switches you to a different tty

patent brook
#

Non of them worked

vernal narwhal
#

Weird

#

Well

#

You need to boot from the usb again

patent brook
#

Okay

vernal narwhal
#

and do the first steps again:

mount /dev/sda2 /mnt/boot
arch-chroot /mnt```
patent brook
#

Okay it’s just loading now

#

Done all of them

vernal narwhal
#

Okay

#

just a sec

patent brook
#

Sure thing

vernal narwhal
#

Do cat /etc/mkinitcpio.conf

#

and post the output

patent brook
vernal narwhal
#

Ok looks fine

#

journalctl -b -1 |& curl -F 'f:1=<-' ix.io

#

Do this again and send the link

patent brook
vernal narwhal
patent brook
#

Shall I do it again?

vernal narwhal
#

Just asking, did it run successfully without any errors

patent brook
#

Yes

vernal narwhal
#

do pacman -Q | grep nvidia again

#

What's the output

patent brook
#

nvidia-utilis 530.41.03-1

vernal narwhal
#

Just that?

patent brook
#

Yes

vernal narwhal
#

Weird, it must have been installed explicitly and not as a dependency since uninstalling the nvidia package should have removed this as well

#

Okay do pacman -Rns nvidia-utils

patent brook
#

Okay

#

Done, no errors.

vernal narwhal
#

do pacman -Q | grep xorg and show the output

patent brook
vernal narwhal
#

Alright if i'm not mistaken this time it should boot

#

exit and then reboot

patent brook
#

Okay do I take the usb out at all?

vernal narwhal
#

No need for now

patent brook
#

Alright

vernal narwhal
#

Let's make sure everything works first because if it doesn't you'll need to use it again

patent brook
#

Yeah okay

#

No same message

#

No

#

Nvm

#

There was a short arch loading screen now it’s showing up again

vernal narwhal
#

Oh it booted?

patent brook
#

It looked like it was going to

#

Alt F2 worked

#

Do I login?

vernal narwhal
#

Yes

#

No need to use the usb anymore

#

You can access your system from tty

#

Well, progress

#

Let's see what's wrong now...

patent brook
#

I’m logged in

vernal narwhal
#

Do lspci -k |& curl -F 'f:1=<-' ix.io

#

post the link

patent brook
vernal narwhal
#

Okay... the nouveau driver works fine

vernal narwhal
#

Btw was it the same screen from the first picture?

#

on boot

patent brook
#

Yes

vernal narwhal
#

Also wait

vernal narwhal
patent brook
#

Okay

vernal narwhal
#

it takes ages to load completely 🤧

patent brook
#

No worries

vernal narwhal
#

output of startx startplasma-x11

patent brook
#

Is that a L or a 1

vernal narwhal
#

at the end it's a 1

#

x11

patent brook
#

Okay

vernal narwhal
#

cat /var/log/Xorg.0.log |& curl -F 'f:1=<-' ix.io

patent brook
vernal narwhal
#

Do cat /etc/X11/xorg.conf and ls /etc/X11/xorg.conf.d

#

and show the output

#

Sorry made a mistake

#

edited the commands

patent brook
#

First command

#

Did the second one

vernal narwhal
#

If u didn't notice

#

second one is ls not cat

patent brook
#

Yes that’s what I inputted

vernal narwhal
#

Okay what did it output

patent brook
#

Nothing

vernal narwhal
#

Okay

#

do sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf.bak

patent brook
#

Done

#

Didn’t output nothing

vernal narwhal
#

Yes that's expected

#

do this againstartx startplasma-x11

patent brook
charred spoke
#

@patent brook what package did you install to get plasma

patent brook
#

I haven’t manually done anything

vernal narwhal
patent brook
#

I just clicked full install

vernal narwhal
charred spoke
#

oh ok

#

ummm

vernal narwhal
#

renamed the nvidia xorg config

#

should be working now idk wtf is goin on

patent brook
vernal narwhal
patent brook
charred spoke
#

@patent brook did you choose nvidia

vernal narwhal
#

wtf

charred spoke
#

when it asked for what drivers

vernal narwhal
#

it's still trying to load the nvidia module

patent brook
#

archinstall only asked me what desktop environment and aur I wanted the rest was fully automated

charred spoke
patent brook
#

No

#

It didn’t

vernal narwhal
charred spoke
#

@vernal narwhal keep in mind that the nvidia module is not necessarily the kernel one

#

lspci -k |egrep -iA2 "vga|3d" and send output

#

picture is fine

charred spoke
patent brook
vernal narwhal
#

Already checked it's using nouveau it's loaded fine

#

but xorg is being a menace

charred spoke
#

im also checking the gpu

vernal narwhal
#

it needs nvidia-340xx-dkms from AUR

#

cuz unsupported

charred spoke
#
[    23.658] (EE) no screens found(EE) 
[    23.658] (EE) ```
#

fatal

#

so

#

hm

vernal narwhal
#

Isn't this referring to the proprietary nvidia module?

charred spoke
#

@charred spoke do you have an igpu

charred spoke
#

im pretty sure thats just for hw accel

vernal narwhal
#

huh

#

Weird

charred spoke
vernal narwhal
#

ye I told them to rename that file

#

but to no avail

#

even with /usr/share/X11/xorg.conf.d/ it doesn't work

#

No idea why

#

hold on ls /usr/share/X11/xorg.conf.d/

patent brook
#

Is arch to advanced for my system? Should I go back to windows?

vernal narwhal
charred spoke
#

@patent brook "[-e /etc/X11/xorg.conf] && echo f"

patent brook
#

Witch command do I do

charred spoke
#

um do the first

patent brook
#

Okay

vernal narwhal
#

It's fine you just have to read and learn

#

Don't get discouraged

#

nvidia is a bitch

patent brook
vernal narwhal
#

don't see anything nvidia related

charred spoke
patent brook
#

Okay

#

No such file or directory

charred spoke
#

oh ok

#

wait it needs spaces

#

[ -e /etc/X11/xorg.conf ] && echo f

patent brook
#

Okay

#

Didn’t give me no output

vernal narwhal
#

Wait a sec i'm just realizing

#

the two xorg logs pasted are the same

#

ummm

#

cat ~/.local/share/xorg/Xorg.0.log |& curl -F 'f:1=<-' ix.io

#

It's rootless X

#

🤧

patent brook
#

Do I type that command there?

vernal narwhal
patent brook
#

Alright

vernal narwhal
#

Pretty sure we were viewing the wrong log 😅

#

It's my bad

patent brook
vernal narwhal
#

Think you made some typo

#

Btw it's a ~ not a dash -

patent brook
#

Oh yes my bad

vernal narwhal
#

Discord font empty

charred spoke
#

easier to just curl --data-binary @.local/share/xorg/Xorg.0.log https://paste.rs

vernal narwhal
#

but not working for some reason

#

It works for me

#

but not for them

patent brook
#

My keyboard doesn’t do the wavy line all the special keys are something else

#

Tf is my keyboard layout

charred spoke
vernal narwhal
#

no need for it anyway

charred spoke
#

oh yeah theres no point in that &

#

you can but it doesn't help

vernal narwhal
#

It just redirects stderr

charred spoke
#

yea

charred spoke
#

couldn't load nv, couldn't load /dev/fb0 (framebuffer)

#

that's probably the issue

patent brook
#

How do I go about fixing it?

charred spoke
#

ill see

patent brook
#

Thanks

vernal narwhal
#

I'm not sure this is the issue

charred spoke
charred spoke
vernal narwhal
charred spoke
vernal narwhal
charred spoke
#

ctrl shift i, look for fonts used

patent brook
charred spoke
#

ill see

vernal narwhal
#

instead of startx

vernal narwhal
charred spoke
#

reboot

#

you might need to run them with sudo

patent brook
charred spoke
#

wdym

patent brook
#

Is that a command I need to type

charred spoke
#

yea

#

you're gonna have to run these eventually, so keep them in mind:

cd nvidia-340xx
makepkg -irs```
vernal narwhal
charred spoke
patent brook
#

Done the command shall I reboot normally or into the usb with the iso

vernal narwhal
vernal narwhal
charred spoke
#

ctrl shift i

#

look for fonts used

patent brook
#

I typed “systemctl enable sddm” then it asked for my password then it just said “authentication complete”

charred spoke
#

is it not there

patent brook
#

Ok

vernal narwhal
patent brook
#

Back to the original message

#

IM IN

vernal narwhal
charred spoke
#

do you have any questions

patent brook
vernal narwhal
#

So weird why doesn't it work with startx????

vernal narwhal
#

It's called kde plasma

patent brook
patent brook
#

If I reboot will it still work or do I need to write down any commands in my notes all

#

*app

charred spoke
#

wait should he use nouveau idk

vernal narwhal
#

with nouveau

charred spoke
#

what is fermi

vernal narwhal
#

let me check

#

stupid names lmao

#

fermi is newer than his card

#

by one gen

charred spoke
vernal narwhal
#

yep

#

It might be better to use the proprietary driver

#

but will it cause xorg problems

#

not sure

charred spoke
#

im sure its fine

charred spoke
#

dont use sudo

patent brook
#

Wdym don’t use sudo I don’t see that in the commands anyway

charred spoke
#

nvm

vernal narwhal
#

ye she means don't do it on your own ( add sudo to the commands)

patent brook
#

The first command doesn’t work

#

Apparently the repo is not found

#

[ SOLVED ] Booting Arch leads to…

vernal narwhal
#

cuz it should be nvidia-340xx-dkms

patent brook
#

Oh okay

vernal narwhal
#

git clone https://aur.archlinux.org/nvidia-340xx-dkms.git

patent brook
#

Oh yeah that worked thanks

#

makepkg command failed

charred spoke
vernal narwhal
#

you need to cd into the directory where the pkgbuild is

#

cd nvidia-340xx-dkms

#

then run it

charred spoke
patent brook
vernal narwhal
#

maybe typo on the web page?

charred spoke
vernal narwhal
#

or not

charred spoke
#

,ti

stray coralBOT
#

The current time for bored amogi is 04:54 PM (CDT) on Wed, 31/05/2023.

charred spoke
#

thats from just now

vernal narwhal
#

idk

#

weird

#

@patent brook check for typos

charred spoke
#

@patent brook can you retry the original package

#

crap thats wrong too

#

ok uh

patent brook
#

But it’s not correct no?

charred spoke
#

???

vernal narwhal
#

It is

charred spoke
#

try

cd
git clone https://aur.archlinux.org/paru.git
cd paru
makepkg -irs
paru -S nvidia-340xx-dkms```
patent brook
charred spoke
#

just do that

vernal narwhal
#

even the original one didn't work?

#

I don't think he tried to makepkg

charred spoke
#

omfg why does it think cd is a fucking programming language

patent brook
#

I’m downloading something now

#

I did makepkg and it said rust or rustup

vernal narwhal
#

which command did you do

charred spoke
#

um

vernal narwhal
#

On the original one? or paru

patent brook
#

paru

charred spoke
#

one sec

#

rust

patent brook
#

Okay

#

It’s installing

vernal narwhal
charred spoke
#

it is

#

thats even in its descripiton

patent brook
#

Is rust a coding language?

charred spoke
#

nvm i bet they removed it

charred spoke
patent brook
#

Okay

vernal narwhal
charred spoke
#

ok

#

i dont either

patent brook
#

Everything is working now thank you both for all your help🙏

charred spoke