Stuck at acpi error after grub

Report Bugs, Issues and non- package Requests
Message
Author
mxp
Posts: 21
Joined: Sun Jul 19, 2020 10:21 am

Re: Stuck at acpi error after grub

#41 Post by mxp »

That was what I did. I meant I have Windows 10 Version 2004. I am dead sure

Huckleberry Finn

Re: Stuck at acpi error after grub

#42 Post by Huckleberry Finn »

Aha ! Sorry, then

Code: Select all

acpi_osi=\"!Windows 2020\"
I'm not sure if this would work. But if you say you want to try and you can do that:

When MX is selected on grub screen hit the key E

Then go to the bottom (the line that begins with vmlinuz ... and ends like ... ro quiet splash ...

Type it among them "literally" , then hit F10 to go on booting.. Say :

... ro quiet acpi_osi=\"!Windows 2020\" splash ...
_______________________________________________________________

This will be "temporary", only for "that boot", so no harm ...

And observe any differences ...

SwampRabbit
Posts: 3602
Joined: Tue Jun 14, 2016 2:02 pm

Re: Stuck at acpi error after grub

#43 Post by SwampRabbit »

I am still not certain they even need this yet... take a look at post #32
viewtopic.php?p=587282#p587282

It seems they never got the Nvidia driver installed, maybe it didn't get purged, maybe it was an install over another version.

This could be why the optirun command isn't found.

Now with my Optimus enabled laptop, I don't need to mess with GRUB until after I install the Nvidia driver.
Even on some of the Optimus laptops, some have an acpi issue, others don't.

Either way I think we need to get the Nvidia driver installed and verified. Then on reboot if there are issues, we address those at that time.
NEW USERS START HERE FAQS, MX Manual, and How to Break Your System - Don't use Ubuntu PPAs! Always post your Quick System Info (QSI) when asking for help.

Huckleberry Finn

Re: Stuck at acpi error after grub

#44 Post by Huckleberry Finn »

True.

mxp
Posts: 21
Joined: Sun Jul 19, 2020 10:21 am

Re: Stuck at acpi error after grub

#45 Post by mxp »

Hey guys
Is there any way to install Nvidia drivers without messing with GRUB?

SwampRabbit
Posts: 3602
Joined: Tue Jun 14, 2016 2:02 pm

Re: Stuck at acpi error after grub

#46 Post by SwampRabbit »

mxp wrote: Mon Jul 20, 2020 2:17 pm Hey guys
Is there any way to install Nvidia drivers without messing with GRUB?
Yes, You shouldn’t need to. But let’s make sure because it doesn’t seem like it was installing when it should have. If it still doesn’t then we will try to set the GRUB option, and we will MX Boot Options rather that the command line, that’s what it is there for... to make it easy.

I assume you are on the 5.6 kernel still.

Since you were having dpkg lock issues, I assume you never had it actually installed the last few times you tried, but let’s run..

Code: Select all

sudo ddm-mx -p nvidia
This will remove anything that shouldn’t be there. After it is finished, please reboot.

After you have rebooted, run the Nvidia Driver Installer from the menu.

When it asks you if you want to “Refresh Sources with apt-get update. Choose YES

When it asks if you have an Optimus system choose YES

After this it should show you candidates. Hopefully it says 440.100 like Stevo mentioned.

When it asks to check the Test Repo, choose NO

Continue to follow the prompts (sorry on phone right now and can’t check the rest of the steps).

But if it finishes without issues, reboot. If it complains again about anything let us know.
NEW USERS START HERE FAQS, MX Manual, and How to Break Your System - Don't use Ubuntu PPAs! Always post your Quick System Info (QSI) when asking for help.

sommenom
Posts: 20
Joined: Fri Mar 06, 2020 7:18 pm

Re: Stuck at acpi error after grub

#47 Post by sommenom »

mxp wrote: Sun Jul 19, 2020 7:38 pm Also will Linux will manage my fan and cpu speeds as per usage automatically or will it use it always at a high speed? Coz high is 4.5 ghz and the fan is throwing real hot air rn and I have just started using the laptop like 1hr ago max...
Also can I install Nvidia gpu drivers on fresh install wo problems.?

.

In my experience best result with asus notebook is use
boot parameter

Code: Select all

acpi_osi=!

For optimal use, if that problem's appeared

And if bumblebee have problem with your hardware, then best option is for you
viewtopic.php?f=23&t=55351

.

SwampRabbit
Posts: 3602
Joined: Tue Jun 14, 2016 2:02 pm

Re: Stuck at acpi error after grub

#48 Post by SwampRabbit »

sommenom wrote: Mon Jul 20, 2020 4:21 pmAnd if bumblebee have problem with your hardware, then best option is for you
viewtopic.php?f=23&t=55351
Let’s not take this into some round about way just yet until we have verified there are issues with the normal way in MX Linux please.

We don’t want to over complicate things as it is.
NEW USERS START HERE FAQS, MX Manual, and How to Break Your System - Don't use Ubuntu PPAs! Always post your Quick System Info (QSI) when asking for help.

sommenom
Posts: 20
Joined: Fri Mar 06, 2020 7:18 pm

Re: Stuck at acpi error after grub

#49 Post by sommenom »

.
and the fan is throwing real hot air rn and I have just started using the laptop like 1hr ago max...


Same symptoms I've got on my asus notebook and one and only solution was using the boot parameter

Code: Select all

acpi_osi=!


Depends on hardware, maybe new kernel will be* solving this
Maybe you know more, I don't dispute ...

.

mxp
Posts: 21
Joined: Sun Jul 19, 2020 10:21 am

Re: Stuck at acpi error after grub

#50 Post by mxp »

hello SwampRabbit

i followed all your instructions and even after installing nvidia drivers the gpu is not working
P.S. i ran the uninstall command before installing and restarted and installed drivers and restarted again before running inxi -G
result-

Code: Select all

$ inxi -G
Graphics:  Device-1: Intel UHD Graphics 630 driver: i915 v: kernel 
           Device-2: NVIDIA driver: N/A 
           Display: x11 server: X.Org 1.20.4 driver: modesetting unloaded: fbdev,vesa 
           resolution: 1920x1080~120Hz 
           OpenGL: renderer: Mesa Intel UHD Graphics 630 (CFL GT2) v: 4.6 Mesa 20.0.7 

here the installation code--

Code: Select all

About to execute /usr/local/bin/ddm-mx -i nvidia.
This command needs root privileges to be executed.
Using su...
Enter root password at prompt.
Password: 

Distribution:   MX

INSTALL IS nvidia
creating lock ...
===================================
Install drivers for: nvidia
Start at (m/d/y): 07/21/2020 04:17:52
===================================

========================================
========================================

To restore open source drivers use:  
sudo ddm-mx -p nvidia

========================================
========================================


Refreshing Sources with apt-get update

Continue?
  1) yes (default)
  2) no
Press <Enter> for the default entry
Use 'q' to quit
y Opps.  Please try again

Hit:1 http://mx-pkg.mirror.net.in/MX-Linux/mx/repo buster InRelease
Hit:2 http://deb.debian.org/debian buster-updates InRelease
Hit:3 http://deb.debian.org/debian buster InRelease
Hit:4 http://deb.debian.org/debian-security buster/updates InRelease
Reading package lists... Done


Is this a NVIDIA/INTEL Optimus system?
  1) yes (default)
  2) no
Press <Enter> for the default entry
Use 'q' to quit


Candidate is:  bumblebee-nvidia 3.2.1-22~mx19+1 nvidia-driver 418.113-1
Installed is:  bumblebee-nvidia (none) nvidia-driver (none)


Would you like to check MX Test Repo for a later version?
  1) yes
  2) no (default)
Press <Enter> for the default entry
Use 'q' to quit

Ok...


Need driver: bumblebee-nvidia 3.2.1-22~mx19+1 nvidia-driver 418.113-1
 packages to install are  bumblebee-nvidia nvidia-driver nvidia-kernel-dkms virtualgl virtualgl-libs:i386

Continue?
  1) yes (default)
  2) no
Press <Enter> for the default entry
Use 'q' to quit

Frontend: 
Nvidia command  = apt-get install --install-recommends --reinstall -y    bumblebee-nvidia nvidia-driver nvidia-kernel-dkms virtualgl virtualgl-libs:i386
Reading package lists...
Building dependency tree...
Reading state information...
Reinstallation of linux-headers-5.6.0-2-amd64 is not possible, it cannot be downloaded.
                                                                                       0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
                                                                Need to get 0 B/7,576 B of archives.
                                                                                                   After this operation, 0 B of additional disk space will be used.
(Reading database ... 348302 files and directories currently installed.)database ... 
Preparing to unpack .../build-essential_12.6_amd64.deb ...
Unpacking build-essential (12.6) over (12.6) ...
Setting up build-essential (12.6) ...
Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 virtualgl-libs:i386 : Depends: libgl1:i386 but it is not going to be installed
                       Depends: libx11-6:i386 but it is not going to be installed
                       Depends: libxext6:i386 but it is not going to be installed
                       Depends: libxv1:i386 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
groupadd: group 'bumblebee' already exists
groupadd: group 'video' already exists
bumblebeed: unrecognized service
Reading package lists...
Building dependency tree...
Reading state information...
Package 'nvidia-xconfig' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Finished


========================================
========================================

To restore open source drivers later use:  
sudo ddm-mx -p nvidia

========================================
========================================


For recovery help see 
https://mxlinux.org/wiki/hardware/nvidia-driver-install-recovery

Information written to /home/parrot/ddm-mx-nvidia_removal_command.txt


Press <Enter> to exit

Post Reply

Return to “Bugs and Non-Package Requests Forum”