![]() |
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 Yeah, It progressed a little bit, now stuck at this screen Re: ACPI Error while Installing on MSI GL62M 7RDX - kpanic - 08-17-2018 Ok, looks better but you may need to give some additional boot parameters. Please try first 'Safe Mode' and add the acpi=off there too.. Re: ACPI Error while Installing on MSI GL62M 7RDX - Asif Ansari - 08-17-2018 Thanks a lot man!!! It worked in safe mode! Booted into LL 4.0. Trying to install, But I guess I'll get similar error while booting after installation. Let's see how it goes after the installation. Re: ACPI Error while Installing on MSI GL62M 7RDX - kpanic - 08-17-2018 Good to hear that man! Don't worry about it, you can disable the acpi when you have installed. Let it install but don't reboot yet! Let me know when it's finished and I'll tell you what to do next... Re: ACPI Error while Installing on MSI GL62M 7RDX - Asif Ansari - 08-17-2018 Yeah, it got installed asking for a reboot. I'm waiting... Re: ACPI Error while Installing on MSI GL62M 7RDX - kpanic - 08-17-2018 Ok, great! Don't reboot yet. Open a console and command Code: dmesg | less There is a line in the start that begins with the words 'Command line'. Please copy the whole line and post it here Re: ACPI Error while Installing on MSI GL62M 7RDX - Asif Ansari - 08-17-2018 Replying from the LL 4.0 itself ;D ;D Command line: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/custom.seed boot=casper xforcevesa nomodeset initrd=/casper/initrd.gz ramdisk_size=1048576 root=/dev/ram rw noapic noapci nosplash irqpoll --acpi=off Re: ACPI Error while Installing on MSI GL62M 7RDX - kpanic - 08-17-2018 Cool ![]() Now - using the console again - command: Code: mount | grep /dev/sd Please post output Re: ACPI Error while Installing on MSI GL62M 7RDX - Asif Ansari - 08-17-2018 /dev/sdc1 on /cdrom type vfat (ro,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro) Re: ACPI Error while Installing on MSI GL62M 7RDX - kpanic - 08-17-2018 Ok, you must mount the hard drives too, otherwise you must boot the first boot using the grub editing again.. Please command: Code: gdisk /dev/sda then press 'p' followed by ENTER and copy the lines here (after 'p' you may press 'q' followed by ENTER to exit gdisk) |