2
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

DISK2VHDをUEFI環境で利用する方法

Posted at

はじめに

DISK2VHDはBIOSのみ対応だが、EFIシステムパーティションにドライブレター割り当てることでUEFIでも利用可能であった

方法

コマンドプロンプトで次のコマンドラインを実行し、EFIシステムパーティションに任意のドライブレター割り当て

MOUNTVOL X: /S

※ /S EFI システム パーティションを与えられたドライブにマウントします。

Disk2vhdを起動し、Use Volume Shadow Copyのチェックを外す(オフにしないとエラーになる)

下記チェックを入れる
回復パーティション
C:ドライブ
X:ドライブ
その他VHDX化したいドライブがあれば

できたイメージを第2世代仮想マシンとしてHyper-V上で稼働させる
VSSが利用できないので、SQLサーバとかは整合性が保てなくなる可能性があるのかな

2
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?