arttus wrote:
ok, that makes sense, i guess what i'm really trying to accomplish is to download a bootable backup that i can use for local development. I've tried downloading with DD raw img files, converting the raw img to VDI and loading them into Virtualbox, but for some reason they won't boot up.
Are you using one of the Linode kernels? In that case it's quite likely that your image literally doesn't have the data necessary to boot up, since the kernel portion is handled by Xen.
Even if you use pv_grub, I'm not entirely sure that your image will have any sort of MBR, since there's still some integration with grub and Xen in that case, and I don't know how much is still bypassed. But I admit I haven't used it myself yet so could be wrong.
If that were the case, a pv_grub image might be resolvable just by manually installing a normal Grub MBR after converting to VDI. But a non-pv_grub image is certainly going to need a kernel and bootloader added at a minimum.
I also suspect that the hardware virtualization between a Xen and VirtualBox guest instance may be enough to cause some issues that you'd have to work through on first boot.
-- David