-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
AD141 - RHEL9.0-en-1-20220530
-
None
-
en-US (English)
URL:
Reporter RHNID:
Section: -
Language: en-US (English)
Workaround: See patch in comments.
Description: For some reason or another, bastion and classroom VMs boot correctly, but workstation fails upon starting init with the following crash dump:
[ 1.422808] Run /init as init process Fatal glibc error: CPU does not support x86-64-v2 [ 1.423762] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00007f00 [ 1.424639] CPU: 0 PID: 1 Comm: init Not tainted 5.14.0-70.2.1.el9_0.x86_64 #1 [ 1.425456] Hardware name: Red Hat KVM, BIOS 1.15.0-1.el9 04/01/2014 [ 1.426161] Call Trace: [ 1.426481] dump_stack_lvl+0x34/0x44 [ 1.426923] panic+0x102/0x2d4 [ 1.427322] do_exit.cold+0x87/0x9f [ 1.427753] do_group_exit+0x33/0xa0 [ 1.428195] __x64_sys_exit_group+0x14/0x20 [ 1.428708] do_syscall_64+0x3b/0x90 [ 1.429142] entry_SYSCALL_64_after_hwframe+0x44/0xae [ 1.429725] RIP: 0033:0x7f32403b3171 [ 1.430170] Code: c3 0f 1f 84 00 00 00 00 00 f3 0f 1e fa be e7 00 00 00 ba 3c 00 00 00 eb 0d 89 d0 0f 05 48 3d 00 f0 ff ff 77 1c f4 89 f0 0f 05 <48> 3d 00 f0 ff ff 76 e7 f7 d8 89 05 5f 00 01 00 eb dd 0f 1f 44 00 [ 1.432098] RSP: 002b:00007ffd0f71f108 EFLAGS: 00000246 ORIG_RAX: 00000000000000e7 [ 1.432854] RAX: ffffffffffffffda RBX: 00007f32403ade10 RCX: 00007f32403b3171 [ 1.433579] RDX: 000000000000003c RSI: 00000000000000e7 RDI: 000000000000007f [ 1.434318] RBP: 000055a2c8d51040 R08: 00007ffd0f71ec79 R09: 0000000000000000 [ 1.435003] R10: 00000000ffffffff R11: 0000000000000246 R12: 000000000000000d [ 1.435688] R13: 0000000000000001 R14: 0000000000000001 R15: 0000000000000001 [ 1.436554] Kernel Offset: 0x200000 from 0xffffffff81000000 (relocation range: 0xffffffff80000000-0xffffffffbfffffff) [ 1.437696] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x00007f00 ]---
The cause for this is revealed in the second line: CPU definition in the libvirt XML file does not include sufficient CPU features for the VM to boot.