0

I know theres probably a few different threads on this, but i feel this maybe a specific case...

I have somehow corrupted my copy of windows, as it now won't boot, and when i try to restore it, the restore file is corrupted. On top of this i cannot reset windows, as it constantly tells me there is a problem. When i was trying to find a way to boot my laptop, i was going through all the options, and realised that ubuntu was still on my laptop, although it does not ask my to boot into ubuntu when turning on. To get to ubuntu i have to press F11 when turning on my laptop, and after that click to boot from a USB or HDD etc... In that option menu is ubuntu, which when selected loads up. I now want to reset/remove my copy of windows but i'm not sure how i can do that from ubuntu.

Sorry if this is a little confusing, i'm struggling to describe it.

Thanks in advance.

  • Tell us more details about what Windows error messages that you see. Have you booted to a Window repair disk and tried to repair Windows? – heynnema Aug 16 '17 at 16:51
  • If you want to repair windows use a windows support channel =) – Panther Aug 16 '17 at 16:58

1 Answers1

1

Use os-uninstaller, a graphical tool

https://help.ubuntu.com/community/OS-Uninstaller

You should do this from a live USB rather booting from the hard drive

Install:

sudo add-apt-repository ppa:yannubuntu/boot-repair

sudo apt-get update; sudo apt-get install -y os-uninstaller && os-uninstaller

Launch uninstaller from dash

enter image description here

Panther
  • 102,067