I’m a Fedora newb. I’ve been using Ubuntu for the last 8 years. I recently got a new laptop and installed Ubuntu 20.04 on it. It was pretty buggy on my hardware, so I started looking into other OSes. I’ve been dual booting Ubuntu and Fedora to try it out and it’s been smooth. I’m ready to wipe Ubuntu from my laptop and leave Fedora as the only OS. The problem is that I have no idea how to safely do this. Any guidance is appreciated.
Thanks for the info, dalto! I just to make sure I understand everything before attempting this
I confirmed that Ubuntu keeps boot files in /boot/efi/EFI/ubuntu. I’m assuming that by “clean up”, you mean delete that directory: sudo rm -r /boot/efi/EFI/ubuntu
The second point is pretty clear. I’ll use gparted and delete that partition
Rebuild grub by running sudo grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg
I found a comment on another post and based on that, I’ll do the following 3 things to use the unallocated space
Extend /dev/nvme0n1p4 using gparted
Run sudo pvresize /dev/nvme0n1p4
Run sudo lvextend -r -l +100%FREE /dev/fedora_localhost-live/home