VM: Not loading

This section covers the Meteobridge PRO, PRO2, NANO SD, Raspberry Pi and VM platforms exclusively

Moderator: Mattk

Post Reply
kd7eir
Fresh Boarder
Fresh Boarder
Posts: 19
Joined: Mon Apr 23, 2018 11:47 pm

VM: Not loading

Post by kd7eir »

I was running a VM on a different machine and needed to change machines because WSV3 would not run with virtualization enabled.

When I try to start the VM, it hangs with the following errors:

Virtual Box: Version 7.2.0_BETA1 r169020 (Qt6.8.0 on windows)
Windows: Windows 11 Pro Insider Preview 27881.1000
(Same as on the previous system)


Any suggestions?
Attachments
vmerror.png
vmerror.png (15.64 KiB) Viewed 1064 times
Meteobridge VM | GW3000

Image
User avatar
admin
Platinum Boarder
Platinum Boarder
Posts: 7854
Joined: Mon Oct 01, 2007 10:51 pm

Re: VM: Not loading

Post by admin »

When I get you right it was working and when porting a snapshot to a new VM environment it does not work anymore? Can you build from scratch (as your snapshot might be faulty or at least incompatible with the new host)?
kd7eir
Fresh Boarder
Fresh Boarder
Posts: 19
Joined: Mon Apr 23, 2018 11:47 pm

Re: VM: Not loading

Post by kd7eir »

Yes, I can build from scratch. Thanks for the suggestion.
Meteobridge VM | GW3000

Image
AA5H_AX088
Junior Boarder
Junior Boarder
Posts: 36
Joined: Mon May 12, 2025 7:10 pm

Re: VM: Not loading

Post by AA5H_AX088 »

I realize this post is three weeks old, but here’s some info to help others in the future.

For what it’s worth, I’ve hit this same error during VM builds with both Proxmox and Synology VMM

It occurs right after the VM provisions the virtual NIC card: spanning-tree checks for Ethernet loops, once complete the port changes from a blocking to forwarding state, at that point a DHCP request is sent, and a timer set for a DHCP reply. If no DHCP packet is received at timer expiration, vm virtual adapters will fallback to 127.0.0.1; IPv6 can usually self-set fast enough for the script to complete, but IPv4 dhcp timers are too slow for most vm scripts.


The Meteobridge VM boot process will hang until a DHCP response is provided from the network. Attach a laptop with wireshark on your
LAN segment to view the DHCP transactions, verify your DHCP server’s scope is functioning and the server is reachable on the same lan segment/VLAN.

I’m not saying that your issue is 100% the same as mine, but my failure was at the same point in the VM boot process; in my case my dhcp scope was out of addresses, expanding the scope allowed the script to finish.
Post Reply