最初は Windows Vista のみの 起動が 行われるようになっている。
Microsoft Windows [Version 6.0.6001]
Copyright (c) 2006 Microsoft Corporation. All rights reserved.
C:\Windows\system32>bcdedit
Windows ブート マネージャ
--------------------------------
identifier {bootmgr}
device partition=C:
description Windows Boot Manager
locale ja-jp
inherit {globalsettings}
default {current}
displayorder {current}
toolsdisplayorder {memdiag}
timeout 30
customactions 0x1000085000001
0x54000001
custom:54000001 {863df33e-9817-11dc-b72e-001b24047e4e}
Windows ブート ローダー
--------------------------------
identifier {current}
device partition=C:
path \Windows\system32\winload.exe
description Microsoft Windows Vista
locale ja-jp
inherit {bootloadersettings}
recoverysequence {572bcd55-ffa7-11d9-aae2-0007e994107d}
recoveryenabled Yes
osdevice partition=C:
systemroot \Windows
resumeobject {9fe6dbb8-ce3f-11e2-9776-002268668b12}
nx OptIn
C:\Windows\system32>
これは 以下の様にしました。
C:\Windows\system32>bcdedit /create /application BOOTSECTOR /d "Plamo Linux 4.73"
エントリ {c7b2cacb-d3d1-11e2-be9b-002268668b12} は正常に作成されました。
C:\Windows\system32>bcdedit /set {c7b2cacb-d3d1-11e2-be9b-002268668b12} device partition=C:
この操作を正しく終了しました。
C:\Windows\system32>bcdedit /set {c7b2cacb-d3d1-11e2-be9b-002268668b12} path \pl473.img
この操作を正しく終了しました。
C:\Windows\system32>bcdedit /displayorder {c7b2cacb-d3d1-11e2-be9b-002268668b12} /addlast
この操作を正しく終了しました。
C:\Windows\system32>
これは 以下の
https://wiki.archlinux.org/index.php/Windows_and_Arch_Dual_Boot#Using_Windows_boot_loader
bcdedit /create /d “Linux” /application BOOTSECTOR /* 順番が異なるが */ bcdedit /set {ID} device partition=c: bcdedit /set {ID} path \linux.bin bcdedit /displayorder {ID} /addlast
参考資料と同じ事を 行いました。 参考資料は 他の事も色々 記載されていますので ぜひ 原典(参考資料)の ものを 見てくださいな!
これが 出来上がりです。
C:\Windows\system32>bcdedit
Windows ブート マネージャ
--------------------------------
identifier {bootmgr}
device partition=C:
description Windows Boot Manager
locale ja-jp
inherit {globalsettings}
default {current}
displayorder {current}
{c7b2cacb-d3d1-11e2-be9b-002268668b12}
toolsdisplayorder {memdiag}
timeout 30
customactions 0x1000085000001
0x54000001
custom:54000001 {863df33e-9817-11dc-b72e-001b24047e4e}
Windows ブート ローダー
--------------------------------
identifier {current}
device partition=C:
path \Windows\system32\winload.exe
description Microsoft Windows Vista
locale ja-jp
inherit {bootloadersettings}
recoverysequence {572bcd55-ffa7-11d9-aae2-0007e994107d}
recoveryenabled Yes
osdevice partition=C:
systemroot \Windows
resumeobject {9fe6dbb8-ce3f-11e2-9776-002268668b12}
nx OptIn
リアル モード ブート セクタ
--------------------------------
identifier {c7b2cacb-d3d1-11e2-be9b-002268668b12}
device partition=C:
path \pl473.img
description Plamo Linux 4.73
C:\Windows\system32>
こういう 事 です。
にゃんたろう 拝!
2013年 6月 10日 月曜日 21:38:52 JST 作成