Win7(64bit)→WinXPのデュアルブートにしてやった★ので、BOOTMGR復元メモ

1. Windows XPとのデュアルブート用パーティションの準備

2. Windows XPインストール(※)

3. BOOTMGRの復元(Windows XPからの操作)
e:\boot\Bootsect.exe /NT60 All
(Bootsect.exeの場所:Windows7(32bit) Disk)

4. 再起動 → Windows7が立ち上がる

5. Windows XPを起動するためのエントリー作成とブートローダーの指定(Windows 7からの操作)
c:\Windows\System32\bcdedit -create {ntldr} -d “Windows XP”
c:\Windows\System32\bcdedit -set {ntldr} device partition=c:
c:\Windows\System32\bcdedit -set {ntldr} path \ntldr
c:\Windows\System32\bcdedit -displayorder {ntldr} -addlast

以上!
再起動後、BOOTMGRの項目に「Windows XP」が追加される。

※ブルースクリーンになった場合の対処方法(0x0000007B)
nLiteでAHCIドライバを含むカスタムインストールCDを作成
(iaAHCI.infからTextmodeドライバ全てを統合)