MX LINUX 21.1 AHS BOOT ISSUE

szovatilevente

New Member
Joined
May 21, 2022
Messages
19
Reaction score
5
Credits
134
Can anyone help me? Not every time but it happens, when I boot my laptop(ASUS F15,I5, Nvidia gtx 1650), it crashes,I have to turn it off from the power button. The second time I turn it on it works perfectly. I mention that I don't have dualboot only mx linux 21.1 ahs latest installed. Thanks in advance!
 

Attachments

  • IMG_20220610_174926763.jpg
    IMG_20220610_174926763.jpg
    3 MB · Views: 229


Might have to add nomodeset to the grub
he parameters grub2 will use are stored in its grub.cfg file. The grub.cfg file is generated from grub’s default settings file /etc/default/grub.

To update the kernel parameter in grub2, edit the /etc/default/grub file first. For adding nomodeset, add it to the line for GRUB_CMDLINE_LINUX_DEFAULT like

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
 
You may have to drop to a shell prompt at start up usually by Ctrl +Alt+F1
I see a bunch of ACPI erros and AE errors - check to see if sed is installed or not
Code:
sudo apt install sed
it will tell you if it needs it or already at latest version
then run
Code:
sudo sed -i 's/COMPRESS=lz4/COMPRESS=gzip/g' /etc/initramfs-tools/initramfs.conf
then run
Code:
sudo update-initramfs -u -k all
Reboot
then check the
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset"
once you set that and save the file you have to run
Code:
sudo update-grub
afterwards or the grub will not recognize the change

then reboot again
 
Last edited by a moderator:

Staff online

Members online


Top