0

I have an HP Pavilion laptop with intel i7 and 8 GB RAM and a GeForce GTX 1080 graphics card.

I download the Ubuntu installer, and I booted it. I completed the setup 2 times and I still got an error. Here's the error.

Here's an image of the error

[ 0.068039] x86/cpu: VMX (outside TXT) disabled by BIOS
[ 0.068043] x86/cpu: SGX disabled by BIOS.
[ 0.548357] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCIO.P EGO.PEGP. ON], AE_ALREADY_EXISTS (20221020/dswload2-326)
[ 0.548367] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (202210 20/psobject-220)
[ 0.548374] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCIO.P EGO.PEGP._OFF], AE_ALREADY_EXISTS (20221020/dswload2-326)
[ 0.548380] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (202210 20/psobject-220)
[ 1.056179] ACPI Error: Aborting method \_SB.PCIO.SPI1.FPNT. CRS due to previ ous error (AE_AML_INVALID_RESOURCE_TYPE) (20221020/psparse-529)
I 1.056191] ACPI Error: Method execution failed \_SB.PCIO.SPI1.FPNT. CRS due to previous error (AE_AML_INVALID_RESOURCE_TYPE) (20221020/uteval-68)
[ 1.064099] ACPI Error: Aborting method \_SB.PCIO.SP12.FPNT. CRS due to previ ous error (AE_AML_INVALID_RESOURCE_TYPE) (20221020/psparse-529)
[ 1.064110] ACPI Error: Method execution failed \_SB.PCIO.SP12.FPNT. CRS due to previous error (AE_AML_INVALID_RESOURCE_TYPE) (20221020/uteval-68) /dev/mapper/vgcutefishos-root: clean, 273487/60891136 files, 6989154/243557376 b
karel
  • 122,292
  • 133
  • 301
  • 332

1 Answers1

0

You are not providing enough information on your system, however

it appears you need to do just what the first two lines are implying, that is boot up your computer, enter BIOS setup mode, then:

  1. enable VMX ( Virtual Machine Extensions )
  2. enable SGX ( Software Guard Extension )

for issue one, see more here VMX (outside TXT) : disabled by bios

and for issue number two, take a look here SGX disabled by BIOS in Ubuntu 22.04

after that do a clean install, wipe previous installation.

hopefully, you'll have Ubuntu running soon.

Giorgos Saridakis
  • 768
  • 1
  • 5
  • 13