kfechter / LegionY530Ubuntu

Guide for installing Ubuntu on the Legion Y530
GNU General Public License v3.0
177 stars 32 forks source link

ACPI Error when restarting #53

Closed zopagaduanjr closed 5 years ago

zopagaduanjr commented 5 years ago

Describe the bug I have tried to install Ubuntu(18.04) 3 times. First 2 times is Install without downloading, while the 3rd I tried to install while downloading updates. All the 3 installation where custom installation type (wherein I assign partition sizes to ROOT, SWAP, HOME). After Finishing installing, the reboot message pops up and I clicked reboot. Within the 3 installations I made, I always end up to this screen:

image

To Reproduce My Y530 has i5 - 8300H 1 TB no M.2 secondary hdd GTX 1050Ti

Additional context have downloaded ubuntu 18.04 LTS image twice, etched my microsd card thrice for the three times i tried to install. I'm using sandisk 32gb microsd as boot usb with a microsd to USB connector. Connected the usb at both left and right usb 3.1 ports of my y530.

zopagaduanjr commented 5 years ago

I tried it one last time but this time I updated my BIOS(8JCN50WW), Installed without downloading, then I also ended up on the same black screen as the picture above. I left it on overnight. On the next day, In the grub screen i Disable Nouveau Modeset, then the login screen shows.

kfechter commented 5 years ago

the ACPI error has to do with the PCI AER (Advanced Error Reporting)

that can be disabled with the boot flag pci=noaer

for booting with nouveau, the nomodeset may be required (sometimes works), but that is stated in the guide under Additional Notes,

zopagaduanjr commented 5 years ago

after updating my nvidea card my ubuntu works fine without disabling Nouveau Modeset. Been using ubuntu for 4 days and still working! thanks