0

UPDATE #2:

Please read the below sections first.

The version of Ubuntu on the computer is 22.04.2 LTS. I believe the OS is installed on an internal SSD but am not 100% certain, this computer is one of several in a lab I work in, so I did not make the computer myself. I do know the computer was assembled by someone in the lab, and they handled the construction of the computer and the installation of the OS themselves.

After disconnecting all peripherals, I only receive the following messages:

[0.155173] x86/cpu: VMX (outside TXT) disabeld by BIOS
[0.155176] x86/cpu: SGX disabed by BIOS.
/dev/sdb2: clean, 2002793/6102208 files, 232117602/244059136 blocks
[3.556883]

UPDATE #1:

My original post is below. There were two external hard drives connected to the computer, which I have now removed, and the amount of error messages has gone down significantly. I am going to continue to work in my own time to try and resolve this issue, but any additional help would be greatly appreciated:

Here are the new messages I now receive when trying to boot:

[0.154795] x86/cpu: VMX (outside TXT) disabled by BIOS
[0.154799] x86/cpu: SGX diabled by BIOS.
[2.851156] usbhid 1-3:1.3: couldn't find an input interrupt endpoint
[3.032315] hid-generic 0003:0D8C:0005.0005: No inputs registered, leaving
/dev/sdb2: clean, 2002793/61022208 files, 232115550/244059136 blocks
[4.469430]

ORIGINAL POST:

I have an Ubuntu system that was previously running just fine. After a shutdown one day, it no longer will boot completely. When I turn on the computer I am met with the following messages:

[0.154791] x86/cpu: VMX (outside TXT) disabled by BIOS
[0.154795] x86/cpu: SGX diabled by BIOS.
[3.027456] scsi 6:0:0:1: Wrong diagnostic page: asked for 1 got 8
[3.027611] scsi 6:0:0:1: Failed to get diagnostic page 0x1
[3.027757] scsi 6:0:0:1: Failed to bind enclosure -19
[3.087716] usbhid 1-3:1.3: couldn't find an input interrupt endpoint
[3.272330] hid-generic 0003:0D8C:0005.0005: No inputs registered, leaving
/dev/sdb2: clean, 2002797/61022208 files, 231852122/244059136 blocks
[5.297522]

If anyone could help me out I would greatly appreciate it! I can try an provide any additional information that may be useful to solving the issue

Tommy
  • 3
  • 3

1 Answers1

1

Hm, none of these errors should prevent your system from booting...

  • Find info on the VMX message here
  • Find info on the SGX message here
  • The two lines about usbhid are probably there because there's an issue with a remaining USB peripheral. (Keyboard? Mouse?)

If Ubuntu really doesn't boot (sometimes it takes quite some time to progress from this screen, so make sure to let it sit a while), try switching back to an older kernel. You can select an older kernel from the grub menu on boot. Let us know, if you need help with that.

Update: The file system was full. Deleting some files from recovery mode fixed it. Good job, Tommy. :)

Béné
  • 1,026