LINUX LITE 7.2 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ACPI Error while Installing on MSI GL62M 7RDX
#22
Ok, next command

Code:
sudo su

Then:
Code:
mount /dev/sda3 /mnt

Then:
Code:
cp -f /mnt/etc/default/grub /etc/default
Code:
nano /etc/default/grub

There is a line like 'GRUB_CMDLINE_LINUX="bla bla bla..."
Append the words 'noapic noapci nosplash acpi=off' to the end inside the quotes in case
they are not there yet.

Then press 'Ctrl+o' and 'Ctrl+x'

Then command (still in the same console)
Code:
grub-mkconfig -o /mnt/boot/grub/grub.cfg; sleep 5; sync
Code:
cp -f /etc/default/grub /mnt/etc/default; sync
Code:
umount /mnt

Now reboot and let's hope it works without more editing - let's see Smile

Reply


Messages In This Thread
Re: ACPI Error while Installing on MSI GL62M 7RDX - by kpanic - 08-17-2018, 10:16 PM

Forum Jump:


Users browsing this thread: 8 Guest(s)