Hi all,
my current problem is the following:
after installing OpenSuse 11.1 with Grub as bootloader, Suse will boot fine but when selecting Vista, all I get is a “GRUB Hard Disk error”. The menus.lst entry is
title Windoze Vista
rootnoverify (hd0,0)
chainloader (hd0, 0)+1
and Vista is on the first primary partition (/dev/sda1 under linux).
The NTFS of the Vista partition is fine (I can mount it under Linux no problem), the Vista boot files ( bootmgr, Boot directory with various BCD stuff) appear to be there. The Vista OEM recovery CD, when chosing “startup repair” does not recognize an installed Vista. The log when trying the automated startup repair claim it’s not finding a Vista partition.
Here’s the account of how I created this mess:
- attempt to install OpenSuse 11.1
- auto configuration fails to create valid grub menus.lst (partition does not exist type error), the setup command ended on (hd0,1) (hd0, 5). Vista is on hd0, 0, Suse on (hd0,5), so I, as I now know, mistakenly changed the above to (hd0,0) (hd0, 5) instead of (hd0) for grub installation in MBR
- as a result, Vista boot sector in /dev/sda1 was overwritten and NTFS in /dev/sda1 corrupted
- fixed NTFS and boot sector using testdisk(Advanced NTFS Boot and MFT Repair - CGSecurity) by reconstructing boot sector first, then fixing MFT
- modified menu.lst as above
- can now mount /dev/sda1 under Linux, but not boot Vista…
Lot’s of time have gone into installing software & configuring things under the current Vista install, so any help on getting Vista to boot in this messed up situation MUCH appreciated although I’ve been able to recover data not backed up before the procedure thanks to mounting the Vista partition under Linux, of course. The OEM full system recovery from the Vista DVD will probably delete & repartition everything to original status…
Thanks a lot!!!
-Sven