Custom Disk Images
Has anyone attempted this with any distros? Success? Failure?
Cheers.
11 Replies
Setup a finnix profile.. Put your hdd as /dev/ubdb..
and then ssh/dd your image over..
i can never remeber the command though.. something like ssh user@host -c 'dd -if=/dev/imageonremote' | dd of = /dev/ubdb should do the trick.. although im probably slightly off
mikegrb's howto
is it dd if=/dev/imageonmymachine of=/dev/partitionon_linode?
@cherring:
is it dd if=/dev/imageonmymachine of=/dev/partitionon_linode?
More like dd if=/dev/partitiononmymachine of=/dev/partitionon_linode
I did it using LVM snapshots - then you can use a live machine as the source.
I guess my last question is do I run the command from my computer(source) or my destination (linode).
Thanks guys.
@mwalling:
@pclissold:Check out
for details on how to 'Linode-ify' your distro. mikegrb's howto
I did, I already mentioned how I didn't find it that clear, but thanks for your very helpful input.
> Boot Finnix on source system, and dd to Finnix on your Linode via SSH. Destination is /dev/xvdb for Xen or /dev/ubdb for UML Linodes.
Actually I just picked up another Linode, booted to FINNIX, extracted my saved tarball. Had my new Linode up and going in a few min's