Backup before bazzite install. Is it valid?
is it enough of a backup of my windows install to do
sudo dd if=/dev/nvme0n1 bs=1M conv=noerror,sync | gzip > thinkpad.img.gz
before i try bazzite? i did it from a linux livecd.
and then i checked the extracted img with fdisk -l thinkpad.img
and it says The backup GPT table is not on the end of the device.
but when i actually mount it read only i can see my files ok
sudo kpartx -a -v thinkpad.img
sudo mount /dev/mapper/loop1p3 /mnt/thinkpadssd -o ro
If things dont work out i intend to take this img.gz, extract it, and then from livecd do dd if=thinkpad.img of=/dev/nvme0n1
Will I still be able to do this with the error about the backup GPT table?Solution:Jump to solution
we would recommend clonezilla for a backup, also if the backup of windows with bitlocker enabled it might be invalid when restoring it
4 Replies
Solution
we would recommend clonezilla for a backup, also if the backup of windows with bitlocker enabled it might be invalid when restoring it
oh, i forgot about that. i dont think it has it, but ill check
but the gpt error is fine right
is it because i tried to save it to a 512GB flash drive while trying to gzip a dd image of 512 GB
idk because manufacurers do weird partition stuff out of the box, i always wipe their stuff away and do my own install+backup
Ok i just completed a clonezilla. thanks for the advice