I attempted to upgrade my Windows 7 to Windows 10 on a dual-boot ASUS U56E laptop. After about five hours of download/prep/install, like many other people, I found myself presented with the grub rescue prompt. After reading the other post on this issue, I tried the various suggestions. Here is the current data:
grub rescue> ls
(hd0) (hd0,msdos5) (hd0,msdos3) (hd0,msdos2) (hd0,msdos1) (hd1) (hd1,msdos2) (hd1,msdos1)
grub rescue> set
cmdpath=(hd0)
prefix=(hd0,msdos6)/boot/grub
root=hd0,msdos6
As people suggested, to find the current grub partition I tried:
ls (hd0,msdos1)/boot
ls (hd0,msdos2)/boot
...
But nothing I type results in a valid partition.
I tried booting off of a GRUB rescue disk and a Ubuntu ISO image disk, but while the drive spins, there is no attempt made to boot from the disks. The grub rescue prompt is almost immediately displayed after the ASUS splash screen.
I'm dead in the water now. Is there any way I can find the grub partition, or boot off the Windows MBR? Any help is greatly appreciated.
BTW, this machine was once used primarily as a Linux device but was taken over by a windows user. I would be happy to wipe the outdated Linux partition if it means getting access to the windows installation.