(i5-11400H, rtx 3050 TI) Laptop won't boot manjaro

I recently purchased a laptop(i5-11400H, rtx 3050 ti) and I’ve installed manjaro kde on it… a few reboots after I’ve got these errors… any ideas how to fix 'em? Thank you!

The laptop isn’t booting manjaro…

It just stays with those information on screen.

(I’ve updated the gpu drivers from the GUI at Hardware Configuration after that I’ve rebooted my laptop and it got stuck since then…)

It won’t take any input from my keyboard… it’s just stuck on this screen… https://imgur.com/0TThlc7

https://imgur.com/a/xtdsnTm

Welcome to the forum! :wave:

Those aren’t errors. What problem are you having?

Please see [HowTo] Request support

The laptop isn’t booting manjaro…

It just stays with those information on screen.

(I’ve updated the gpu drivers from the GUI at Hardware Configuration after that I’ve rebooted my laptop and it got stuck since then…)

It won’t take any input from my keyboard… it’s just stuck on this screen… https://imgur.com/0TThlc7

Not even for switching TTY?


It doesn’t let me switch to TTY… the screen is completely frozen.

Could the gpu drivers, which I installed from the GUI at Hardware Configuration, have anything to do with this freeze?

since you cant tty, you have to chroot - boot into manjaro live usb, chroot:
manjaro-chroot -a
and provide output from:
mhwd -l -li

Imgur

looks ok…
post also output from:
mhwd-kernel -li

and did you have installed any gpu switching package:
pacman -Qs 'optimus|bbswitch|bumblebee|prim'

Thing is that after I reinstalled manjaro, tried it a couple of times, after some time rebooting it makes it freeze…

looks ok, so add this parameter:
open this file:
nano /etc/default/grub
and inside this line: GRUB_CMDLINE_LINUX_DEFAULT inside the quotes add this parameter:
ibt=off
dont remove anything, just add it to existing parameters, save the file with ctrl+x, update grub:
update-grub
exit chroot:
exit
reboot and see if it helped

1 Like

Didn’t try it yet…

Imgur

I tried to reinstall but after some time rebooting it again it freezes…

what do you mean with you didnt try it yet? did you added the parameter?

I think it worked, it booted back… what was the problem?

well if you can boot normally, that means it worked … this is a known issue with nvidia gpu and intel cpu, that is still not fixed…

1 Like

Thank you very much!

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.