0

I think I did something that stopped my default ubuntu image to load USB items. This includes the following:

  • Mouse
  • Keyboard
  • Wireless USB Adaptor

When the computer starts I get an error message, which I cannot read (because it goes away too fast).

error

When I start up if I open grub I can select an older image 4.10.0-33-generic everything loads and works fine.

I however, want to load the default which isn't working 4.10.0-35-generic.

Is there a way for me to fix the broken image/kernel?

1 Answers1

0

You may have two separate issues. File system corruption and secure boot...

To check the file system on your Ubuntu partition...

  • boot to the GRUB menu
  • choose Advanced Options
  • choose Recovery mode
  • choose Root access
  • at the # prompt, type sudo fsck -f /
  • repeat the fsck command if there were errors
  • type reboot

Stop the reboot at the BIOS and check to make sure that secure boot is disabled.

heynnema
  • 73,649