安装 Ubuntu 和 Fedora 后如何恢复 Windows 7?

安装 Ubuntu 和 Fedora 后如何恢复 Windows 7?

我尝试过许多 Linux 发行版,并且始终能够在 grub 文件中看到 Windows 7 选项。但是,最近我安装了 Ubuntu 11.04 和 Fedora 15,我无法直接访问 Windows。即使我尝试使用 burg 等引导加载程序,情况也是如此。我所能看到的只是 Windows 恢复环境。我该怎么做?以下内容可能会提供有关该问题的更多详细信息。

$ sudo update-grub
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-2.6.38-8-generic
Found initrd image: /boot/initrd.img-2.6.38-8-generic
Found memtest86+ image: /boot/memtest86+.bin
ls: cannot access /var/lib/os-prober/mount/boot
Boot: No such file or directory
Found Windows Recovery Environment (loader) on /dev/sda1
Found Fedora release 15 (Lovelock) on /dev/sda5
done


$sudo fdisk -l

Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 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: 0xa2eb41af

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1               1        1032     8287232   27  Unknown
/dev/sda2   *        1032        1045      102400    7  HPFS/NTFS
/dev/sda3            1045        8694    61443899    7  HPFS/NTFS
/dev/sda4            8695       38913   242733921+   5  Extended
/dev/sda5           13794       16343    20482843+  83  Linux
/dev/sda6           16344       38913   181293493+   7  HPFS/NTFS
/dev/sda7           13292       13793     4028416   82  Linux swap / Solaris
/dev/sda8            8695       12790    32898048   83  Linux
/dev/sda9           12790       13292     4026368   82  Linux swap / Solaris

Partition table entries are not in disk order

注意。我不认为我有 Windows 7 CD。它是在我购买笔记本电脑时预装的。

答案1

从外观上看,/etc/grub.d/30_os-prober 似乎没有检测到 Windows 7。您可以通过以下方式验证这一点

sudo os-prober

假设 Windows 7 的引导加载程序可能以某种方式损坏了。您可能需要修复 Windows 引导加载程序,然后重新应用 grub。

您提到您没有 Windows 7 DVD,但您可以从认识的人那里借用它吗?您可以使用它启动到恢复环境并继续修复引导加载程序。请参阅http://support.microsoft.com/kb/927392

答案2

经历这一切关联,我能够毫无问题地解决这个问题。

相关内容