![]() |
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) |
ACPI Error while Installing on MSI GL62M 7RDX - Asif Ansari - 08-17-2018 Getting Namespace lookup failure while installing LL 4.0 Re: ACPI Error while Installing on MSI GL62M 7RDX - kpanic - 08-17-2018 (08-17-2018, 07:12 PM)Asif Ansari link Wrote: Getting Namespace lookup failure while installing LL 4.0 Please post the error message here (there are many different namespaces) Re: ACPI Error while Installing on MSI GL62M 7RDX - Asif Ansari - 08-17-2018 I've now added the screenshot Re: ACPI Error while Installing on MSI GL62M 7RDX - kpanic - 08-17-2018 So, when does this happen? While installing (the screenshot does not support that) or after the installation? Can you boot the installation CD / USB ? Re: ACPI Error while Installing on MSI GL62M 7RDX - Asif Ansari - 08-17-2018 This is while installing, Yes I can boot from the pen drive and right when I select "start linux lite" option it gives me this error Re: ACPI Error while Installing on MSI GL62M 7RDX - kpanic - 08-17-2018 Ok, try this: When you get the Menu, press 'e' to edit the boot parameters. Then find the row which begins with the word 'linux'. Then navigate (using the arrow keys) to go to that line. Then press End key to go to the end of that line or navigate there using the arrow keys. Finally append the text 'acpi=off' to the end of the line and press Ctrl+x to boot Re: ACPI Error while Installing on MSI GL62M 7RDX - Asif Ansari - 08-17-2018 No I do not get the grub option, so there's no "press e to edit" option, it's right after booting from the installation media (Pen Drive) I tried to press "tab to edit" and add acpi=off to that line.still the same issue Re: ACPI Error while Installing on MSI GL62M 7RDX - kpanic - 08-17-2018 Oh yes, this GRUB version seems to be different - it is the TAB key instead of 'e'. Can you disable ACPI (Advanced Configuration and Power) from BIOS? Re: ACPI Error while Installing on MSI GL62M 7RDX - Asif Ansari - 08-17-2018 No option to disable acpi in BIOS Re: ACPI Error while Installing on MSI GL62M 7RDX - kpanic - 08-17-2018 When you add the boot parameter acpi=off you must be very careful. The text must be in the same line where the 'linux' entry is. And you must have exactly ONE space between the last character and the text acpi=off Also, there must not be anything else after the acpi=off text - not even a space character. Example: Code: linux /boot/vmlinuz.... bla bla bla quiet splash acpi=off |