自席端末はFHDモニタを2枚もらってるし、i7 6700プロセッサ搭載でメモリも8GB積んでいてなかなか良いのだが、致命的に残念なのがWindowsが32bitなところ。
メモリが半分も使えていない。
んで、許しが出たのでWindows10 Pro 64bitをクリーンインストールすることに。
ダウングレード権でWindows7にしてあるだけなので必要なプロダクトキーも搭載されている。
さて、ディスクの管理からてきとうにCドライブを縮小。
Windows10のインストールディスクから起動してインストール先にさっきあけた領域を指定……したらなんかでた。
「選択されたディスクは GPT のパーティションの形式ではありません」
なるほど。事前に確認しなかったがシステムディスクはMBRで構成されているらしい。
別にWindows7 32bitに用はないのでディスクを初期化してもいいのだが、
ローカルデータを一度全部ファイルサーバにあげたりしなくてはならず面倒なのでデータを保持したままGPTに変換することにする。
(もちろん引き続きLegacy BIOSモードでMBRを使用するという手もある)
今回はGPT fdiskを使用する。インストールも不要だし。
Windows用のバイナリをダウンロードしてきて展開、管理者権限のコマンドプロンプトから実行。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 |
GPT fdisk (gdisk) vesion 1.0.4 Type device filename, or press <Enter> to exit: 0: <-1番目のディスクなので「0:」を指定 Partition table scan: MBR: MBR only BSD: not present APM: not present GPT: not present *************************************************************** Found invalid GPT and valid MBR; converting MBR to GPT format in memory. THIS OPERATION IS POTENTIALLY DESTRUCTIVE! Exit by typing 'q' if you don't want to convert your MBR partitions to GPT format! *************************************************************** ************************************************************************ Most versions of Windows cannot boot from a GPT disk except on a UEFI-based computer, and most varieties prior to Vista cannot read GPT disks. Therefore, you should exit now unless you understand the implications of converting MBR to GPT or creating a new GPT disk layout! ************************************************************************ Are you SURE you want to continue? (Y/N): y Command (? for help): r <- recovery and transformation options (experts only) Recovery/transformation command (? for help): f <-load MBR and build fresh GPT from it Warning! This will destroy the currently defined partitions! Proceed? (Y/N): y Recovery/transformation command (? for help): w <-write table to disk and exit Final checks complete. About to write GPT data. THIS WILL OVERWRITE EXISTING PARTITIONS!! Do you want to proceed? (Y/N): y OK; writing new GUID partition table (GPT) to 0: The operation has completed successfully. |
起動中のシステムディスクを書き換えたのでフリーズするが、気にせず再起動してWindows10 Pro 64bitをインストール。
元と同じコンピュータ名を設定、あとはプロキシ設定とか。ドメイン再参加は一旦ADサーバからコンピュータ名を削除してもらう必要がある。
ライセンス認証がまだなので、PowerShellにて以下のコマンドを実行。
1 |
wmic path SoftwareLicensingService get OA3xOriginalProductKey |
出てきたライセンスキーをコピーしておく。
[設定]-[更新とセキュリティ]-[ライセンス認証]を開き、
「プロダクトキーの更新」カテゴリの[プロダクト キーを変更します]をクリック。
出てきたウィンドウにさっきコピーしたキーを貼り付けると認証が通った。
パーティション構成的にもあまり賢い方法ではないが元のファイルにもアクセスできるし目的は達成したのでよしとする。