I want to install Ubuntu on a headless server, over my present Linux install (older Ubuntu and a different flavor), using an available empty partition.
My root device has /boot, / and the empty partition (call it E). From the running Linux server, I'd like to install Ubuntu to E and then shift the system to running from E.
Then, I'd like wipe the original / partition, copy E over it, and update grub so I can boot into that. Then, wiping E and expanding the original partition to the whole space, hopefully I should be good.
Pointers would be much appreciated.