| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
 Re: Booting the FreeBSD kernel as an zImage file needs a patch upgrade ?.
 
 
Hi,
On 09/01/2024 17:06, Mario Marietto wrote:
 
root@devuan-bunsen:/mnt/zroot2/zroot2/OS/Chromebook/freebsd-xen/domU-freebsd# 
./start-freebsd
 
[...]
 libxl: debug: libxl_event.c:1054:devstate_callback: backend 
/local/domain/0/backend/vbd/4/51712/state wanted state 2 still waiting 
state 1
 
This line means libxl is still waiting for the backend to detect the 
device configuration. This would confirm that the backend driver is 
probably not loaded. 
You can check in the Linux configuration is CONFIG_XEN_BLKDEV_BACKEND is 
set. If it is: 
  * N, then please consider to rebuild it
* M, then this is a module. You would want to use 'modprobe' to load 
it. That's assuming the module is present on your system.
  * Y, then this should have been loaded. You should check the kernel 
logs to see any errors. 
Cheers,
--
Julien Grall
 
 |