-2

I installed Ubuntu (14.04) on my Windows 8.1 (4 Go RAM, 64 bits) by means of a bootable USB. After having partitioned the HDD, the installation was successful.

However, I had an issue to boot into Ubuntu, so I decided to uninstall it by means of a software (that I discovered on youtube) I tried to doing so, but it got worse, as after trying to reboot my Lap, a black screen shows 'grub>'.

So, now, each time I try to get into my Windows 8.1, I have to enter a specific script and then my laptop boots normally.

How shall I proceed to uninstall the Ubuntu boot loader?

1 Answers1

2

Boot into Windows Recovery Enviroment (http://www.dell.com/support/article/us/en/19/SLN207399/EN) then lunch CMD by going Troubleshooting > Advanced Options and run command prompt then execute this

bootrec.exe /fixmbr

This should uninstall grub (Ubuntu bootloader) and replace with Windows bootloader.

XperianX
  • 339
  • 1
  • 2
  • 8