Sur trixie (Debian 13) le package xen-tools n'est pas disponible, on peut vivre sans.
Avoir une machine / server performant , la configuration est pour un server ayant un xeon Gold 5420+ et 256G de RAM
Les packages :
- xen-hypervisor-4.20-amd64
- xen-hypervisor-common
- xen-system-amd64 xen-utils-4.20
- xen-utils-common xenstore-utils
La commande pour les installer :
| apt install xen-hypervisor-4.20-amd64 xen-hypervisor-common xen-system-amd64 xen-utils-4.20 xen-utils-common xenstore-utils |
La configuration pour intégrer et activer xen:
- /etc/default/grub
| #GRUB_DEFAULT=0 GRUB_TIMEOUT=5 GRUB_DISTRIBUTOR=`( . /etc/os-release && echo ${NAME} )` GRUB_CMDLINE_LINUX_DEFAULT="debug verbose" GRUB_CMDLINE_LINUX="" GRUB_DEFAULT="Debian GNU/Linux, with Xen hypervisor" GRUB_CMDLINE_XEN_DEFAULT="dom0_mem=8192M,max:8192M dom0_max_vcpus=4" |
- /etc/default/grub.d/xen.cfg
| XEN_OVERRIDE_GRUB_DEFAULT=1 |
- intégration / activation avec les 2 commandes:
|
update-grub reboot |