Greetings.
I am trying to migrate a VM that has been on a TrueNAS CORE server for 5~ years, to just using vm-bhyve to manage it.
The VM is a simple Ubuntu VM with UISP running on it, with UEFI, and a zvol as the disk.
I have moved the zvol (sparse-zvol) to my vm-bhyve instance, but cannot get it to run with any template. Steps are below.
1. On the new server
2.
3. Create the below template to use
I cannot get this to work at all, I'm getting the below lines, and it never goes past that screen.
Any ideas?
I am trying to migrate a VM that has been on a TrueNAS CORE server for 5~ years, to just using vm-bhyve to manage it.
The VM is a simple Ubuntu VM with UISP running on it, with UEFI, and a zvol as the disk.
I have moved the zvol (sparse-zvol) to my vm-bhyve instance, but cannot get it to run with any template. Steps are below.
1. On the new server
vm create uisp
then delete the disk image that gets created, as we are moving another zvol into its place2.
zfs send pool/tank/VM/uisp-df567 | ssh@host zfs receive pool/tank/vm/uisp/disk0
3. Create the below template to use
Code:
guest="linux"
loader="uefi"
cpu=1
memory=4096M
network0_type="virtio-net"
network0_switch="vm_bridge0"
disk0_dev="sparse-zvol"
disk0_type="virtio-blk"
disk0_name="disk0"
uuid="redacted"
network0_mac="redacted, but valid"
uefi_vars="yes"
I cannot get this to work at all, I'm getting the below lines, and it never goes past that screen.
Code:
* found guest in /mnt/tank/vm-bhyve/uisp
* booting...
BdsDxe: loading Boot0005 "Ubuntu" from HD(1,GPT,A60D38CA-F598-4B0C-A1C6-0E0E4DD2A397,0x800,0x219800)/\EFI\ubuntu\shimx64.efi
BdsDxe: starting Boot0005 "Ubuntu" from HD(1,GPT,A60D38CA-F598-4B0C-A1C6-0E0E4DD2A397,0x800,0x219800)/\EFI\ubuntu\shimx64.efi
eerror: no suitable video mode found.
EFI stub: Loaded initrd from LINUX_EFI_INITRD_MEDIA_GUID device path
Any ideas?