How to download custom image from linode on my PC?

Preferably .iso
I tried using linode-cli, but didn't find the option for downloading images.

1 Reply

As far as I know the image must be deployed to a Linode and then boot the linode vps into Rescue mode and use dd:

https://www.linode.com/docs/products/compute/compute-instances/guides/copy-a-disk-image-over-ssh/#copy-and-download-the-disk

I don't do it exactly like this though. I usually boot with an extra blank ext4 disk so that I can dd the image disk to an img file first, then I download img file. Also if I made changes to the image and want to re-upload as a custom image I can do that by just using gzip on the img file while still in the Rescue mode and then installing python to the Rescue OS for the linode-cli.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct