私は面白い問題を抱えています。私は2つの別々のドライブでウィンドウ10とウィンドウ7をデュアルブートします。 Creators Update(昨日行っていた)のため、windows 7はエラーコード0xc000000eで起動を拒否していました(必要なデバイスにアクセスできないため起動選択に失敗しました)。
私は自分のwin7インストールディスクを入手して 'bcdedit \ fixmbr'、 'bcdedit \ fixboot'などを実行することなど、考えられないことをすべてやった。私はまた、Windows 10のインストール用USBを使ってこれをやろうとしました。これは私のwindows 10パーティションを起動可能に修正しました。 BCDストアも正しいようです。出力は次のとおりです。
C:\Windows\system32>bcdedit
Windows Boot Manager
--------------------
identifier {bootmgr}
device partition=\Device\HarddiskVolume7
path \EFI\Microsoft\Boot\bootmgfw.efi
description Windows Boot Manager
locale en-US
inherit {globalsettings}
default {current}
resumeobject {162f26ca-81fe-11e7-932b-0015834866b0}
displayorder {current}
{b5a51eaf-81b1-11e7-9a5d-ec99282cf732}
toolsdisplayorder {memdiag}
timeout 3
Windows Boot Loader
-------------------
identifier {current}
device partition=C:
path \Windows\system32\winload.efi
description Windows 10
locale en-US
inherit {bootloadersettings}
isolatedcontext Yes
allowedinmemorysettings 0x15000075
osdevice partition=C:
systemroot \Windows
resumeobject {162f26ca-81fe-11e7-932b-0015834866b0}
nx OptIn
bootmenupolicy Legacy
Windows Boot Loader
-------------------
identifier {b5a51eaf-81b1-11e7-9a5d-ec99282cf732}
device partition=E:
path \Windows\system32\winload.efi
description Windows 7 Ultimate
locale en-US
recoverysequence {b5a51eb2-81b1-11e7-9a5d-ec99282cf732}
recoveryenabled Yes
osdevice partition=E:
systemroot \Windows
resumeobject {56a5fe76-81aa-11e7-93cc-806e6f6e6963}
bootmenupolicy Legacy
bootlog Yes
この場合、C:が現在のWindows 10ディスクで、E:がWindows 7ディスクです。
奇妙なことに、Windows 10のインストール用USBを接続すると起動することがありますが、起動しないこともあります。完全にランダムなようです。
私はそれに窓10を持っているドライブを削除する場合は、追加を忘れて、窓7は完全に正常に起動します。
うーん。 Windows 10 Creators UpdateにはWindows 7とは異なるブートマネージャがあるようです。
—
var firstName
それは私がwin10のドライブを取り外しても、win7のブーツは完全に問題ないということを私に思い出させたので、ええそれはそれのように思えます。
—
logisticalerror
Windows 7を再インストールできますか?新しいインストールは新しいブートマネージャを継承するはずです...
—
var firstName
私は主にWindows 7のインストールを使用しているので、私はしたくないでしょう、そしてwin10はほとんどForzaなどのためのものです。
—
logisticalerror
ブートマネージャは、Windows 8で変更されました。作成者がWindows 7を起動したい場合は、現在の(Windows 10)ブートマネージャを修復または交換する必要があります。
—
Ramhound