View Issue Details

IDProjectCategoryView StatusLast Update
0005941Rocky-Linux-9Generalpublic2024-02-28 06:49
ReporterQiang Li Assigned ToLouis Abel  
PrioritynormalSeveritycrashReproducibilityalways
Status closedResolutionnot fixable 
Summary0005941: "Intel(R) Core(TM) i7-4790 cannot install Rocky 9.3."
DescriptionWhen using VMware Workstation to create a virtual machine, the host CPU is Intel(R) Core(TM) i7-4790, and the installation process will not proceed, and the virtual machine CPU will crash.,The Rocky Linux 9 release notes specify that the CPU specification should be AMD and Intel 64-bit architectures (x86-64-v2). How to determine this specification and whether my CPU supports installing Rocky 9.

This is a very important point because I also need to install Rocky on other devices in the future

https://docs.rockylinux.org/release_notes/9_0/
Steps To ReproduceWhen using VMware Workstation to create a virtual machine, the host CPU is Intel(R) Core(TM) i7-4790, and the installation process will not proceed, and the virtual machine CPU will crash.
TagsNo tags attached.

Activities

Louis Abel

Louis Abel

2024-02-28 06:49

administrator   ~0006172

You will need to boot up Rocky Linux 8 or another distribution and run something like below to determine if your processor supports the right extensions.

$ /lib64/ld-linux-x86-64.so.2 --help | grep x86-64
Usage: /lib64/ld-linux-x86-64.so.2 [OPTION]... EXECUTABLE-FILE [ARGS-FOR-PROGRAM...]
This program interpreter self-identifies as: /lib64/ld-linux-x86-64.so.2
  x86-64-v4
  x86-64-v3
  x86-64-v2 (supported, searched)

Closing, as this is not a bug and this bug tracker is not for support questions. https://wiki.rockylinux.org/rocky/bugs/

Issue History

Date Modified Username Field Change
2024-02-28 06:25 Qiang Li New Issue
2024-02-28 06:49 Louis Abel Assigned To => Louis Abel
2024-02-28 06:49 Louis Abel Status new => closed
2024-02-28 06:49 Louis Abel Resolution open => not fixable
2024-02-28 06:49 Louis Abel Note Added: 0006172