0

I want to uninstall Ubuntu. Here is a screen shot of my partitions:The screenshot

Please help me find out which partitions to delete. I installed Ubuntu in legacy and windows 10 is in UEFI.

1 Answers1

2

Delete /dev/sda9 and /dev/sda10. I'm not sure if this will delete your bootloader as your setup is very confusing. So to be safe, boot windows 10 and restore your windows bootloader like this:

bootsect /nt60 drive_letter: /mbr

Drive letter of course has to be replaced with the drive letter where your operating system resides, so probably the command will look like this for you:

bootsect /nt60 C: /mbr

Then you can boot any partitioning tool of your choice and safely delete the ubuntu partitions.

Gasp0de
  • 464