Scale 22.12 Virtualization with 12th iCPU

lasky

Cadet
Joined
Jan 8, 2023
Messages
2
I am wondering if Scale 22.12.0 virtualization support 12th integrated CPU. My virtualization shows "Your CPU does not support KVM extensions."

Following the Release Note:

TrueNAS SCALE Bluefin includes Linux Kernel 5.15 which can enable Alderlake GPU acceleration by using the following boot loader tunable and rebooting:

midclt call system.advanced.update '{"kernel_extra_options": "i915.force_probe=4690" }'

NOTE: 4690 can be replaced with your specific Alderlake GPU version.

I checked my compatible controller

$ lspci | grep -i vga

00:02.0 VGA compatible controller: Intel Corporation Device 4692 (rev 0c)

So I set the value to 4692, but VM still could not run. Can I get some tips?
 

jgreco

Resident Grinch
Joined
May 29, 2011
Messages
18,680
Have you enabled virtualization in the host's BIOS?
 

lasky

Cadet
Joined
Jan 8, 2023
Messages
2
Top