HDDからLinuxを削除した後のGRUBレスキュー

HDDからLinuxを削除した後のGRUBレスキュー

新しいラップトップには SSD と HDD が搭載されています。デフォルトでは Linux (EndlessOS) が HDD にインストールされていました。SSD に Windows10 を正常にインストールした後、GParted を使用して HDD からデータを削除しようとしましたが、再起動すると次のようなエラーが発生します。

error: no such device: ostree.
error: unknown filesystem.
Entering rescue mode...
grub rescue> 

Windows 回復からブート修復を使用しようとしましたが、何も変わりませんでした。

編集: 以下のコマンドも実行してみました:

>bootrec /fixboot
The operation completed successfully.
>bootrec /fixboot
The operation completed successfully.
>bootrec /rebuildbcd
Scanning all disks for Windows installations.

Please wait, since this may take a while...

Successfully scanned Windows installtions.
Total identified Windows installations: 1
[1] C:\Windows
Add installation to boot list? Yes(Y)/No(N)/All(A):yes
The requested system device cannot be found.

しかし、最後のコマンドは正常に完了しません。

関連情報