![]() |
ACPI Error while Installing on MSI GL62M 7RDX - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5) +--- Forum: Installing Linux Lite (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=17) +--- Thread: ACPI Error while Installing on MSI GL62M 7RDX (/showthread.php?tid=5531) |
Re: ACPI Error while Installing on MSI GL62M 7RDX - Asif Ansari - 08-17-2018 Command (? for help): p Disk /dev/sda: 234455040 sectors, 111.8 GiB Model: WDC WDS120G2G0B- Sector size (logical/physical): 512/512 bytes Disk identifier (GUID): 58BD6B7E-4E50-410F-B582-1821EEB79B51 Partition table holds up to 128 entries Main partition table begins at sector 2 and ends at sector 33 First usable sector is 34, last usable sector is 234455006 Partitions will be aligned on 2-sector boundaries Total free space is 4348 sectors (2.1 MiB) Number Start (sector) End (sector) Size Code Name 1 34 32767 16.0 MiB 0C01 Microsoft reserved ... 2 32768 174112767 83.0 GiB 0700 Basic data partition 3 174112768 234450658 28.8 GiB 0700 Basic data partition I have 1 SSD sda and 1 HDD sdb sda has 3 partitions sda1, sda2 and sda3. LL 4.0 is installed on sda3 the partition with 28.8GB space Re: ACPI Error while Installing on MSI GL62M 7RDX - kpanic - 08-17-2018 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 ![]() Re: ACPI Error while Installing on MSI GL62M 7RDX - kpanic - 08-17-2018 Forget my previous post. Just reboot, then choose the 'Safe mode' and apply the acpi=off there. When you are in the actual LL, edit the file (as root) /etc/default/grub and add the parameters which I suggested in the previous post into it. Save it and run 'update-grub' as root. If everything goes fine, you don't need to apply safe mode or edit grub any more... Let me know how it went ![]() Re: ACPI Error while Installing on MSI GL62M 7RDX - Asif Ansari - 08-18-2018 Thanks a lot kpanic for helping me out. I did got a few minor issues like brightness and wifi were not working but I managed to fix those things. Everything went fine after that, booted into LL 4.0 did some customisation to my liking and everything seems to be smooth now. Thanks. Sent from my ONEPLUS A3003 using Tapatalk Re: ACPI Error while Installing on MSI GL62M 7RDX - kpanic - 08-20-2018 Good to hear that [member=7996]Asif Ansari[/member] , If everything looks fine, please set this topic as 'solved' Cheers, |