2

Looking for a detailed how-to on uninstalling Ubuntu 12.04.2 LTS. I've installed it alongside Windows 8.

user164896
  • 21
  • 2

1 Answers1

1

If using old BIOS with MBR, delete the Ubuntu partition from Windows 8 Computer Managment, and reinstall the MBR boot code. To restore the default Windows 8 MBR Code, google for fixmbr or bcdedit (Boot Configuration Data).

If using UEFI with GPT, delete the Ubuntu partition from Windows 8 Computer Managment, and use bcdedit (Boot Configuration Data) to alter the UEFI System Variable. here is a question that I asked

Kouros
  • 762