diff --git a/arch/src/x86_64/mod.rs b/arch/src/x86_64/mod.rs index e0e7dfe67..682328314 100644 --- a/arch/src/x86_64/mod.rs +++ b/arch/src/x86_64/mod.rs @@ -459,6 +459,7 @@ pub fn configure_system( )?; } BootProtocol::LinuxBoot => { + error!("Using deprecated LinuxBoot protocol: Please configure your kernel with CONFIG_PVH=y and supply the `vmlinux` file to `--kernel`"); configure_64bit_boot( guest_mem, cmdline_addr,