Lost Windows 7 Bootmanager after Fedora. Need to Boot Windows 7 but am at a loss of where to begin.
I simply want to use a Boot Manager (BM), any BM to boot either Win7 or Fedora at will. I can now only boot Fedora. I have read for 2 days and nothing is very straightforward or clear as to the problem and how to recover Win7. Everyone seems to be talking around the problem as if its a trade secret. I am not the enemy. Please help, anyone please, if you understand this. And, I will try to write a simple straight forward post to assist others who wind up in this dilemma.
Below is
, both, a copy of my dirve's layout
and my current Grub configuration.
Fedora 12 boots fine. Windows7 is NOT in the GRUB menu.
fdisk -lu shows:
# fdisk -lu
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders, total 312581808 sectors
Units = sectors of 1 * 512 = 512 bytes
Disk identifier: 0x2afbc966
Device Boot Start End Blocks Id System
/dev/sda1 63 20466809 10233373+ 12 Compaq diagnostics
/dev/sda2 * 20466810 64002959 21768075 7 HPFS/NTFS
/dev/sda3 74220300 312576704 119178202+ f W95 Ext'd (LBA)
/dev/sda4 64002960 64412559 204800 83 Linux
/dev/sda5 104952645 210162329 52604842+ 7 HPFS/NTFS
/dev/sda6 210162393 230645204 10241406 83 Linux
/dev/sda7 230645760 261357567 15355904 7 HPFS/NTFS
/dev/sda8 261361548 304190774 21414613+ 7 HPFS/NTFS
/dev/sda9 304190838 312576704 4192933+ 82 Linux swap / Solaris
/dev/sda10 74220363 104936266 15357952 8e Linux LVM
Partition table entries are not in disk order
Disk /dev/dm-0: 9684 MB, 9684647936 bytes
255 heads, 63 sectors/track, 1177 cylinders, total 18915328 sectors
Units = sectors of 1 * 512 = 512 bytes
Disk identifier: 0x00000000
Disk /dev/dm-0 doesn't contain a valid partition table
Disk /dev/dm-1: 6039 MB, 6039797760 bytes
255 heads, 63 sectors/track, 734 cylinders, total 11796480 sectors
Units = sectors of 1 * 512 = 512 bytes
Disk identifier: 0x00000000
This laptop had a Windows7 Boot Manager and a Windows Vista boot in its menu as well. Now, I have Grub and I'm not sure after all the reading where to begin much less how to move in proper direction to resolution.
My GRUB is as follows
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,3)
# kernel /vmlinuz-version ro root=/dev/mapper/vg_fedralv12b-lv_root
# initrd /initrd-[generic-]version.img
#boot=/dev/sda
default=0
timeout=15
splashimage=(hd0,3)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.31.5-127.fc12.x86_64)
root (hd0,3)
kernel /vmlinuz-2.6.31.5-127.fc12.x86_64 ro root=/dev/mapper/vg_fedralv12b-lv_root LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rhgb quiet
initrd /initramfs-2.6.31.5-127.fc12.x86_64.img
title Other
rootnoverify (hd0,0)
chainloader +1
I want to be able to boot fedora, Win7, and WinVista which is on this one drive system (laptop). thx in advance.
If this helps, here is my GRUB menu.lst
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,3)
# kernel /vmlinuz-version ro root=/dev/mapper/vg_fedralv12b-lv_root
# initrd /initrd-[generic-]version.img
#boot=/dev/sda
default=0
timeout=15
splashimage=(hd0,3)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.31.5-127.fc12.x86_64)
root (hd0,3)
kernel /vmlinuz-2.6.31.5-127.fc12.x86_64 ro root=/dev/mapper/vg_fedralv12b-lv_root LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=us rhgb quiet
initrd /initramfs-2.6.31.5-127.fc12.x86_64.img
title Other
rootnoverify (hd0,0)
chainloader +1