hi,
i has windows 7 installed in disk2. before installing windows 7, i has ubuntu and windowx xp in the same disk and boot manager was grub. thisngs worked fine with this setup. After windows is installed, it thwe machine started to boot to windows 7 without giving any options. This was OK as i did not want to boot to ubuntu.
Today, i installed fedora latest on disk1. when set up aked where to put the boot record i chose MBR. now the boot loader is grub and it has detected all os's, which are fedora (just installed), windows 7, and ubuntu. fedora boots fine. However widnows does not boot. When selected it just restart the machine without showing anything.
i ran boot infor script and this is the main output.
Code:
Boot Info Script 0.61 [1 April 2012]
============================= Boot Info Summary: ===============================
=> Grub Legacy (v0.97) is installed in the MBR of /dev/sda and looks on the
same drive in partition #1 for /boot/grub/stage2 and /boot/grub/menu.lst.
=> Grub2 (v1.99) is installed in the MBR of /dev/sdb and looks at sector 1 of
the same hard drive for core.img. core.img is at this location and uses an
embedded config file:
---------------------------------------------------------------------------
search.fs_uuid 8791e706-3b9a-4fce-ac1a-f78b36c95cc7 root
set prefix=($root)/boot/grub2
---------------------------------------------------------------------------
-----.
sda1: __________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Fedora release 16 (Verne)
Kernel on an ()
Boot files: /boot/grub2/grub.cfg /etc/fstab /boot/grub2/core.img
sda2: __________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
sdb1: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows Vista/7: NTFS
Boot sector info: No errors found in the Boot Parameter Block.
Operating System: Windows 7
Boot files: /bootmgr /Boot/BCD /Windows/System32/winload.exe
/ntldr /NTDETECT.COM
sdb2: __________________________________________________________________________
File system: Extended Partition
Boot sector type: -
Boot sector info:
sdb5: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows XP: NTFS
Boot sector info: According to the info in the boot sector, sdb5 starts
at sector 63.
Operating System:
Boot files:
sdb6: __________________________________________________________________________
File system: ntfs
Boot sector type: Windows XP: NTFS
Boot sector info: According to the info in the boot sector, sdb6 starts
at sector 63.
Operating System:
Boot files:
sdb7: __________________________________________________________________________
File system: ext3
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 11.10
Boot files: /boot/grub/menu.lst /etc/fstab
sdb8: __________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
and this is the entry in for windows 7 in the file /boot/grub2/grub.cfg.
Code:
menuentry "Windows 7 (loader) (on /dev/sdb1)" --class windows --class os {
insmod part_msdos
insmod ntfs
set root='(hd1,msdos1)'
search --no-floppy --fs-uuid --set=root 4C8C0A108C09F4EC
chainloader +1
}
To my knowledge (which is very small when it comes to OS booting process) this looks OK. I appreciate any help so that i can boot from windows 7 again without re-installing fedora/windows.
Thank you