Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Computer freezes at login [solved]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
Ran.Rutenberg
n00b
n00b


Joined: 23 Mar 2007
Posts: 27

PostPosted: Mon Jan 02, 2023 1:57 pm    Post subject: Computer freezes at login [solved] Reply with quote

Hi,

I got a new laptop and installed Gentoo on it. After rebooting the system for the first time thru the install, I can enter the password for the luks partition and the loading keeps going untill it reaches the login (still console). However, at this point the computer freezes. I tried also with the recovery option and it made no difference.
I'm using the distribution kernel with no modifications.

I'm not sure how even to begin finding out what causes the freeze.
Here is a picture of the screen at the time of freeze:

https://photos.app.goo.gl/aVsZm1yHU1KVvg3TA

Hope someone will have an idea,

Ran


Last edited by Ran.Rutenberg on Tue Jan 03, 2023 7:30 pm; edited 1 time in total
Back to top
View user's profile Send private message
sMueggli
Guru
Guru


Joined: 03 Sep 2022
Posts: 374

PostPosted: Mon Jan 02, 2023 2:19 pm    Post subject: Reply with quote

Why do you think, that the system freezes?

Is the keyboard working?
Back to top
View user's profile Send private message
Ran.Rutenberg
n00b
n00b


Joined: 23 Mar 2007
Posts: 27

PostPosted: Mon Jan 02, 2023 2:23 pm    Post subject: Reply with quote

The keyboard works because I could enter the password for the luks partition.
I think it is the computer and not the keyboard because the cursor stops blinking.

Perhaps I should say that when I installed gentoo, I had to use the cached version of the kernel on the live usb because the regular one did not load.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54300
Location: 56N 3W

PostPosted: Mon Jan 02, 2023 2:35 pm    Post subject: Reply with quote

Ran.Rutenberg,

Can you try an external USB keyboard.
It looks like the kernel may be missing a piece of the keyboard driver.

Everything else looks good.

The keyboard driver used to read your LUKS pass phrase need not be the one in use now.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Ran.Rutenberg
n00b
n00b


Joined: 23 Mar 2007
Posts: 27

PostPosted: Mon Jan 02, 2023 2:54 pm    Post subject: Reply with quote

Thanks for your reply. Unfortunately, I do not have an external keyboard available.
Do you think there is another way to check it?

The cursor stops blinking at the login prompt even if I do not press any button
Back to top
View user's profile Send private message
Ran.Rutenberg
n00b
n00b


Joined: 23 Mar 2007
Posts: 27

PostPosted: Mon Jan 02, 2023 2:57 pm    Post subject: Reply with quote

And if it was a keyboard issue, wouldn't it also affect the Gentoo liveUSB?
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54300
Location: 56N 3W

PostPosted: Mon Jan 02, 2023 3:18 pm    Post subject: Reply with quote

Ran.Rutenberg,

Maybe. The liveUSB has a fully modular kernel, so if it works there, the right modules are being loaded.

When you use the liveUSB kernel and initrd in your own install, there are several module loading mechanisms provided.
All I can say for sure is that the environment is different .. so maybe.

Long shot.

Have you set up Xorg yet?
The system may have switched to a broken Xorg on a different VT, leaving you at the now inactive console VT.
That's only an option if you have set up Xorg to start at boot.

Is setting up sshd an option?
That would allow a remote log in to get logs.
To do that, you need a working network interface and your image says that dhcpcd could not find any interfaces.

If logging is set up, when you boot with the liveUSB and mount your root filesystem at /mnt/gentoo, there may be some useful logs in /mnt/gentoo/var/log/*
/mnt/gentoo/var/log/dmesg would be good to see.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Ran.Rutenberg
n00b
n00b


Joined: 23 Mar 2007
Posts: 27

PostPosted: Mon Jan 02, 2023 5:49 pm    Post subject: Reply with quote

Thanks.
The xorg option is an interesting possibility. I probably have xorg as I used a plasma desktop profile.
I will also try getting the logs out.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54300
Location: 56N 3W

PostPosted: Mon Jan 02, 2023 6:01 pm    Post subject: Reply with quote

Ran.Rutenberg,

If you have not explicitly installed Xorg, you don't have it.
Its not required to run a GUI only to display the output of the GUI.

That may sound odd but X was designed at the outset to be "network transparent"i In the early days of X, that was the normal use case.
Run the applications on one system and display the output on another. That still works today.
As its a design feature, if you want to display the GUI on the same system as it runs on, you need all the bits.
The display part is not pulled in by anything else.
The two parts still communicate over the network, even if the system is not on a network. :)
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Ran.Rutenberg
n00b
n00b


Joined: 23 Mar 2007
Posts: 27

PostPosted: Mon Jan 02, 2023 7:36 pm    Post subject: Reply with quote

So from the kern.log I can see that basically the kernel is not frozen as a few minutes after everything else I can see an event about the lid closure (I closed it after it froze).

Using the liveUSB several times now, I can see that it freezes sometimes as well while loading, but at least I can do a soft poweroff with the power button instead of a long press.
Back to top
View user's profile Send private message
Ran.Rutenberg
n00b
n00b


Joined: 23 Mar 2007
Posts: 27

PostPosted: Tue Jan 03, 2023 2:02 am    Post subject: Reply with quote

I tried switching to Systemd using a new install. Now the computer freezes before getting to the login, but now I get a more useful error:
Code:
i915 0000:00:02.0: Your graphics device 4626 is not properly supported by the driver in this kernel version. To force driver probe anyway, use i915.force_probe=4626 module parameter or CONFIG_DRM_I915_FORCE_PROBE=4626 configuration option, or (recommended) check for kernel updates.


The full output is in:
https://photos.app.goo.gl/6xzY94deHXrMr5AG7

My computer is Dell precision 3470 with Intel i7 1270P and with nvidia t550 graphics card.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54300
Location: 56N 3W

PostPosted: Tue Jan 03, 2023 9:31 am    Post subject: Reply with quote

Ran.Rutenberg,

You have an Optimus graphics system. Ignore the nVidia GPU for now.

You probably have the stable kernel, which in 5.15.x at the time of writing. Its fairly old an has only ever had bug fixes and security patches.
That's what stable means.

Try the testing kernel. Even if you force the probe of your Intel GPU, it may not work.

That message from the kernel will have been there with OpenRC too. It will have scrolled off the screen.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Ran.Rutenberg
n00b
n00b


Joined: 23 Mar 2007
Posts: 27

PostPosted: Tue Jan 03, 2023 7:30 pm    Post subject: Reply with quote

Thank you very much NeddySeagoon!
Using kernel 6.1 gets me to the login screen.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum