Error on startup - KVM on debian

Hello!
I’m trying to install ha os on vm (CLI only). When i connect to vm console with “virsh console ha” i noticed errors:

[   90.640517] systemd[1]: Mount /proc/xen files was skipped because of a failed condition check (ConditionPathExists=/proc/xen).
[   90.763320] random: systemd: uninitialized urandom read (16 bytes read)
[   94.115734] systemd[1]: Mounting Kernel Debug File System...
[   94.533525] random: systemd: uninitialized urandom read (16 bytes read)
[   95.320579] systemd[1]: Mounting Kernel Trace File System...
[   95.471513] random: systemd: uninitialized urandom read (16 bytes read)
...
[  174.498502] systemd[1]: Kernel Configuration File System was skipped because of a failed condition check (ConditionPathExists=/sys/kernel/config).
[  174.684756] systemd[1]: [email protected]: Deactivated successfully.
[  174.831580] systemd[1]: Finished Load Kernel Module drm.
[  175.073259] systemd[1]: [email protected]: Deactivated successfully.
[  175.226737] systemd[1]: Finished Load Kernel Module fuse.
[  177.673063] systemd[1]: Mounting FUSE Control File System...
[  179.104185] systemd[1]: dev-disk-by\x2dlabel-hassos\x2dboot.device: Job dev-disk-by\x2dlabel-hassos\x2dboot.device/start timed out.
[  179.138497] systemd[1]: Timed out waiting for device /dev/disk/by-label/hassos-boot.
[  179.262588] systemd[1]: Dependency failed for File System Check on /dev/disk/by-label/hassos-boot.
[  179.336775] systemd[1]: systemd-fsck@dev-disk-by\x2dlabel-hassos\x2dboot.service: Job systemd-fsck@dev-disk-by\x2dlabel-hassos\x2dboot.service/start failed with result 'dependency'.
[  179.379603] systemd[1]: Dependency failed for HassOS boot partition.
[  179.418515] systemd[1]: Dependency failed for HassOS supervisor.
[  179.464595] systemd[1]: hassos-supervisor.service: Job hassos-supervisor.service/start failed with result 'dependency'.
[  179.501730] systemd[1]: mnt-boot.mount: Job mnt-boot.mount/start failed with result 'dependency'.
[  179.515618] systemd[1]: dev-disk-by\x2dlabel-hassos\x2dboot.device: Job dev-disk-by\x2dlabel-hassos\x2dboot.device/start failed with result 'timeout'.
[  179.576314] systemd[1]: dev-zram2.device: Job dev-zram2.device/start timed out.
[  179.586496] systemd[1]: Timed out waiting for device /dev/zram2.
[  179.631744] systemd[1]: Dependency failed for Temporary Directory /tmp.
[  179.668550] systemd[1]: tmp.mount: Job tmp.mount/start failed with result 'dependency'.
[  179.684442] systemd[1]: dev-zram2.device: Job dev-zram2.device/start failed with result 'timeout'.
[  179.712281] systemd[1]: dev-ttyS0.device: Job dev-ttyS0.device/start timed out.
[  179.712997] systemd[1]: Timed out waiting for device /dev/ttyS0.
[  179.750712] systemd[1]: Dependency failed for Serial Getty on ttyS0.
[  179.787592] systemd[1]: [email protected]: Job [email protected]/start failed with result 'dependency'.
[  179.806677] systemd[1]: dev-ttyS0.device: Job dev-ttyS0.device/start failed with result 'timeout'.
[  179.824572] systemd[1]: dev-zram0.device: Job dev-zram0.device/start timed out.
[  179.838236] systemd[1]: Timed out waiting for device /dev/zram0.
[  179.872644] systemd[1]: Dependency failed for HassOS ZRAM swap.
[  179.913469] systemd[1]: dev-zram0.swap: Job dev-zram0.swap/start failed with result 'dependency'.
[  179.928674] systemd[1]: dev-zram0.device: Job dev-zram0.device/start failed with result 'timeout'.
[  179.948523] systemd[1]: dev-zram1.device: Job dev-zram1.device/start timed out.
[  179.966224] systemd[1]: Timed out waiting for device /dev/zram1.
[  179.999480] systemd[1]: Dependency failed for HassOS ZRAM var.
[  180.040549] systemd[1]: Dependency failed for Flush Journal to Persistent Storage.
[  180.080328] systemd[1]: systemd-journal-flush.service: Job systemd-journal-flush.service/start failed with result 'dependency'.

and more… this was few first errors. Last one:

[  199.433352] systemd[1]: haos-agent.service: Scheduled restart job, restart counter is at 1.
[  199.461716] systemd[1]: Stopped Home Assistant OS Agent.
[  201.059354] systemd[1]: Starting Home Assistant OS Agent...
[  202.281413] systemd[1]: Finished HassOS ZRAM var.
[  202.596723] systemd[1]: Finished HassOS ZRAM tmp.
[  214.696666] systemd[1]: udisks2.service: Failed with result 'timeout'.
[  215.157294] systemd[1]: Failed to start Disk Manager.
[  215.223660] systemd[1]: Dependency failed for Home Assistant OS Agent.
[  215.255331] systemd[1]: haos-agent.service: Job haos-agent.service/start failed with result 'dependency'.
[  217.288236] systemd[1]: Finished HassOS ZRAM swap.
[  258.371452] systemd[1]: Failed to start HassOS overlay setup.
[  285.574489] systemd[1]: Failed to start Journal Service.
[  333.101477] systemd[1]: Failed to start Rule-based Manager for Device Events and Files.

Somebody knows why it happens?