I have a dual boot setup with Windows 11 and Kubuntu 23.10. My laptop is a Lenovo IdeaPad 5 Pro 16ACH6 (model with GeForce RTX 3050).
I tried to remove all NVIDIA drivers because my battery drains much faster on Kubuntu than on Windows, and I understood that the issue might be related to the graphics card.
I simply used the remove command (and then autoremove afterward) with the NVIDIA wildcard indicated here: How can I uninstall a nvidia driver completely ?
However, after rebooting, I encounter ACPI errors, and the OS refuses to start, even if I add acpi=off and noapic to the grub options.
I tried booting into recovery mode and then booting normally from recovery. It works, but when I reach my desktop, none of my devices work (Wi-Fi, trackpad, Bluetooth, etc.). So, I'm unable to connect to the internet to perform an apt upgrade.
When I run ifconfig, I only see "lo" displayed.
I'm not sure what to do anymore. I don't have an Ethernet port on my PC, and even with a Type-C adapter, I don't have the eth0 interface available.
Any ideas? I feel like it also removed all the drivers for my devices...
/var/log/dpkg.log
, make a note of all packages that you uninstalled today, then reinstall them. According to your link, you might have removed your desktop environment, so you want to dosudo apt install kubuntu-desktop
– Daniel T Feb 12 '24 at 22:14dpkg -i
– Daniel T Feb 12 '24 at 22:55