Rocky linux guest boots in emergency mode on Windows host with Vagrant

I have
Packer 1.8.4
Vagrant 2.3.7
VirtualBox 7.0.8

I am using project from here GitHub - skalinkin/packer-for-rocky-vagrant at vb-7.0.8

when I ran packer build if finishes successfully but when I run “vagrant up” (test vagrant file in the project) it creates VM but fails to load it.

In the journalctl I found that /dev/mapper/rl-home device failed to load


do not know if that the cause or the consequences
how to troubleshoot that?