4

I am trying to install Lubuntu on a Toshiba Satelite laptop. When I boot from the flash drive that has the image on it and try to install, I get two error messages:

[    0.004964] __common_interrupt: 1.55 No irq handler for vector
[    2.352043] integrity: Problem loading X.509 certificate -65

Just to check that it wasn't Lubuntu that was causing the problem, I also attempted to install Ubuntu Desktop with the same results.

I have tried various answers I found on Google without success. For the No irq handler for vector error:

For the Problem loading X.509 certificate -65 error:

Most sources say that I should disable secure boot to get it going, but doing so does nothing to get rid of this error.

I can't seem to figure out either of the above errors so that I can continue with installation. Is there a troubleshooting step I haven't tried before that could fix these?

UPDATE:

In answer to the comments, here is some more information about the computer:

Toshiba Satellite C855D-S5357

CPU: AMD E-300 APU with Radeon Graphics, 1.3 GHz

RAM: 4GB

Graphics: AMD Radeon HD 6310 Graphics

If it's relevant also, it currently has Windows 10 installed, but the system can't handle it to the point of being unusable. That's just one of many reasons to install Linux instead.

Dubl
  • 143

1 Answers1

5

I think I have an answer. See this link.

According to that link, your computer is probably booting in UEFI mode, and if you switch in the BIOS to CSM (alias BIOS mode alias legacy mode), the graphics will probably work for you. At least it did 8 years ago (with Ubuntu).

It turns out the option to change between UEFI and CSM was buried under a sub-menu that I didn't see at first. Changing it allowed Ubuntu to run. Thanks for you help!

I have a similar version of Toshiba, but with Intel CPU, and I think the UEFI/BIOS system is the same or similar:

  • Press F12
  • Select <Enter Setup>
  • Select 'Advanced'
  • Select 'System Configuration'
  • Press the <Enter> key and get to the menu where you switch between UEFI and CSM Boot
  • Press F10 to save the new setting and reboot
sudodus
  • 47,684