uefi
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
単語検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
[[windows]]
**windowsで編集 [#ga583e39]
ドライブ文字をつけるために管理者でコマンドプロンプトを起動
diskpart
EFIパーティションを探す。
DISKPART> list volume
Volume ### Ltr Label Fs Type Size ...
---------- --- ----------- ---- ---------- ------- ...
Volume 0 G SM4T NTFS Partition 3726 G...
Volume 1 D MC2T NTFS Partition 1907 G...
Volume 2 E TO8T NTFS Partition 7452 G...
Volume 3 FAT32 Partition 512 M...
Volume 4 C NTFS Partition 1863 G...
それらしいVolume 3を選択してドライブ文字を割り当て終了。
DISKPART> select volume 3
DISKPART> assign letter=P
DISKPART> exit
EFIパーティションに情報を書き込み。ここはbcdbootコマンド。
C:\Windows\system32>bcdboot c:\Windows /s P: /f UEFI
ブート ファイルは正常に作成されました。
割り当てたドライブ文字を消す。
diskpart
DISKPART> list volume
Volume ### Ltr Label Fs Type Size ...
---------- --- ----------- ---- ---------- ------- ...
Volume 0 G SM4T NTFS Partition 3726 G...
Volume 1 D MC2T NTFS Partition 1907 G...
Volume 2 E TO8T NTFS Partition 7452 G...
Volume 3 P FAT32 Partition 512 M...
Volume 4 C NTFS Partition 1863 G...
DISKPART> select volume 3
ボリューム 3 が選択されました。
DISKPART> remove letter=P
DiskPart はドライブ文字またはマウント ポイントを正常に削...
DISKPART> exit
DiskPart を終了しています...
終了行:
[[windows]]
**windowsで編集 [#ga583e39]
ドライブ文字をつけるために管理者でコマンドプロンプトを起動
diskpart
EFIパーティションを探す。
DISKPART> list volume
Volume ### Ltr Label Fs Type Size ...
---------- --- ----------- ---- ---------- ------- ...
Volume 0 G SM4T NTFS Partition 3726 G...
Volume 1 D MC2T NTFS Partition 1907 G...
Volume 2 E TO8T NTFS Partition 7452 G...
Volume 3 FAT32 Partition 512 M...
Volume 4 C NTFS Partition 1863 G...
それらしいVolume 3を選択してドライブ文字を割り当て終了。
DISKPART> select volume 3
DISKPART> assign letter=P
DISKPART> exit
EFIパーティションに情報を書き込み。ここはbcdbootコマンド。
C:\Windows\system32>bcdboot c:\Windows /s P: /f UEFI
ブート ファイルは正常に作成されました。
割り当てたドライブ文字を消す。
diskpart
DISKPART> list volume
Volume ### Ltr Label Fs Type Size ...
---------- --- ----------- ---- ---------- ------- ...
Volume 0 G SM4T NTFS Partition 3726 G...
Volume 1 D MC2T NTFS Partition 1907 G...
Volume 2 E TO8T NTFS Partition 7452 G...
Volume 3 P FAT32 Partition 512 M...
Volume 4 C NTFS Partition 1863 G...
DISKPART> select volume 3
ボリューム 3 が選択されました。
DISKPART> remove letter=P
DiskPart はドライブ文字またはマウント ポイントを正常に削...
DISKPART> exit
DiskPart を終了しています...
ページ名: