PVE 2 SCALE no bootdisk found

godfather007

Dabbler
Joined
Mar 1, 2018
Messages
12
Hi,

i'm trying to migrate from Proxmox to Scale.
Using NFS i raw-cloned a vm, tried 2 types now (linux & windows) but both do not seem to boot (bootable device not found).

What i did:

Made a zvol of 500MB ( the linux VM only 300Mbytes)

After that using a command like this:

Code:
dd if=/mnt/tank/NFS/102/subsonic.raw of=/dev/zvol/tank/virtual_machines/subsonic


Added a VM and pointed it to use the zvol and assigned it 1GB (instead of the 300 MB used 500GB zvol) with the sparse option.


Unfortunately it does not seem to boot. (The Linux VM was using a SCSI device on PVE so that could explain). But also the Windows VM does not seem to work.

Tried both BIOS/UEFI modes without success.


Any idea?
 

godfather007

Dabbler
Joined
Mar 1, 2018
Messages
12
I also tried to clone the VM as qcow2 file, then converted it with qemu-img on the truenas host.
During DD-import i even addressed the zvol name as : /mnt/NVME/VMS/MACHINA01-n882f instead of /mnt/NVME/VMS/MACHINA01

Tried this instruction now (which is basically the same)

Booting the VM in UEFI or BIOS mode did not work out succesfull.
Really don't feel like to reinstall those VM's
 

godfather007

Dabbler
Joined
Mar 1, 2018
Messages
12
Looks like have something working....

Have to DD to the entire path (/dev/zvol/etc/)

dd status=progress if=disk.raw of=/dev/zvol/nvme/VMS/AD01-n882f bs=1M
 
Top