I have a MSI MS-1653 laptop which was running Ubuntu 20.04. I tried to install NVidia CUDA with sudo apt install cuda
. For some reason the install built a new kernel, and now when I boot into that kernel I have no networking.
I need to roll back to a previous kernel, but I can't get the boot menu that will allow me to go to Advanced options and boot a previous kernel as shown here.
When I try to remove the latest kernel with sudo apt remove linux-image-5.15.0-1032-oracle
it fails because it can't connect to the internet.
MSI and Nvidia have left me with an unusable laptop. Is there a way out of this predicament?
chroot
from a live system: https://askubuntu.com/a/1238393/968501 – Raffa Apr 15 '23 at 18:12shift
key during boot to access Grub menu? If that doesn’t work, perhaps pressing and holding theesc
key? You may have to wait until after the bios splash screen. If neither of these, then do what @Raffa says and chroot into your system via Live disc and look at your grub configuration. – mpboden Apr 17 '23 at 15:40