Running against my daily Windows 7 VM I recovered 2.5GB.
To clean these up run an elevated permissions command prompt :
dism /online /cleanup-image /spsuperseded /hidesp
dism /online /cleanup-image /spsuperseded /hidesp
~$ parted -l
Model: ATA SAMSUNG SSD PM83 (scsi)
Disk /dev/sda: 128GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 1049kB 106MB 105MB primary ntfs boot
2 106MB 45.1GB 45.0GB primary ntfs
3 45.1GB 128GB 82.9GB extended
5 45.1GB 120GB 74.4GB logical ext4 <---- Ubuntu Install
6 120GB 128GB 8453MB logical linux-swap(v1)
mount /dev/<partition> /destination
eg : mount /dev/sda5 /media/sda5
grub-install --root-directory=<mount> <disk>
eg : grub-install --root-directory=/media/sda5 /dev/sdaAssuming you get a success message your good to go. Reboot and you should have Linux back and in my case Windows 7 also now existed on the GRUB loader.
If the computer running the media server has more than one network interface, you need to make sure that the the TCP binding order on your machine is such that the network interface on which it is supposed to communicate with the media player appears first.