URGENT - VM PROBLEM HELP! -> physical hardware ASAP


markhsa

Recommended Posts

I have an issue with a VM in Unraid I have setup as a server and its a bit critical that it is up and running in a very powerful server.

So how can I move a VM to Physical hardware in the easiest way?

 

I have the disk device as a raw disk on NVME ( Linux machine ) /dev/disk/by-id/nvme-Samsung_SSD_970_EVO_Plus_1TB_S59ANG0MA14014A-part4

 

I have shut down the VM, taken a dd to image of that partition, and now need to take that to physical.

 

Can I mount that Virtio into a mount point any copy files off perhaps?

 

Or is there a smarter way to do this?  

 

How to take a virtio image to Physical disk?

 

Thanks all.  This is for a work project so its really critical.....

 

Many thanks!!!!

Link to comment

You could actually move the NVME itself and expect to boot the OS on any machine (limited by your Linux installations boot kernel)

 

The dd dump of your partition can be written to another disk/media, but remember you only took the partition, so its up to you the user to ensure that your new media has correct boot loader and possibly the /boot partition. Just boot a live linux distro, and use the dd command to write it back to the target media partition.

 

You could also loopback mount the dd dump in another linux system to read off the files, nothing special about it.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.