啟動修復找不到windows

啟動修復找不到windows

我運行的是 Linux Mint 17.2 和 Windows 7。我運行了 Windows 安裝媒體上提供的常見系統修復任務。這似乎已經解決了它。但隨後 Mint 從 grub 選單中消失了。所以我從實時媒體啟動並安裝並運行啟動修復。它說一切都很順利 - 而且,從我從這個日誌中可以看出,它找到了 Windows - 但在 grub 選單中我只找到了 Mint。

有什麼建議麼?

http://paste2.org/D7ZLb8A1

運行“update-grub”時,我得到

Generating grub configuration file ...
Found linux image: /boot/vmlinuz-3.16.0-38-generic
Found initrd image: /boot/initrd.img-3.16.0-38-generic
Found linux image: /boot/vmlinuz-3.13.0-67-generic
Found initrd image: /boot/initrd.img-3.13.0-67-generic
  No volume groups found
done

答案1

在設法透過包含 WIndows 的 USB 安裝程式啟動到 Windows 後,我執行 bcdedit 並注意到它正在使用 USB 的 Bootmgr 檔案來啟動 Windows 的本機安裝。我將其複製到 C:\,運行 update-grub,現在它可以工作了。

不知道 bootmgr 最初是如何消失的

相關內容