Ubuntu パーティションを削除しました。GRUB の normal.mod が見つからないため、Windows も Linux も起動できません。

Ubuntu パーティションを削除しました。GRUB の normal.mod が見つからないため、Windows も Linux も起動できません。

Windows 10 と ElementaryOS Freya (Ubuntu 14.04) をインストールし、両方とも GRUB 経由で正常に起動しました。

私のディスクは次のように設定されました:

/dev/sda
/dev/sda1 ntfs 420MB
/dev/sda2 ntfs 210GB - Windows 10 OS
/dev/sda3 ntfs 167GB - Windows 10 Storage
/dev/sda5 ext4 122GB - Freya

/dev/sdb - small little 24GB disk that my laptop uses normally for recovery, but I repurposed it for other uses
/dev/sdb1 swap 10GB
/dev/sdb2 ntfs 14GB

Freya を削除して Loki (Ubuntu 16.04) にアップグレードしたかったので、Loki Live ディスクを起動し、GParted を使用して の Freya パーティションを削除しましたsda5。その後、Loki インストーラーで をインストール場所として使用しましたsda5が、インストールの最後に次のメッセージが表示されました。

Executing 'grub-install /dev/sda' failed.
This is a fatal error.

今、起動しようとすると、file '/boot/grub/i386-pc/normal.mod' not found.ブート状態になります。

そこでgrub rescue私は次のことを試します:

set root=(hd0,msdos5)
set prefix=(hd0,msdos5)/boot/grub
insmod normal
error: file '/boot/grub/i386-pc/normal.mod' not found.

フォーマットされているため機能しませんmsdos5

そこで、Windows 10 回復ディスクを作成し、そこから起動します。

スタートアップ修復を使用しましたが失敗しました -Startup Repair couldn't repair your PC.

次に、コマンド プロンプトを使用します (上部のメモリ不足に関する表示に注意してください)。

Microsoft Windows (Version 10.0.17134.1)
Not enough memory resources are available to process this command.

X:\windows\system32>BOOTREC /FIXMBR
The operation completed successfully.

X:\windows\system32>BOOTREC /REBUILDBCD
Scanning all disks...
Total identified Windows installations: 1
[1] D:\Windows
Add installation to boot list? Y
The requested system device cannot be found

X:\windows\system32>BOOTREC /FIXBOOT
Access is denied.

他に何か?

ああ、もう何時間もこれに取り組んでいます。ここでユーザー BillyBigun が言うように実行したほうがいいでしょうか?https://answers.microsoft.com/en-us/windows/forum/windows_10-performance/windows-10-bootrec-fixboot-access-is-denied/747c4180-7ff3-4bc2-b6cc-81e572d546df

彼の指示は基本的に EFI パーティションをフォーマットすることです...つまり基本的に sda1 (420MB) をフォーマットするということですね?

他に何ができるでしょうか?

関連情報