vbox FreeBSD booting on Virtualbox fails.

I were using for about a week freebsd on virtual box. The last day , I realized that it was getting stucked for some time so i rebooted the OS. Now the system reboots and does not boots
1660494005330.png

When i press X and after esc booting continues but after some time it reboots
1660494054938.png

I don't want lose my data on there , i have a source that is valuable for me , I worked a lot.
Is there anything I could do or for restoring data or for fixing the image?
vbox.log : https://pastebin.com/kSruesMH
VBoxHardening.log https://pastebin.com/MmRLayPq
SOLVED:It was solved after letting it reboot some times and restarting Virtual Box.Does anyone knows why this happened?
 
You were pretty much at the point of finished booting the kernel. The dmesg(8) on my VMs reads like this just before the daemons all get started:
Code:
intsmb0: <Intel PIIX4 SMBUS Interface> irq 9 at device 1.3 on pci0
intsmb0: intr IRQ 9 enabled revision 0
smbus0: <System Management Bus> on intsmb0
vtcon0: <VirtIO Console Adapter> on virtio_pci1
lo0: link state changed to UP
vtnet0: link state changed to UP
So, my suggestion was going to be to check the disposition and configuration of the NIC underlying of vtnet0.
 
Back
Top