>[оверквотинг удален]
> INFO: KVM (vmx) is disabled by your BIOS
> HINT: Enter your BIOS setup and enable Virtualization Technology (VT),
> and then hard poweroff/poweron your system
> KVM acceleration can NOT be used
> root@rtserver:~# modprobe kvm_intel
> modprobe: ERROR: could not insert 'kvm_intel': Operation not supported
> root@rtserver:~#
> Как включить эту опцию в BIOS имея доступ только по ssh к
> ubuntu server 16.04?
> Серверная платформа intel S5000PAL0 Ну, точного рецепта нет, но, вспоминая ассемблерную молодость нашёл вот такое:
http://superuser.com/questions/1148731/how-to-read-write-all...
в ядре есть драйвер nvram:
config NVRAM
tristate "/dev/nvram support"
depends on ATARI || X86 || (ARM && RTC_DRV_CMOS) || GENERIC_NVRAM
---help---
If you say Y here and create a character special file /dev/nvram
with major number 10 and minor number 144 using mknod ("man mknod"),
you get read and write access to the extra bytes of non-volatile
memory in the real time clock (RTC), which is contained in every PC
and most Ataris. The actual number of bytes varies, depending on the
nvram in the system, but is usually 114 (128-14 for the RTC).
This memory is conventionally called "CMOS RAM" on PCs and "NVRAM"
on Ataris. /dev/nvram may be used to view settings there, or to
change them (with some utility). It could also be used to frequently
save a few bits of very important data that may not be lost over
power-off and for which writing to disk is too insecure. Note
however that most NVRAM space in a PC belongs to the BIOS and you
should NEVER idly tamper with it. See Ralf Brown's interrupt list
for a guide to the use of CMOS bytes by your BIOS.
On Atari machines, /dev/nvram is always configured and does not need
to be selected.
Но вот чёткого стандарта на ячейки cmos-a нет - каждый производитель мамки/биоса волен использовать ячейки/значения на своё усмотрение. Тем более - Intel, тем более - серверная платформа. Тем более, что обычно cmos защищается контрольной суммой...
Так что кроме nvram, нужно ещё или точная спецификация на параметры мамки, или программа от производителя. Ну, или такая же мать и время для экспериментов...
В общем, возможность есть - удачи!..