Answer» Originally I had Windows 7 installed on my computer, but then I decided to install Ubuntu 10.04 LTS onto another HDD. Now I can boot into linux when I choose that HDD as the boot device, but now when I try to boot into the HDD that has Windows 7 on it, it doesn't work and displays this grub rescue prompt. I hope I haven't messed things up too badly...
Grub rescue>
So I'm GUESSING I've messed up this grub mbr stuff, and am wondering how I can get this WORKING so I can boot successfully into either operating systems. I'm not sure if this information is helpful, but I attached this fdisk information. The 500 Gb, and 1500 Gb are just for storage and have no OS on them.
Thanks for your help.
Code: [Select]Disk /dev/sda: 500.1 GB, 500107862016 bytes 255 heads, 63 sectors/track, 60801 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x44fdfe06
Device Boot Start End Blocks Id System /dev/sda1 1 60801 488384001 7 HPFS/NTFS
Disk /dev/sdc: 160.0 GB, 160041885696 bytes 255 heads, 63 sectors/track, 19457 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x00010e43
Device Boot Start End Blocks Id System /dev/sdc1 1 19458 156288000 7 HPFS/NTFS
Disk /dev/sdb: 160.0 GB, 160041885696 bytes 255 heads, 63 sectors/track, 19457 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x000bfd91
Device Boot Start End Blocks Id System /dev/sdb1 * 1 18663 149903360 83 Linux /dev/sdb2 18663 19458 6384641 5 Extended /dev/sdb5 18663 19458 6384640 82 Linux swap / Solaris
Disk /dev/sdd: 1500.3 GB, 1500301910016 bytes 255 heads, 63 sectors/track, 182401 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x95ade94c
Device Boot Start End Blocks Id System /dev/sdd1 1 182402 1465136128 7 HPFS/NTFSYou should have installed it in the MBR on where your machine reads first (can be seen in BIOS), otherwise, if you install grub in PARTITION, then you should add a boot menu from within Windows 7 boot files.Win XP includes a fixmbr command, but since I have never used Win2K, I do not KNOW if the command is included there or not. In Win Xp you can boot the CD then run the recovery console and execute the fixmbr command. If Win 2K does not include that otion, you may be able to run the fdisk /mbr command as found in Win9x using a Win9x boot disk.
|