I have a laptop that had Windows 7 previously installed but now has Windows 8.1. I want to dual boot with Ubuntu 13.10. But I was curious on how to do this properly and in the case that GRUB messes up my computer just delete it and restore it to the original Windows bootloader. Also DON'T recommend EasyBCD. I don't mind using GRUB but I want to be sure I can remove Ubuntu and GRUB.
Asked
Active
Viewed 185 times
2 Answers
0
I tried doing that one week earlier and that was a total crap (got grub rescue screen)! I finally simply boot on a live cd of Ubuntu 13.10, delete all the partition and reinstall Windows 7 and then alongside Ubuntu 13.10.
Be carefull saving your data before trying that!

Heleplanchiste
- 31
- 4
-
So Ubuntu missed up your Win8.1 installation so you had to delete all the partitions and do a complete re-install of both OSs? – Orbit Feb 11 '14 at 08:49
-
So basically after installing Ubuntu 13.10 alongside Windows 8, I needed to do a boot repair in order to fixe a boot problem (my Ubuntu partition wasn't showing up in the boot even if I was going trough the special option of Windows 8 to boot on an other partition). I might have as well made a mistake here configuring repair boot (there is lot of things to configure specialy between UEFI bios and older one). I complete reinstall both OS (except I put windows 7 instead of windows 8 because I totally hate this os). – Heleplanchiste Feb 11 '14 at 09:41
0
insert your Ubuntu Live CD and install boot repair and then run it. for more detailed instructions see the link
in short add ppa sudo add-apt-repository ppa:yannubuntu/boot-repair && sudo apt-get update
install bootrepair sudo apt-get install -y boot-repair && (boot-repair &)
Use recommended settings

Meow
- 1,357
-
forgot if you wanna remove ubuntu isn the future you can simply format Ubuntu partition and use your windows disk to rewrite mbr and there are many other ways too – Meow Feb 11 '14 at 10:45