Hi,
I'm trying to configure FreeBSD as Xen host. It is my first meeting with Xen hypervisor. I fallowed Handbook with minor modification (as I presume) to xen_cmdline
/boot/loader.conf
to /etc/rc.conf I had added
and network configuration besides changes made by FreeBSD installer.
Boot process looks like this, maybe it will be helpful
I'm not seeing any errors or crashes. For me, it looks like it just stops.
I'm looking for any suggestions
P.S. I have checked bios configuration and I have enabled IOMMU and SVN Mode. I have disabled 4G Decoding, but it nothing changed. I have tested UEFI and Legacy with the same results
I'm trying to configure FreeBSD as Xen host. It is my first meeting with Xen hypervisor. I fallowed Handbook with minor modification (as I presume) to xen_cmdline
/boot/loader.conf
Code:
kern.geom.label.disk_ident.enable="0"
kern.geom.label.gptid.enable="0"
cryptodev_load="YES"
zfs_load="YES"
if_tap_load="YES"
xen_kernel="/boot/xen"
xen_cmdline="dom0_mem=4096M dom0_max_vcpus=4 dom0=pvh guest_loglvl=all loglvl=all"
to /etc/rc.conf I had added
Code:
xencommons_enable="YES"
Boot process looks like this, maybe it will be helpful
I'm not seeing any errors or crashes. For me, it looks like it just stops.
I'm looking for any suggestions
P.S. I have checked bios configuration and I have enabled IOMMU and SVN Mode. I have disabled 4G Decoding, but it nothing changed. I have tested UEFI and Legacy with the same results