(hd0,msdos6)
>>ls (hd0,msdos6)
OR just
>>ls (hd0,6)
after checking the every drive if you find grub in drive (hd0,msdos5), then you can load grub menu by following commands:
>>set root=(hd0,5)
>>set prefix=(hd0,5)/boot/grub
>>insmod normal
>>normal
Once the grub menu loads go into ubuntu and update the grub using the commands:
$ sudo update-grub
If the problem persists you will have to reinstall the grub completely using the software called boot-repair from a live USB
Neither the ubuntu nor windows will be lost while using boot-repair
Tejesh Raut
--
--
The website for the club is http://wncc-iitb.org/
To post to this group, send email to wncc...@googlegroups.com
---
You received this message because you are subscribed to the Google Groups "Web and Coding Club IIT Bombay" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wncc_iitb+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
From my experience it is not easy (if possible at all) to install Windows over Ubuntu and still retain everything. Never seen anyone do that.
Installing Ubuntu over Windows is already hard enough (depending upon your laptop brand), and you might mess things up - but it is definitely possible.
I may be wrong, but my advice would be wipe everything and install Windows again without any other OS. Then install Ubuntu over it. Maybe it will take you time, but it will definitely work.
I installed windows 10 over Ubuntu 14.04 and all I had to do was perform a grub rescue from a live boot.
I did this on a Dell inspirion, BTW.
On Jan 21, 2016 23:15, "Tejesh Raut" <tejesh...@gmail.com> wrote:
>
> It is not specific to the PC model but I too use Dell Inspiron 3542
>
> This question helped me to install windows 10 after Ubuntu 14.04
> http://askubuntu.com/questions/6317/how-can-i-install-windows-after-ive-installed-ubuntu/158319#158319
>
> The answer with 67 upvotes is the one which helped and worked fine
>
http://askubuntu.com/a/158319/415971