I was attempting to use the DD command to create a bootable Ubuntu server USB. By accident, I ran the command to my boot drive. It ran for a few minutes, then I noticed and pressed control+z to halt to process. The system seemed to run fine afterwards, and later I restarted the PC.
Now my system will no longer boot. When I booted into a live USB and checked the drive, I see the following image.
Ubuntu server iso has its own partition along with the efi partition, another read only partition, and a 120GB partition that used to hold my root and home directory.
Upon seeing this, I did some research and decided to run gdisk to attempt and recover the partition table of the GPT drive. The commands I attempted to use to accomplish this can be seen in this pastebin. https://pastebin.com/8LwG1ee4
To summarize the pastebin, I attempted to restore the drive with the backup partition table using gdisk's recovery mode. I was told that the secondary pointer did not point to the back table, so I altered it and then attempted to restore the table. After doing that, the drive remained the same as in the previous image and is unmountable.
Is my data beyond reasonably saving? Or is there a method I may be missing? Please let me know if there are any issues with this question or if anyone needs more information.