Sample Header Ad - 728x90

How to restore windows image created with dd?

1 vote
1 answer
2192 views
I want to restore my windows image created with dd I used the command
dd if=/dev/nvme0n1 of="./$(date).img" status=progress
to create the image. There where four partitions in my nvme0n1
* EFI system
  * Microsoft reserved 
  * mircosoft basic dat 
  * Windows recovery environment
my guess to use
dd if=./$(date).img of=/dev/sdaX bs=4m && sync
I was wondering what about the UUID of the partitions. Is there something I need to reconfigure.
Asked by A.Dumas (485 rep)
May 28, 2021, 05:47 PM
Last activity: Aug 4, 2025, 07:07 PM