Deploying the Host Kernel
To ensure proper VM operation and full feature functionality, follow these steps to deploy the host kernel.
- Install the kernel of the openEuler 24.03 LTS SP2 source.
- View the kernel.aarch64 version of the openEuler 24.03 LTS SP2 source.
yum list | grep kernel.aarch64

- Install the kernel.
yum install -y kernel
- View the kernel.aarch64 version of the openEuler 24.03 LTS SP2 source.
- Add the boot parameter to the newly installed kernel.
- Open the grub.cfg file.
vim /boot/efi/EFI/openEuler/grub.cfg
- Press i to enter the insert mode and set the startup parameter virtcca_cvm_host to 1.

- Press Esc to exit the insert mode. Type :wq! and press Enter to save the file and exit.
- Open the grub.cfg file.
- After a system reboot, select the target kernel on the GRUB boot screen.

Parent topic: Software Deployment