hyper-v Old FreeBSD guest migration from ESXi to Hyper-V

Hello,
trying to migrate a FreeBSD 9 from ESXi 5.5 free to Microsoft Hyper-V. I used StarWind V2V converter. However, when I try to boot on a new hypervisor I get the following errors. (Picture attached).

Here are some of the configuration from the old host:

On ESXi
Code:
root@za:/ # camcontrol devlist
<NECVMWar VMware IDE CDR00 1.00>   at scbus0 target 0 lun 0 (cd0,pass0)
<VMware Virtual disk 1.0>          at scbus2 target 0 lun 0 (da0,pass1)
dmesg
Code:
ata0: <ATA channel> at channel 0 on atapci0
ata1: <ATA channel> at channel 1 on atapci0
...
da0 at mpt0 bus 0 scbus2 target 0 lun 0
da0: <VMware Virtual disk 1.0> Fixed Direct Access SCSI-2 device
da0: 320.000MB/s transfers (160.000MHz, offset 127, 16bit)
da0: Command Queueing enabled
da0: 35840MB (73400320 512 byte sectors: 255H 63S/T 4568C)
root@za:/ # gpart show
=>      34  73400253  da0  GPT  (35G)
        34       128    1  freebsd-boot  (64k)
       162  69205888    2  freebsd-ufs  (33G)
  69206050   3670016    3  freebsd-swap  (1.8G)
  72876066    524221       - free -  (256M)
root@za:/ # cat /etc/fstab
# Device        Mountpoint      FStype  Options Dump    Pass#
/dev/da0p2      /               ufs     rw      1       1
/dev/da0p3      none            swap    sw      0       0
#/dev/da1p1     /mnt1           ufs     rw      2       2
/dev/fd                         fdescfs rw      0       0
Here's what I get when trying to boot:
Hyper-V
1613382240102.png


Same VM LiveCD
1613383376643.png

1613383387283.png

1613383478101.png

1613383869342.png
 
FreeBSD 9
FreeBSD 9 is end-of-life since 2016 and not supported any more.
 
Back
Top