kvm-host icon indicating copy to clipboard operation
kvm-host copied to clipboard

Network and bolck device not working.

Open omer-sh opened this issue 1 year ago • 0 comments

I tried to run the project as instructed in the README, but the network doesn't work.
As shown here:

~ # ping 8.8.8.8  
PING 8.8.8.8 (8.8.8.8): 56 data bytes  
ping: sendto: Network is unreachable  

In addition, I can't get the block device to work. When I add it as a parameter, I get the following output at the end of the kernel logs:

---[ end Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0) ]---  

Is this a known issue, or is there something I'm doing wrong when running it?

Thank you! Your project has been very helpful so far in learning about virtualization.

omer-sh avatar Jan 15 '25 11:01 omer-sh