質問編集履歴

3

EFIブートローダーを任意のパーティションに移すため、パーティション形式をMBRからGPTへ変換したいが、ディスクの管理・diskpartで実行できない経緯を記入

2024/05/06 05:10

投稿

uni27
uni27

スコア0

test CHANGED
File without changes
test CHANGED
@@ -15,6 +15,60 @@
15
15
  ![イメージ説明](https://ddjkaamml8q8x.cloudfront.net/questions/2024-05-05/c523833c-88f6-44d7-82d4-db00e1b948dc.png)
16
16
  旧Dドライブのデータの一部をCドライブに移さなければならないのでしょうか?
17
17
  その場合の手順についても合わせて知りたいです。
18
+
19
+ 追記240506
20
+ パーティションの形式をMBRからGPTの変換を「ディスクの管理」また「diskpart」で実行したところ
21
+ 変換できない状態です。
22
+
23
+ diskpartで変換できるかの確認で以下のプロンプトを実行し、
24
+ mbr2gpt/validate/disk:0/allowFullOS
25
+
26
+ その結果が
27
+
28
+ Microsoft Windows [Version 10.0.19045.3803]
29
+ (c) Microsoft Corporation. All rights reserved.
30
+
31
+ C:\Users\name>mbr2gpt/validate/disk:0/allowFullOS
32
+ Invalid argument: /validate/disk:0/allowFullOS
33
+
34
+ Invalid arguments
35
+
36
+
37
+ Converts a disk from MBR to GPT partitioning without modifying or deleting data on the disk.
38
+
39
+ MBR2GPT.exe /validate|convert [/disk:<diskNumber>] [/logs:<logDirectory>] [/map:<source>=<destination>] [/allowFullOS]
40
+
41
+ Where:
42
+
43
+ /validate
44
+ - Validates that the selected disk can be converted
45
+ without performing the actual conversion.
46
+
47
+ /convert
48
+ - Validates that the selected disk can be converted
49
+ and performs the actual conversion.
50
+
51
+ /disk:<diskNumber>
52
+ - Specifies the disk number of the disk to be processed.
53
+ If not specified, the system disk is processed.
54
+
55
+ /logs:<logDirectory>
56
+ - Specifies the directory for logging. By default logs
57
+ are created in the %windir% directory.
58
+
59
+ /map:<source>=<destination>
60
+ - Specifies the GPT partition type to be used for a
61
+ given MBR partition type not recognized by Windows.
62
+ Multiple /map switches are allowed.
63
+
64
+ /allowFullOS
65
+ - Allows the tool to be used from the full Windows
66
+ environment. By default, this tool can only be used
67
+ from the Windows Preinstallation Environment.
68
+
69
+ コードが読めず、どう対応してよいのか見当がつかない状況です。
70
+ ASUS BIOSでUEFIのブートモードでの設定となっております。
71
+ 対応わかるかたいらっしゃいましたら、ご教示いただけますと幸いです。
18
72
 
19
73
  ### エラーメッセージ
20
74
  ```error
@@ -38,6 +92,7 @@
38
92
 
39
93
  ### 補足
40
94
  OS:Windows10 Home 64
95
+ M/B:ASUS Z690
41
96
  CPU:intel core i9 i9-12900K
42
97
  Cドライブ:システムドライブとして運用
43
98
  (旧)Dドライブ:ストレージドライブとして運用

2

パーテーションの状況を更新

2024/05/04 23:54

投稿

uni27
uni27

スコア0

test CHANGED
File without changes
test CHANGED
@@ -12,6 +12,7 @@
12
12
  ディスクの管理にて各ストレージの状態を確認したところ添付の状態です。
13
13
  ![イメージ説明](https://ddjkaamml8q8x.cloudfront.net/questions/2024-05-04/34586f05-e2dc-4ecc-91d9-20e8bc235a8d.png)
14
14
 
15
+ ![イメージ説明](https://ddjkaamml8q8x.cloudfront.net/questions/2024-05-05/c523833c-88f6-44d7-82d4-db00e1b948dc.png)
15
16
  旧Dドライブのデータの一部をCドライブに移さなければならないのでしょうか?
16
17
  その場合の手順についても合わせて知りたいです。
17
18
 

1

起動できない状態での画面

2024/05/04 13:14

投稿

uni27
uni27

スコア0

test CHANGED
File without changes
test CHANGED
@@ -7,6 +7,7 @@
7
7
  (Dドライブ)HDD換装時に、PCが起動せず またBIOSの起動優先順位や他設定を試したものの改善せず
8
8
  また各種コネクタ類の接続状態を確認後再度実行の後も解決しません。
9
9
  旧HDDでの環境であれば起動し、Dドライブ(新旧)が接続していない環境では起動しません。
10
+ ![イメージ説明](https://ddjkaamml8q8x.cloudfront.net/questions/2024-05-04/02756e31-3415-40bd-8638-b65c65bd7a40.png)
10
11
 
11
12
  ディスクの管理にて各ストレージの状態を確認したところ添付の状態です。
12
13
  ![イメージ説明](https://ddjkaamml8q8x.cloudfront.net/questions/2024-05-04/34586f05-e2dc-4ecc-91d9-20e8bc235a8d.png)