Remotely boot from an ISO using KVM over IP

bootisokvm-virtualization

I have a dedicated server with KVM over IP and I was wondering if it is possible to boot up from an ISO that's stored on the drive or even somewhere stored online. I do not have access to the server so I can't book from CD/USB, it will have to be done remotely. I'm trying to boot from an R1Soft/Idera backup CD so I can perform a bare metal restore.

Appreciate the help.

Best Answer

This is an implementation issue.

Some KVMs have a USB controller that works with a vendor-supplied client which enables you to mount an ISO on your local system which is then transferred or streamed to the KVM device - the end system sees the volume as a USB mass-storage device.

Check the documentation from your KVM manufacturer.

Related Topic