0

I woke up today, pressed power button and got this screen. enter image description here I did some research and uninstalled nvidia drivers, which caused pkcs errors to go away. More research, and enabling secure boot caused uefi thing to go away. So it looks like this now. enter image description here I have no clue what's going on, I just migrated to Linux from Windows a week ago and I am upset it bricked itself.

I can type startx and go to desktop as root but internet does not work and I don't really know what to do. (startx would not boot to desktop before I removed nvidia drivers which was version 390 by the way). I am using kubuntu 18.04.1.

Some help would be nice.

(specs: Asus z170i pro gaming, i5-6400, evga gtx 1060)

kyuunex
  • 41

2 Answers2

3

answering my own question here for visibility, the ACPI errors and PKCS in the log actually have nothing to with the real problem i had. gonna quote my own comment from the other answer.

"Alright, so I found the issue. Yesterday I formatted one of my drives to ext4 from ntfs because the specific application required me to use ext4 partition. However, I didn't made necessary changes to /etc/fstab to let the system know it's no longer NTFS. To fix this, I had to remove extra drive mount points from that file, save, reboot."

basically, it just got stuck on this step of the boot process because it was unable to mount the drive.

kyuunex
  • 41
1

From what I can glean, the kernel is finding a known bug, since it cites the errata and asks you to modify microcode with a newer version.

I would need to know more from kernel and about your hardware and software configs.

What device is that? Sound card? Power interface, I had some problems a while ago with my Lenovo.

This might relate: Ubuntu 17.10 [Firmware Bug]: TSC_DEADLINE

Consensus looks to indicate you need to load new microcode:

https://wiki.archlinux.org/index.php/microcode

I see, this looks akin to your issue:

ACPI Errors - Ubuntu 16.04/17.04 can not be installed

Looks like you can get grub to hang in there longer and allow more ACPI errors and still boot.

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_rev_override=5"